druid/extensions-contrib/parquet-extensions/example
Fokko Driesprong ff501e8f13 Add Date support to the parquet reader (#4423)
* Add Date support to the parquet reader

Add support for the Date logical type. Currently this is not supported. Since the parquet
date is number of days since epoch gets interpreted as seconds since epoch, it will fails
on indexing the data because it will not map to the appriopriate bucket.

* Cleaned up code and tests

Got rid of unused json files in the examples, cleaned up the tests by
using try-with-resources. Now get the filenames from the json file
instead of hard coding them and integrated general improvements from
the feedback provided by leventov.

* Got rid of the caching

Remove the caching of the logical type of the time dimension column
and cleaned up the code a bit.
2017-06-22 15:56:08 -05:00
..
284a0e001476716b-56d5676f53bd6e85_115466471_data.0.parq Add flag binaryAsString for parquet ingestion (#3381) 2016-08-30 17:30:50 -07:00
date_test_data_job_date.json Add Date support to the parquet reader (#4423) 2017-06-22 15:56:08 -05:00
date_test_data_job_string.json Add Date support to the parquet reader (#4423) 2017-06-22 15:56:08 -05:00
impala_hadoop_parquet_job.json Add flag binaryAsString for parquet ingestion (#3381) 2016-08-30 17:30:50 -07:00
test_date_data.snappy.parquet Add Date support to the parquet reader (#4423) 2017-06-22 15:56:08 -05:00
wikipedia_hadoop_parquet_job.json Add Date support to the parquet reader (#4423) 2017-06-22 15:56:08 -05:00
wikipedia_list.parquet reoganize code folder according to recent upstream folder changes, seperate it from avro code and take it into extensions-conrib. docs rewite too 2016-03-30 11:21:41 +08:00