Skip to content

Commit

Permalink
add back config in native
Browse files Browse the repository at this point in the history
Signed-off-by: Yuan Zhou <[email protected]>
  • Loading branch information
zhouyuan committed May 6, 2024
1 parent 1d6e458 commit b715dfd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -645,6 +645,7 @@ object GlutenConfig {
("spark.hadoop.input.write.timeout", "180000"),
("spark.hadoop.dfs.client.log.severity", "INFO"),
("spark.sql.orc.compression.codec", "snappy"),
("spark.sql.decimalOperations.allowPrecisionLoss", "true"),
(
COLUMNAR_VELOX_FILE_HANDLE_CACHE_ENABLED.key,
COLUMNAR_VELOX_FILE_HANDLE_CACHE_ENABLED.defaultValueString),
Expand Down

0 comments on commit b715dfd

Please sign in to comment.