Kimahriman commented on code in PR #731:
URL: https://github.com/apache/datafusion-comet/pull/731#discussion_r1698925390
##########
spark/src/test/scala/org/apache/comet/CometExpressionSuite.scala:
##########
@@ -1756,4 +1756,21 @@ class CometExpressionSuite extends CometTestBase with
AdaptiveSparkPlanHelper {
}
}
}
+
+ test("get_struct_field") {
+ withSQLConf(
+ CometConf.COMET_ROW_TO_COLUMNAR_ENABLED.key -> "true",
+ CometConf.COMET_ROW_TO_COLUMNAR_SUPPORTED_OPERATOR_LIST.key ->
"FileSourceScan") {
+ withTempPath { dir =>
+ var df = spark
+ .range(5)
+ .select(struct(col("id")).alias("nested"))
Review Comment:
Hah I did have that originally but it looked like most things just relied on
the Spark tests for extensive testing, I can add back in some nulls
--
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]