-
Notifications
You must be signed in to change notification settings - Fork 980
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DRILL-6820: Msgpack format reader #1500
base: master
Are you sure you want to change the base?
Commits on Sep 26, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 482dbc9 - Browse repository at this point
Copy the full SHA 482dbc9View commit details
Commits on Sep 29, 2018
-
add support to skip over malformed MAP
add support for msgpack extended types fix issue with columns of INT which then encounter a BIGINT
Configuration menu - View commit details
-
Copy full SHA for c63fefa - Browse repository at this point
Copy the full SHA c63fefaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 815f9db - Browse repository at this point
Copy the full SHA 815f9dbView commit details
Commits on Sep 30, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 861730f - Browse repository at this point
Copy the full SHA 861730fView commit details
Commits on Oct 2, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 16b03fb - Browse repository at this point
Copy the full SHA 16b03fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for a536786 - Browse repository at this point
Copy the full SHA a536786View commit details
Commits on Oct 4, 2018
-
Your Name committed
Oct 4, 2018 Configuration menu - View commit details
-
Copy full SHA for 7cc9e47 - Browse repository at this point
Copy the full SHA 7cc9e47View commit details
Commits on Oct 7, 2018
-
added support for learning schema and applying it
Your Name committedOct 7, 2018 Configuration menu - View commit details
-
Copy full SHA for 0044508 - Browse repository at this point
Copy the full SHA 0044508View commit details -
less verbose message when record is not valid
Your Name committedOct 7, 2018 Configuration menu - View commit details
-
Copy full SHA for eb3efd5 - Browse repository at this point
Copy the full SHA eb3efd5View commit details
Commits on Oct 8, 2018
-
fixed bug in reader (array of array) new test case that require schema added useSchema property to turn off schema utilization
Your Name committedOct 8, 2018 Configuration menu - View commit details
-
Copy full SHA for cc26f2a - Browse repository at this point
Copy the full SHA cc26f2aView commit details
Commits on Oct 10, 2018
-
implemented apply schema so the reader knows what column types to output
Your Name committedOct 10, 2018 Configuration menu - View commit details
-
Copy full SHA for 3f00445 - Browse repository at this point
Copy the full SHA 3f00445View commit details
Commits on Oct 11, 2018
-
reader can skip records that do not match schema
Your Name committedOct 11, 2018 Configuration menu - View commit details
-
Copy full SHA for d751fa4 - Browse repository at this point
Copy the full SHA d751fa4View commit details
Commits on Oct 12, 2018
-
when not using a schema the reader should ensureAtLeastOneField
Your Name committedOct 12, 2018 Configuration menu - View commit details
-
Copy full SHA for c87a19d - Browse repository at this point
Copy the full SHA c87a19dView commit details -
Your Name committed
Oct 12, 2018 Configuration menu - View commit details
-
Copy full SHA for fed1fb2 - Browse repository at this point
Copy the full SHA fed1fb2View commit details -
Your Name committed
Oct 12, 2018 Configuration menu - View commit details
-
Copy full SHA for d575bfd - Browse repository at this point
Copy the full SHA d575bfdView commit details
Commits on Oct 13, 2018
-
Your Name committed
Oct 13, 2018 Configuration menu - View commit details
-
Copy full SHA for 9fbcfba - Browse repository at this point
Copy the full SHA 9fbcfbaView commit details -
drill timestamp is in milliseconds
Your Name committedOct 13, 2018 Configuration menu - View commit details
-
Copy full SHA for bade33e - Browse repository at this point
Copy the full SHA bade33eView commit details
Commits on Oct 15, 2018
-
ignoring junit test case which show internal drill issue
Your Name committedOct 15, 2018 Configuration menu - View commit details
-
Copy full SHA for 2594324 - Browse repository at this point
Copy the full SHA 2594324View commit details -
support to skip invalid elements in a list
Your Name committedOct 15, 2018 Configuration menu - View commit details
-
Copy full SHA for cf20d98 - Browse repository at this point
Copy the full SHA cf20d98View commit details -
consolidated printing warnings into context class
Your Name committedOct 15, 2018 Configuration menu - View commit details
-
Copy full SHA for 417e41e - Browse repository at this point
Copy the full SHA 417e41eView commit details
Commits on Oct 26, 2018
-
support for coercing values according to schema
Your Name committedOct 26, 2018 Configuration menu - View commit details
-
Copy full SHA for 497e5e0 - Browse repository at this point
Copy the full SHA 497e5e0View commit details -
added discovery and loading of extended type readers
Your Name committedOct 26, 2018 Configuration menu - View commit details
-
Copy full SHA for 25169fa - Browse repository at this point
Copy the full SHA 25169faView commit details
Commits on Oct 27, 2018
-
error handling is not using exceptions
after doing some performance tests I concluded that throwing exceptions 1 out of 10000 records had not significant impact on performance and makes the code much easier to understand. also consolidated the reader count reader into a single reader class that can do count or actual reading of records. Again much easier to understand the code like this.
Your Name committedOct 27, 2018 Configuration menu - View commit details
-
Copy full SHA for 69f74cc - Browse repository at this point
Copy the full SHA 69f74ccView commit details
Commits on Oct 30, 2018
-
refactored the writing of values
coercing values into target schema types
Your Name committedOct 30, 2018 Configuration menu - View commit details
-
Copy full SHA for e558be9 - Browse repository at this point
Copy the full SHA e558be9View commit details -
refactored the writing of values
coercing values into target schema types
Your Name committedOct 30, 2018 Configuration menu - View commit details
-
Copy full SHA for 5629136 - Browse repository at this point
Copy the full SHA 5629136View commit details
Commits on Nov 3, 2018
-
Your Name committed
Nov 3, 2018 Configuration menu - View commit details
-
Copy full SHA for f2aff31 - Browse repository at this point
Copy the full SHA f2aff31View commit details
Commits on Nov 5, 2018
-
Your Name committed
Nov 5, 2018 Configuration menu - View commit details
-
Copy full SHA for 0626fd0 - Browse repository at this point
Copy the full SHA 0626fd0View commit details
Commits on Nov 6, 2018
-
move schema to it's own package
Your Name committedNov 6, 2018 Configuration menu - View commit details
-
Copy full SHA for b0fd31f - Browse repository at this point
Copy the full SHA b0fd31fView commit details -
Your Name committed
Nov 6, 2018 Configuration menu - View commit details
-
Copy full SHA for 4d748fa - Browse repository at this point
Copy the full SHA 4d748faView commit details
Commits on Nov 9, 2018
-
refactoring, documentation and better logging
Your Name committedNov 9, 2018 Configuration menu - View commit details
-
Copy full SHA for ed7373c - Browse repository at this point
Copy the full SHA ed7373cView commit details -
Your Name committed
Nov 9, 2018 Configuration menu - View commit details
-
Copy full SHA for d927316 - Browse repository at this point
Copy the full SHA d927316View commit details
Commits on Nov 10, 2018
-
added example of using msgpack
Your Name committedNov 10, 2018 Configuration menu - View commit details
-
Copy full SHA for ba39754 - Browse repository at this point
Copy the full SHA ba39754View commit details
Commits on Nov 16, 2018
-
Your Name committed
Nov 16, 2018 Configuration menu - View commit details
-
Copy full SHA for 5e770be - Browse repository at this point
Copy the full SHA 5e770beView commit details -
Your Name committed
Nov 16, 2018 Configuration menu - View commit details
-
Copy full SHA for 1cd9470 - Browse repository at this point
Copy the full SHA 1cd9470View commit details
Commits on Nov 18, 2018
-
Your Name committed
Nov 18, 2018 Configuration menu - View commit details
-
Copy full SHA for fc2c804 - Browse repository at this point
Copy the full SHA fc2c804View commit details -
Your Name committed
Nov 18, 2018 Configuration menu - View commit details
-
Copy full SHA for 8aedaec - Browse repository at this point
Copy the full SHA 8aedaecView commit details
Commits on Nov 20, 2018
-
Your Name committed
Nov 20, 2018 Configuration menu - View commit details
-
Copy full SHA for 8dd32d4 - Browse repository at this point
Copy the full SHA 8dd32d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 29affb8 - Browse repository at this point
Copy the full SHA 29affb8View commit details
Commits on Nov 24, 2018
-
Configuration menu - View commit details
-
Copy full SHA for cea0d12 - Browse repository at this point
Copy the full SHA cea0d12View commit details -
Configuration menu - View commit details
-
Copy full SHA for a07dfb2 - Browse repository at this point
Copy the full SHA a07dfb2View commit details
Commits on Nov 29, 2018
-
using a map to cache the field names
refactored the extension mechanism
Your Name committedNov 29, 2018 Configuration menu - View commit details
-
Copy full SHA for df7b378 - Browse repository at this point
Copy the full SHA df7b378View commit details
Commits on Dec 1, 2018
-
avoiding creating objects and copying data into byte arrays not decoding field names but instead map lookup on bytes
Your Name committedDec 1, 2018 Configuration menu - View commit details
-
Copy full SHA for 859d1fd - Browse repository at this point
Copy the full SHA 859d1fdView commit details
Commits on Dec 4, 2018
-
Your Name committed
Dec 4, 2018 Configuration menu - View commit details
-
Copy full SHA for e1e802d - Browse repository at this point
Copy the full SHA e1e802dView commit details
Commits on Dec 6, 2018
-
it now uses a hashmap to avoid re-creating String for the map keys
Your Name committedDec 6, 2018 Configuration menu - View commit details
-
Copy full SHA for 586a4d9 - Browse repository at this point
Copy the full SHA 586a4d9View commit details
Commits on Dec 10, 2018
-
fix usage of drillbuf and tupleschema
Your Name committedDec 10, 2018 Configuration menu - View commit details
-
Copy full SHA for 8f1cd78 - Browse repository at this point
Copy the full SHA 8f1cd78View commit details
Commits on Dec 16, 2018
-
serialize schema as JSON with ordered childrens
Your Name committedDec 16, 2018 Configuration menu - View commit details
-
Copy full SHA for 3e552fa - Browse repository at this point
Copy the full SHA 3e552faView commit details
Commits on Jan 12, 2019
-
Your Name committed
Jan 12, 2019 Configuration menu - View commit details
-
Copy full SHA for cba47ad - Browse repository at this point
Copy the full SHA cba47adView commit details