This is an automated email from the ASF dual-hosted git repository.

xiangfu pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git


    from 1a42f603a6f Bump com.nimbusds:nimbus-jose-jwt from 10.5 to 10.6 
(#17165)
     add 3d62284db31 [logical] Created QuickStart for logical tables (#17166)

No new revisions were added by this update.

Summary of changes:
 .../apache/pinot/tools/LogicalTableQuickstart.java | 206 +++++++++++++++++++++
 .../ordersAPAC}/ingestionJobSpec.yaml              |  50 +----
 .../ordersAPAC_offline_table_config.json}          |   8 +-
 .../batch/orders/ordersAPAC/ordersAPAC_schema.json |  27 +++
 .../ordersAPAC/rawdata/ordersAPAC_sample.csv       |  51 +++++
 .../ordersEU}/ingestionJobSpec.yaml                |  50 +----
 .../ordersEU/ordersEU_offline_table_config.json}   |   8 +-
 .../batch/orders/ordersEU/ordersEU_schema.json     |  27 +++
 .../orders/ordersEU/rawdata/ordersEU_sample.csv    |  51 +++++
 .../ordersUS}/ingestionJobSpec.yaml                |  50 +----
 .../ordersUS/ordersUS_offline_table_config.json}   |   8 +-
 .../batch/orders/ordersUS/ordersUS_schema.json     |  27 +++
 .../orders/ordersUS/rawdata/ordersUS_sample.csv    |  51 +++++
 .../examples/logicalTables/orders_schema.json      |  27 +++
 14 files changed, 500 insertions(+), 141 deletions(-)
 create mode 100644 
pinot-tools/src/main/java/org/apache/pinot/tools/LogicalTableQuickstart.java
 copy pinot-tools/src/main/resources/examples/batch/{sorted => 
orders/ordersAPAC}/ingestionJobSpec.yaml (62%)
 copy 
pinot-tools/src/main/resources/examples/batch/{baseballStats/baseballStats_offline_table_config.json
 => orders/ordersAPAC/ordersAPAC_offline_table_config.json} (78%)
 create mode 100644 
pinot-tools/src/main/resources/examples/batch/orders/ordersAPAC/ordersAPAC_schema.json
 create mode 100644 
pinot-tools/src/main/resources/examples/batch/orders/ordersAPAC/rawdata/ordersAPAC_sample.csv
 copy pinot-tools/src/main/resources/examples/batch/{sorted => 
orders/ordersEU}/ingestionJobSpec.yaml (62%)
 copy 
pinot-tools/src/main/resources/examples/batch/{baseballStats/baseballStats_offline_table_config.json
 => orders/ordersEU/ordersEU_offline_table_config.json} (78%)
 create mode 100644 
pinot-tools/src/main/resources/examples/batch/orders/ordersEU/ordersEU_schema.json
 create mode 100644 
pinot-tools/src/main/resources/examples/batch/orders/ordersEU/rawdata/ordersEU_sample.csv
 copy pinot-tools/src/main/resources/examples/batch/{sorted => 
orders/ordersUS}/ingestionJobSpec.yaml (62%)
 copy 
pinot-tools/src/main/resources/examples/batch/{baseballStats/baseballStats_offline_table_config.json
 => orders/ordersUS/ordersUS_offline_table_config.json} (78%)
 create mode 100644 
pinot-tools/src/main/resources/examples/batch/orders/ordersUS/ordersUS_schema.json
 create mode 100644 
pinot-tools/src/main/resources/examples/batch/orders/ordersUS/rawdata/ordersUS_sample.csv
 create mode 100644 
pinot-tools/src/main/resources/examples/logicalTables/orders_schema.json


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to