yikf commented on code in PR #8722:
URL: https://github.com/apache/incubator-gluten/pull/8722#discussion_r1961020964


##########
backends-velox/src/test/scala/org/apache/spark/sql/execution/VeloxParquetWriteForHiveSuite.scala:
##########
@@ -330,4 +330,43 @@ class VeloxParquetWriteForHiveSuite
       }
     }
   }
+
+  testWithSpecifiedSparkVersion(
+    "Native writer should keep the same compression codec if 
`hive.exec.compress.output` is true",
+    maxSparkVersion = Some("3.3")) {

Review Comment:
   ctas will go now v2 write code path, will use `WriteFilesExecTransformer`. 
   
   `WriteFilesExecTransformer` also has the problem described in this PR, but 
it seems more trickier, so this PR first fixes the v1 write path.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to