comphead commented on code in PR #731: URL: https://github.com/apache/datafusion-comet/pull/731#discussion_r1698720919
########## 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 = false): Boolean = dt match { Review Comment: just thinking do we really need `allowComplex`, which more looks like a `supportComplexTypes` or we can use the Comet param like its done for operator/expressions. Moreover the isSchemaSupported doesn't have this flag which causes some inconsistency imho -- 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