79 Commits

Author SHA1 Message Date
Mohammad Derakhshani
11aad4bbbe Fixed java hybrid row deserialization bug (#4) 2019-11-14 13:53:36 -08:00
David Noble
73fddf4f90 Updated pom.xml with required licensing info and attempted to produce javadocs. 2019-10-01 10:44:47 -07:00
David Noble
e7b2350bc0 POM now packages SystemSchema.json and SystemSchema class now loads the packaged SystemSchema.json 2019-09-30 14:43:00 -07:00
David Noble
cbcd1e91f4 RowScanner now implements Iterable<DataItem> and RowIterable has been removed. 2019-09-24 10:59:43 -07:00
David Noble
fee303551e RowIterable and RowScanner now support additional data types 2019-09-23 22:45:15 -07:00
David Noble
6783b569f8 RowIterable now works. RowIterable and RowScanner now include indexes of array elements. 2019-09-23 20:50:13 -07:00
David Noble
ee3320f759 Move RowScanner and DataItem out of test into main 2019-09-23 11:34:55 -07:00
David Noble
9608e8d718 Merge branch 'java/port-from-dotnet' of https://github.com/microsoft/HybridRow into java/port-from-dotnet
# Conflicts:
#	java/src/main/java/com/azure/data/cosmos/serialization/hybridrow/io/RowScanner.java
#	java/src/test/java/com/azure/data/cosmos/serialization/hybridrow/io/RowReaderTest.java
2019-09-23 11:32:29 -07:00
David Noble
9aca4d1b0b Move RowScanner and DataItem out of test into main 2019-09-23 11:30:42 -07:00
David Noble
463cc8aaa8 Move RowScanner and DataItem out of test into main 2019-09-23 11:25:33 -07:00
David Noble
8de175cdcb RowReaderTest against RootSegment.json/RootSegment.hybridrow succeeds 2019-09-21 19:24:03 -07:00
David Noble
c5f95ef8a8 RowReaderTest against RootSegment.json/RootSegment.hybridrow succeeds 2019-09-21 19:02:17 -07:00
David Noble
8255a58d17 Progressed on RowReader 2019-09-21 15:32:54 -07:00
David Noble
66a6d20a30 Progressed on RowReader 2019-09-19 22:55:25 -07:00
David Noble
840532aa03 RootSegment.json now loads 2019-09-18 23:41:01 -07:00
David Noble
bd439ede7e code cleanup in prep for next step: loading a namespace that includes a schema with a udt: the one that the Spark connector team needs. 2019-09-18 11:59:28 -07:00
David Noble
68be6f07a3 code cleanup in prep for next step: loading a namespace that includes a schema with a udt: the one that the Spark connector team needs. 2019-09-17 23:59:56 -07:00
David Noble
f976162d8e testLoadSchmea passes 2019-09-17 23:23:48 -07:00
David Noble
a19fa1f8a0 Progressed on deserializing schemas. 2019-09-17 21:38:19 -07:00
David Noble
4c77aef689 Progressed on deserializing schemas. 2019-09-17 21:03:41 -07:00
David Noble
60d7d73b14 Progressed on deserializing schemas. 2019-09-17 20:29:21 -07:00
David Noble
5a73b29347 Test update 2019-09-17 00:46:46 -07:00
David Noble
c2449381ae Javadoc update 2019-09-17 00:22:04 -07:00
David Noble
dee374eacc Added, revised, and debugged some tests and test issues. Updated javadocs and pom.xml. We now add SystemSchema.json to azure-cosmos-serialization.jar. Javadocs don't currently build. 2019-09-16 23:32:26 -07:00
David Noble
446d44b24b Added, revised, and debugged some tests and test issues 2019-09-16 14:10:09 -07:00
David Noble
da03365893 Added, revised, and debugged some tests and test issues 2019-09-16 13:59:38 -07:00
David Noble
694fc3c512 Added, revised, and debugged some tests and test issues 2019-09-16 13:38:18 -07:00
David Noble
5f166b5d90 Updated java docs 2019-09-16 00:14:11 -07:00
David Noble
956e44989a Removed dead code 2019-09-15 21:27:44 -07:00
David Noble
67ccef3dca Optimized imports 2019-09-15 21:25:45 -07:00
David Noble
50e9758074 Added, revised, and debugged some tests and test issues 2019-09-15 21:19:31 -07:00
David Noble
6cfce0be0c Added, revised, and debugged some tests and test issues 2019-09-15 17:43:44 -07:00
David Noble
b78569c0dc Added, revised, and debugged some tests and test issues 2019-09-15 12:05:39 -07:00
David Noble
0d1ec61cee Added and debugged some tests 2019-09-15 00:12:00 -07:00
David Noble
f1959ba5b3 Added and debugged some tests 2019-09-14 18:43:04 -07:00
David Noble
a25ea11aae Added and debugged some tests 2019-09-14 00:01:50 -07:00
David Noble
9164d0113d Excluding most tests with the expectation that we'll bring them in as we continue to expand our test matrix. 2019-09-13 14:23:01 -07:00
David Noble
99e2d462cd Code cleanup 2019-09-13 12:04:49 -07:00
David Noble
7012ec8a80 Simplified Utf8String some more 2019-09-13 09:42:16 -07:00
David Noble
e8df66f084 Progressed on port from dotnet to java. 2019-09-13 03:52:44 -07:00
David Noble
e942e2076c Code cleanup, especially in Utf8String class which is much improved. 2019-09-12 20:55:36 -07:00
David Noble
76e62cbd99 Progressed on port from dotnet to java 2019-09-11 15:40:50 -07:00
David Noble
00c0bcd0bc Progressed on port from dotnet to java 2019-09-10 20:36:59 -07:00
David Noble
3beed78511 Progressed on port from dotnet to java 2019-09-10 14:21:38 -07:00
David Noble
ef63af89f4 Progressed on port from dotnet to java 2019-09-10 01:55:32 -07:00
David Noble
30c7cb9256 Progressed on port from dotnet to java 2019-09-10 01:30:06 -07:00
David Noble
d3029f55d2 Progressed on port from dotnet to java 2019-09-09 23:03:49 -07:00
David Noble
05577333c0 Progressed on port from dotnet to java 2019-09-09 22:05:00 -07:00
David Noble
2db3d8d517 Progressed on port from dotnet to java 2019-09-08 22:24:12 -07:00
David Noble
ff8d32a8b5 Progressed on port from dotnet to java 2019-09-08 20:37:12 -07:00