viirya commented on issue #434: URL: https://github.com/apache/datafusion-comet/issues/434#issuecomment-2113115795
Actually Comet columnar shuffle already supports some complex data types. You can find some tests using complex types in Comet shuffle test suites. But Comet scan operator doesn't support complex types now. So you cannot read data of complex types from Parquet and do native operations on it. I think currently we also don't add any native expression which can produce output of 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: [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]
