Skip to content

Commit

Permalink
Add a session property
Browse files Browse the repository at this point in the history
  • Loading branch information
codope committed Aug 1, 2022
1 parent 17b0392 commit 7380015
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ dag_content:
deps: first_upsert
first_presto_query:
config:
presto_props:
prop1: "SET SESSION hive.parquet_use_column_names = true"
presto_queries:
query1: "select count(*) from testdb.table1"
result1: 400
Expand Down
2 changes: 2 additions & 0 deletions hudi-integ-test/src/test/resources/unit-test-cow-dag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ dag_content:
deps: first_hive_sync
first_presto_query:
config:
presto_props:
prop1: "SET SESSION hive.parquet_use_column_names = true"
presto_queries:
query1: "select count(*) from testdb1.table1"
result1: 300
Expand Down

0 comments on commit 7380015

Please sign in to comment.