mirror of
https://github.com/apache/druid.git
synced 2025-02-06 18:18:17 +00:00
* Add jsonPath functions support * Add jsonPath function test for Avro * Add jsonPath function length() to Orc * Add jsonPath function length() to Parquet * Add more tests to ORC format * update doc * Fix exception during ingestion * Add IT test case * Revert "Fix exception during ingestion" This reverts commit 5a5484b9ea9d984622149c8113a566269cc10842. * update IT test case * Add 'keys()' * Commit IT test case * Fix UT