zhouyuan commented on code in PR #11518:
URL:
https://github.com/apache/incubator-gluten/pull/11518#discussion_r2745763271
##########
gluten-substrait/src/main/scala/org/apache/gluten/execution/FileSourceScanExecTransformer.scala:
##########
@@ -166,6 +166,10 @@ abstract class FileSourceScanExecTransformerBase(
return ValidationResult.failed(s"Unsupported columns scan in native.")
}
+ if
(getPartitionSchema.fields.exists(_.dataType.isInstanceOf[DecimalType])) {
Review Comment:
@liujiayi771 Thanks. I added in the BatchScanExec also. It seems
BasicScanExec does not have the necessary members
--
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]