yikf commented on code in PR #7851:
URL: https://github.com/apache/incubator-gluten/pull/7851#discussion_r1832633228
##########
backends-velox/src/test/scala/org/apache/spark/sql/execution/VeloxParquetWriteForHiveSuite.scala:
##########
@@ -176,4 +176,13 @@ class VeloxParquetWriteForHiveSuite extends
GlutenQueryTest with SQLTestUtils {
checkAnswer(sql("SELECT * FROM t"), Row(1))
}
}
+
+ test("native writer support CreateHiveTableAsSelectCommand") {
+ withTable("t", "t2") {
Review Comment:
removed, this `VeloxParquetWriteForHiveSuite` suite is specifically for
Parquet, and the code paths for ORC and Parquet are consistent.
--
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]