mirror of https://github.com/apache/druid.git
ff501e8f13
* 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. |
||
---|---|---|
.. | ||
284a0e001476716b-56d5676f53bd6e85_115466471_data.0.parq | ||
date_test_data_job_date.json | ||
date_test_data_job_string.json | ||
impala_hadoop_parquet_job.json | ||
test_date_data.snappy.parquet | ||
wikipedia_hadoop_parquet_job.json | ||
wikipedia_list.parquet |