Skip to content

Commit 3744e37

Browse files
Prasad Subramanyaprasadns14
authored andcommitted
MD-884: Changed storage plugin name from dfs to dfs_test
1 parent 7c5ea70 commit 3744e37

File tree

867 files changed

+1496
-1442
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

867 files changed

+1496
-1442
lines changed

conf/plugin-templates/dfs-storage-plugin.template renamed to conf/plugin-templates/dfs_test-storage-plugin.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name" : "dfs",
2+
"name" : "dfs_test",
33
"config" : {
44
"type" : "file",
55
"enabled" : true,

framework/resources/Advanced/complextype/json/complex.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"matrices": [
1010
{
1111
"query-file": ".*.q",
12-
"schema": "dfs.drillTestDirAdvancedComplexJson",
12+
"schema": "dfs_test.drillTestDirAdvancedComplexJson",
1313
"output-format": "tsv",
1414
"expected-file": ".*.e",
1515
"verification-type": [

framework/resources/Advanced/data-shapes/wide-columns/5000/100000rows/parquet/widestrings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"matrices": [
1010
{
1111
"query-file": ".*.q",
12-
"schema": "dfs.wideStringsParquet5000Width100000rows",
12+
"schema": "dfs_test.wideStringsParquet5000Width100000rows",
1313
"output-format": "tsv",
1414
"expected-file": ".*.e_tsv",
1515
"verification-type": [
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
select data from dfs.`/drill/testdata/json_kvgenflatten/kvgen-complex-large.json`;
1+
select data from dfs_test.`/drill/testdata/json_kvgenflatten/kvgen-complex-large.json`;

framework/resources/Advanced/json/json_storage/jsonGenericGroup.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"matrices": [
99
{
1010
"query-file": ".*.q",
11-
"schema": "dfs.drillTestDir",
11+
"schema": "dfs_test.drillTestDir",
1212
"output-format": "tsv",
1313
"expected-file": ".*.e_tsv",
1414
"verification-type": [

framework/resources/Advanced/metadata_caching/partition_pruning/data/metadata_caching.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"matrices": [
1010
{
1111
"query-file": ".*.q",
12-
"schema": "dfs",
12+
"schema": "dfs_test",
1313
"output-format": "tsv",
1414
"expected-file": ".*.e",
1515
"verification-type": [
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
select * from dfs.`/drill/testdata/tpch100_dir_partitioned_50000files/lineitem` where dir0=2006 and dir1=12 and dir2=15 order by l_orderkey, l_extendedprice limit 10;
1+
select * from dfs_test.`/drill/testdata/tpch100_dir_partitioned_50000files/lineitem` where dir0=2006 and dir1=12 and dir2=15 order by l_orderkey, l_extendedprice limit 10;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
select * from dfs.`/drill/testdata/tpch100_dir_partitioned_50000files/lineitem` where dir0=2006 and dir1=12 and dir2=15 and l_discount=0.07 order by l_orderkey, l_extendedprice limit 10;
1+
select * from dfs_test.`/drill/testdata/tpch100_dir_partitioned_50000files/lineitem` where dir0=2006 and dir1=12 and dir2=15 and l_discount=0.07 order by l_orderkey, l_extendedprice limit 10;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
select L_ORDERKEY, L_PARTKEY, L_SUPPKEY, L_LINENUMBER, L_QUANTITY, L_EXTENDEDPRICE, L_DISCOUNT, L_TAX, L_RETURNFLAG, L_LINESTATUS, L_SHIPDATE, L_COMMITDATE, L_RECEIPTDATE, L_SHIPINSTRUCT, L_SHIPMODE, L_COMMENT, dir0, dir1, dir2 from dfs.`/drill/testdata/tpch100_dir_partitioned_50000files/lineitem` where dir0=2006 and dir1=12 and dir2 IN (15, 20, 1, 2, 5) order by l_orderkey, l_extendedprice limit 10;
1+
select L_ORDERKEY, L_PARTKEY, L_SUPPKEY, L_LINENUMBER, L_QUANTITY, L_EXTENDEDPRICE, L_DISCOUNT, L_TAX, L_RETURNFLAG, L_LINESTATUS, L_SHIPDATE, L_COMMITDATE, L_RECEIPTDATE, L_SHIPINSTRUCT, L_SHIPMODE, L_COMMENT, dir0, dir1, dir2 from dfs_test.`/drill/testdata/tpch100_dir_partitioned_50000files/lineitem` where dir0=2006 and dir1=12 and dir2 IN (15, 20, 1, 2, 5) order by l_orderkey, l_extendedprice limit 10;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
select L_ORDERKEY, L_PARTKEY, L_SUPPKEY, L_LINENUMBER, L_QUANTITY, L_EXTENDEDPRICE, L_DISCOUNT, L_TAX, L_RETURNFLAG, L_LINESTATUS, L_SHIPDATE, L_COMMITDATE, L_RECEIPTDATE, L_SHIPINSTRUCT, L_SHIPMODE, L_COMMENT, dir0, dir1, dir2 from dfs.`/drill/testdata/tpch100_dir_partitioned_50000files/lineitem` where dir0=2006 and dir1=12 and dir2 IN (15, 20, 1, 2, 5) and l_discount=0.07 order by l_orderkey limit 10;
1+
select L_ORDERKEY, L_PARTKEY, L_SUPPKEY, L_LINENUMBER, L_QUANTITY, L_EXTENDEDPRICE, L_DISCOUNT, L_TAX, L_RETURNFLAG, L_LINESTATUS, L_SHIPDATE, L_COMMITDATE, L_RECEIPTDATE, L_SHIPINSTRUCT, L_SHIPMODE, L_COMMENT, dir0, dir1, dir2 from dfs_test.`/drill/testdata/tpch100_dir_partitioned_50000files/lineitem` where dir0=2006 and dir1=12 and dir2 IN (15, 20, 1, 2, 5) and l_discount=0.07 order by l_orderkey limit 10;

0 commit comments

Comments
 (0)