liujiayi771 commented on code in PR #11518:
URL: 
https://github.com/apache/incubator-gluten/pull/11518#discussion_r2746669564


##########
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:
   @zhouyuan Do you mean `getPartitionSchema` by 'necessary members'? I think 
it should be accessible within `BasicScanExecTransformer`.



-- 
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]

Reply via email to