This is an automated email from the ASF dual-hosted git repository.

jackylee 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 46708c19fe [CORE][MIRROR] change config.defaultValue.get.toString to 
config.defaultValueString (#8572)
46708c19fe is described below

commit 46708c19fe822216bdc6e796dbd9f21eb3fc28f0
Author: jackylee <[email protected]>
AuthorDate: Mon Jan 20 19:14:58 2025 +0800

    [CORE][MIRROR] change config.defaultValue.get.toString to 
config.defaultValueString (#8572)
---
 .../org/apache/gluten/execution/GlutenClickHouseExcelFormatSuite.scala  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/backends-clickhouse/src/test/scala/org/apache/gluten/execution/GlutenClickHouseExcelFormatSuite.scala
 
b/backends-clickhouse/src/test/scala/org/apache/gluten/execution/GlutenClickHouseExcelFormatSuite.scala
index 495e896150..0d8326ebae 100644
--- 
a/backends-clickhouse/src/test/scala/org/apache/gluten/execution/GlutenClickHouseExcelFormatSuite.scala
+++ 
b/backends-clickhouse/src/test/scala/org/apache/gluten/execution/GlutenClickHouseExcelFormatSuite.scala
@@ -1503,7 +1503,7 @@ class GlutenClickHouseExcelFormatSuite
       (GlutenConfig.NATIVE_WRITER_ENABLED.key, "true"),
       (
         RuntimeSettings.OUTPUT_FORMAT_COMPRESSION_LEVEL.key,
-        
RuntimeSettings.OUTPUT_FORMAT_COMPRESSION_LEVEL.defaultValue.get.toString)
+        RuntimeSettings.OUTPUT_FORMAT_COMPRESSION_LEVEL.defaultValueString)
     ) {
       testFileFormatBase(tablePath, format, sql, df => {})
     }


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to