This is an automated email from the ASF dual-hosted git repository.
changchen pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git
The following commit(s) were added to refs/heads/main by this push:
new 39ea7a9ce [GLUTEN-1632][CH]Daily Update Clickhouse Version (20240727)
(#6611)
39ea7a9ce is described below
commit 39ea7a9ce990383e34463c5acc8e11f3ccf43227
Author: Kyligence Git <[email protected]>
AuthorDate: Sat Jul 27 02:49:19 2024 -0500
[GLUTEN-1632][CH]Daily Update Clickhouse Version (20240727) (#6611)
* [GLUTEN-1632][CH]Daily Update Clickhouse Version (20240727)
* fix ut due to https://github.com/ClickHouse/ClickHouse/pull/67149
---------
Co-authored-by: kyligence-git <[email protected]>
Co-authored-by: Chang Chen <[email protected]>
---
cpp-ch/clickhouse.version | 4 ++--
cpp-ch/local-engine/Common/CHUtil.cpp | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/cpp-ch/clickhouse.version b/cpp-ch/clickhouse.version
index 082ea747b..a67f0227c 100644
--- a/cpp-ch/clickhouse.version
+++ b/cpp-ch/clickhouse.version
@@ -1,4 +1,4 @@
CH_ORG=Kyligence
-CH_BRANCH=rebase_ch/20240719
-CH_COMMIT=3a2e993b1d4
+CH_BRANCH=rebase_ch/20240727
+CH_COMMIT=7d0829e25b9
diff --git a/cpp-ch/local-engine/Common/CHUtil.cpp
b/cpp-ch/local-engine/Common/CHUtil.cpp
index 1be9c09a8..787277dbe 100644
--- a/cpp-ch/local-engine/Common/CHUtil.cpp
+++ b/cpp-ch/local-engine/Common/CHUtil.cpp
@@ -766,7 +766,7 @@ void
BackendInitializerUtil::initSettings(std::map<std::string, std::string> & b
settings.set("input_format_parquet_import_nested", true);
settings.set("input_format_json_read_numbers_as_strings", true);
settings.set("input_format_json_read_bools_as_numbers", false);
- settings.set("input_format_json_ignore_key_case", true);
+ settings.set("input_format_json_case_insensitive_column_matching", true);
settings.set("input_format_csv_trim_whitespaces", false);
settings.set("input_format_csv_allow_cr_end_of_line", true);
settings.set("output_format_orc_string_as_string", true);
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]