drill
DRILL-6820: Msgpack format reader
#1500
Open
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Overview
Commits
47
Changes
View On
GitHub
Commits
added a msgpack format plugin and a zstd codec
jcmcote
committed
6 years ago
add support to skip over malformed MAP
jcmcote
committed
6 years ago
moved project to format-msgpack
jcmcote
committed
6 years ago
returning error codes when parsing error detected
jcmcote
committed
6 years ago
added test case for batch with no columns
jcmcote
committed
6 years ago
avoiding creating the MapOrList instances
jcmcote
committed
6 years ago
simple clean ups
invalid-email-address
committed
6 years ago
added support for learning schema and applying it
invalid-email-address
committed
6 years ago
less verbose message when record is not valid
invalid-email-address
committed
6 years ago
testing complete model
invalid-email-address
committed
6 years ago
implemented apply schema so the reader knows what column types to output
invalid-email-address
committed
6 years ago
reader can skip records that do not match schema
invalid-email-address
committed
6 years ago
when not using a schema the reader should ensureAtLeastOneField
invalid-email-address
committed
6 years ago
increased batch size to 16k
invalid-email-address
committed
6 years ago
fixed import
invalid-email-address
committed
6 years ago
clean up
invalid-email-address
committed
6 years ago
drill timestamp is in milliseconds
invalid-email-address
committed
6 years ago
ignoring junit test case which show internal drill issue
invalid-email-address
committed
6 years ago
support to skip invalid elements in a list
invalid-email-address
committed
6 years ago
consolidated printing warnings into context class
invalid-email-address
committed
6 years ago
support for coercing values according to schema
invalid-email-address
committed
6 years ago
added discovery and loading of extended type readers
invalid-email-address
committed
6 years ago
error handling is not using exceptions
invalid-email-address
committed
6 years ago
refactored the writing of values
invalid-email-address
committed
6 years ago
refactored the writing of values
invalid-email-address
committed
6 years ago
work in progress
invalid-email-address
committed
6 years ago
better tracking of parsing
invalid-email-address
committed
6 years ago
move schema to it's own package
invalid-email-address
committed
6 years ago
code review fixes
invalid-email-address
committed
6 years ago
refactoring, documentation and better logging
invalid-email-address
committed
6 years ago
documentation
invalid-email-address
committed
6 years ago
added example of using msgpack
invalid-email-address
committed
6 years ago
unit test work
invalid-email-address
committed
6 years ago
unit test work
invalid-email-address
committed
6 years ago
using ColumnMetadata
invalid-email-address
committed
6 years ago
removed todo
invalid-email-address
committed
6 years ago
performance test
invalid-email-address
committed
6 years ago
Merge remote-tracking branch 'upstream/master'
jcmcote
committed
6 years ago
performance improvements
jcmcote
committed
6 years ago
Merge branch 'master' of https://github.com/apache/drill
jcmcote
committed
6 years ago
using a map to cache the field names
invalid-email-address
committed
5 years ago
performance optimization
invalid-email-address
committed
5 years ago
small code improvements
invalid-email-address
committed
5 years ago
refactored FieldPathTracker
invalid-email-address
committed
5 years ago
fix usage of drillbuf and tupleschema
invalid-email-address
committed
5 years ago
serialize schema as JSON with ordered childrens
invalid-email-address
committed
5 years ago
working on msgpack
invalid-email-address
committed
5 years ago
Loading