parthchandra commented on code in PR #731: URL: https://github.com/apache/datafusion-comet/pull/731#discussion_r1693714135
########## spark/src/main/scala/org/apache/comet/serde/QueryPlanSerde.scala: ########## @@ -59,12 +59,13 @@ object QueryPlanSerde extends Logging with ShimQueryPlanSerde with CometExprShim logWarning(s"Comet native execution is disabled due to: $reason") } - def supportedDataType(dt: DataType): Boolean = dt match { + def supportedDataType(dt: DataType, allowComplex: Boolean = true): Boolean = dt match { Review Comment: Can we default `allowComplex` to `false` until there is more support for complex types? -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org