File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"description" : " BlueRay Java engine configurations" ,
3
- "catalog" : " glue " ,
3
+ "catalog" : " hive " ,
4
4
"session_params" : {
5
5
"query_max_execution_time" : " 8h" ,
6
6
"join_distribution_type" : " AUTOMATIC" ,
7
7
"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
10
10
}
11
11
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"description" : " BlueRay native engine configurations" ,
3
- "catalog" : " glue " ,
3
+ "catalog" : " hive " ,
4
4
"session_params" : {
5
5
"query_max_execution_time" : " 8h" ,
6
6
"join_distribution_type" : " AUTOMATIC" ,
7
7
"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
10
10
}
11
11
}
You can’t perform that action at this time.
0 commit comments