WangGuangxin commented on PR #5954:
URL: 
https://github.com/apache/incubator-gluten/pull/5954#issuecomment-2146334633

   > Do you mean these fields are not supported in filter pushdown?
   > 
   > ```
   >               StructField("short_decimal_field", DecimalType(5, 2), true),
   >               StructField("long_decimal_field", DecimalType(32, 8), true),
   >               StructField("binary_field", BinaryType, true),
   >               StructField("timestamp_field", TimestampType, true)
   > ```
   
   @FelixYBW Before this PR, Gluten will try to pushdown them, but throw 
`Subfield filters creation not supported for input type **`, which make 
FileSourceScan fallback to Vanilla Spark.
   After this PR, Gluten will not try to pushdown them.
   
   BTW, `short_decimal_field` is supported to pushdown, the other three fields 
don't. 


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