This is an automated email from the ASF dual-hosted git repository. xxyu pushed a change to branch kylin-on-parquet-v2 in repository https://gitbox.apache.org/repos/asf/kylin.git.
from 41ebf45 KYLIN-4910 Return hostname as Sparder URL address when spark master is set to local new 399d25b KYLIN-4908 Segment pruner support integer partition col in spark query engine new de95ab9 add test case for interger type partition pruner The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../{sample_local => parquet_test}/cube/ssb.json | 0 .../test_case_data/parquet_test/cube_desc/ssb.json | 115 +++++++++++++++++++++ .../parquet_test/data/SSB.P_LINEORDER.csv | 18 ++++ .../model_desc/ssb.json} | 21 ++-- .../parquet_test/project/default.json | 2 +- .../table/SSB.P_LINEORDER.json | 0 .../resources/query/sql_prune_segment}/query00.sql | 6 +- .../resources/query/sql_prune_segment}/query01.sql | 3 +- .../sql/execution/datasource/FilePruner.scala | 4 +- .../kylin/engine/spark2/NBuildAndQueryTest.java | 37 +++++-- .../apache/kylin/engine/spark2/NExecAndComp.java | 5 +- 11 files changed, 181 insertions(+), 30 deletions(-) copy examples/test_case_data/{sample_local => parquet_test}/cube/ssb.json (100%) create mode 100644 examples/test_case_data/parquet_test/cube_desc/ssb.json create mode 100644 examples/test_case_data/parquet_test/data/SSB.P_LINEORDER.csv copy examples/test_case_data/{localmeta/model_desc/twenty_dim.json => parquet_test/model_desc/ssb.json} (51%) copy examples/test_case_data/{sample_local => parquet_test}/table/SSB.P_LINEORDER.json (100%) copy {build/CI/kylin-system-testing/query/sql/sql => kylin-it/src/test/resources/query/sql_prune_segment}/query00.sql (85%) copy {build/CI/kylin-system-testing/query/sql/sql_lookup => kylin-it/src/test/resources/query/sql_prune_segment}/query01.sql (85%)