Skip to content

Commit f9af541

Browse files
committed
Add a session property
1 parent 17b0392 commit f9af541

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

hudi-integ-test/src/test/resources/unit-test-cow-dag.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ dag_content:
7474
deps: first_hive_sync
7575
first_presto_query:
7676
config:
77+
presto_props:
78+
prop1: "SET SESSION hive.parquet_use_column_names = true"
7779
presto_queries:
7880
query1: "select count(*) from testdb1.table1"
7981
result1: 300

0 commit comments

Comments
 (0)