This is an automated email from the ASF dual-hosted git repository.
mayanks pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git.
from c3d57c1 Parsing Support for FILTER Clauses (#7566)
add 3e4d70b make it possible to specify raw index properties for columns
with JSON and RANGE indexes (#7615)
No new revisions were added by this update.
Summary of changes:
.../pinot/common/utils/config/TableConfigTest.java | 61 ++++++++++++++++++++++
.../resources/testConfigs/jsonIndexConfig.json | 35 +++++++++++++
.../test/resources/testConfigs/noIndexConfig.json | 28 ++++++++++
.../resources/testConfigs/rangeIndexConfig.json | 16 ++++--
.../resources/testConfigs/textIndexConfig.json | 35 +++++++++++++
.../apache/pinot/spi/config/table/FieldConfig.java | 2 +-
6 files changed, 173 insertions(+), 4 deletions(-)
create mode 100644
pinot-common/src/test/java/org/apache/pinot/common/utils/config/TableConfigTest.java
create mode 100644
pinot-common/src/test/resources/testConfigs/jsonIndexConfig.json
create mode 100644
pinot-common/src/test/resources/testConfigs/noIndexConfig.json
copy pinot-tools/src/main/resources/generator/complexWebsite_config.json =>
pinot-common/src/test/resources/testConfigs/rangeIndexConfig.json (50%)
create mode 100644
pinot-common/src/test/resources/testConfigs/textIndexConfig.json
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]