>From Ian Maxon <[email protected]>:

Ian Maxon has uploaded this change for review. ( 
https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/20766?usp=email )


Change subject: [NO ISSUE] Update ch2 data path
......................................................................

[NO ISSUE] Update ch2 data path

Details:
- The path where the ch2 data generator stores tables
  was updated upstream. Simply adjust the DDL file to
  use this new path.

Change-Id: If77144159c351dab051a6aebc2a2dea779cd8c10
---
M asterixdb/NOTICE
M 
asterixdb/asterix-app/src/test/resources/runtimets/queries_sqlpp/cbo-join/ch2/ch2.2.update.sqlpp
M hyracks-fullstack/NOTICE
3 files changed, 13 insertions(+), 13 deletions(-)



  git pull ssh://asterix-gerrit.ics.uci.edu:29418/asterixdb 
refs/changes/66/20766/1

diff --git a/asterixdb/NOTICE b/asterixdb/NOTICE
index 5118782..a44569b 100644
--- a/asterixdb/NOTICE
+++ b/asterixdb/NOTICE
@@ -1,5 +1,5 @@
 Apache AsterixDB
-Copyright 2015-2025 The Apache Software Foundation
+Copyright 2015-2026 The Apache Software Foundation

 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
diff --git 
a/asterixdb/asterix-app/src/test/resources/runtimets/queries_sqlpp/cbo-join/ch2/ch2.2.update.sqlpp
 
b/asterixdb/asterix-app/src/test/resources/runtimets/queries_sqlpp/cbo-join/ch2/ch2.2.update.sqlpp
index 6c7181c..eb6b787 100644
--- 
a/asterixdb/asterix-app/src/test/resources/runtimets/queries_sqlpp/cbo-join/ch2/ch2.2.update.sqlpp
+++ 
b/asterixdb/asterix-app/src/test/resources/runtimets/queries_sqlpp/cbo-join/ch2/ch2.2.update.sqlpp
@@ -20,24 +20,24 @@



-LOAD DATASET customer USING localfs 
((`path`=`asterix_nc1://target/data/ch2/customer-0-0.json`),(`format`=`json`));
+LOAD DATASET customer USING localfs 
((`path`=`asterix_nc1://target/data/ch2/customer/customer-0-0.json`),(`format`=`json`));

-LOAD DATASET district USING localfs 
((`path`=`asterix_nc1://target/data/ch2/district-0-0.json`),(`format`=`json`));
+LOAD DATASET district USING localfs 
((`path`=`asterix_nc1://target/data/ch2/district/district-0-0.json`),(`format`=`json`));

-LOAD DATASET history USING localfs 
((`path`=`asterix_nc1://target/data/ch2/history-0-0.json`),(`format`=`json`));
+LOAD DATASET history USING localfs 
((`path`=`asterix_nc1://target/data/ch2/history/history-0-0.json`),(`format`=`json`));

-LOAD DATASET item USING localfs 
((`path`=`asterix_nc1://target/data/ch2/item-0-0.json`),(`format`=`json`));
+LOAD DATASET item USING localfs 
((`path`=`asterix_nc1://target/data/ch2/item/item-0-0.json`),(`format`=`json`));

-LOAD DATASET nation USING localfs 
((`path`=`asterix_nc1://target/data/ch2/nation-0-0.json`),(`format`=`json`));
+LOAD DATASET nation USING localfs 
((`path`=`asterix_nc1://target/data/ch2/nation/nation-0-0.json`),(`format`=`json`));

-LOAD DATASET neworder USING localfs 
((`path`=`asterix_nc1://target/data/ch2/neworder-0-0.json`),(`format`=`json`));
+LOAD DATASET neworder USING localfs 
((`path`=`asterix_nc1://target/data/ch2/neworder/neworder-0-0.json`),(`format`=`json`));

-LOAD DATASET orders USING localfs 
((`path`=`asterix_nc1://target/data/ch2/orders-0-0.json`),(`format`=`json`));
+LOAD DATASET orders USING localfs 
((`path`=`asterix_nc1://target/data/ch2/orders/orders-0-0.json`),(`format`=`json`));

-LOAD DATASET region USING localfs 
((`path`=`asterix_nc1://target/data/ch2/region-0-0.json`),(`format`=`json`));
+LOAD DATASET region USING localfs 
((`path`=`asterix_nc1://target/data/ch2/region/region-0-0.json`),(`format`=`json`));

-LOAD DATASET stock USING localfs 
((`path`=`asterix_nc1://target/data/ch2/stock-0-0.json`),(`format`=`json`));
+LOAD DATASET stock USING localfs 
((`path`=`asterix_nc1://target/data/ch2/stock/stock-0-0.json`),(`format`=`json`));

-LOAD DATASET supplier USING localfs 
((`path`=`asterix_nc1://target/data/ch2/supplier-0-0.json`),(`format`=`json`));
+LOAD DATASET supplier USING localfs 
((`path`=`asterix_nc1://target/data/ch2/supplier/supplier-0-0.json`),(`format`=`json`));

-LOAD DATASET warehouse USING localfs 
((`path`=`asterix_nc1://target/data/ch2/warehouse-0-0.json`),(`format`=`json`));
+LOAD DATASET warehouse USING localfs 
((`path`=`asterix_nc1://target/data/ch2/warehouse/warehouse-0-0.json`),(`format`=`json`));
diff --git a/hyracks-fullstack/NOTICE b/hyracks-fullstack/NOTICE
index 722db88..9050c82 100644
--- a/hyracks-fullstack/NOTICE
+++ b/hyracks-fullstack/NOTICE
@@ -1,5 +1,5 @@
 Apache Hyracks and Algebricks
-Copyright 2015-2025 The Apache Software Foundation
+Copyright 2015-2026 The Apache Software Foundation

 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).

--
To view, visit https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/20766?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://asterix-gerrit.ics.uci.edu/settings?usp=email

Gerrit-MessageType: newchange
Gerrit-Project: asterixdb
Gerrit-Branch: master
Gerrit-Change-Id: If77144159c351dab051a6aebc2a2dea779cd8c10
Gerrit-Change-Number: 20766
Gerrit-PatchSet: 1
Gerrit-Owner: Ian Maxon <[email protected]>

Reply via email to