Skip to content

Commit 9fec32b

Browse files
authored
update default catalog to hive for blueray (#53)
1 parent 96cb43d commit 9fec32b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

benchmarks/java_blueray.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"description": "BlueRay Java engine configurations",
3-
"catalog": "glue",
3+
"catalog": "hive",
44
"session_params": {
55
"query_max_execution_time": "8h",
66
"join_distribution_type": "AUTOMATIC",
77
"join_reordering_strategy": "AUTOMATIC",
8-
"glue.parquet_pushdown_filter_enabled": true,
9-
"glue.pushdown_filter_enabled": false
8+
"hive.parquet_pushdown_filter_enabled": true,
9+
"hive.pushdown_filter_enabled": false
1010
}
1111
}

benchmarks/native_blueray.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"description": "BlueRay native engine configurations",
3-
"catalog": "glue",
3+
"catalog": "hive",
44
"session_params": {
55
"query_max_execution_time": "8h",
66
"join_distribution_type": "AUTOMATIC",
77
"join_reordering_strategy": "AUTOMATIC",
8-
"glue.parquet_pushdown_filter_enabled": true,
9-
"glue.pushdown_filter_enabled": true
8+
"hive.parquet_pushdown_filter_enabled": true,
9+
"hive.pushdown_filter_enabled": true
1010
}
1111
}

0 commit comments

Comments
 (0)