JNSimba commented on PR #335:
URL: 
https://github.com/apache/doris-spark-connector/pull/335#issuecomment-3205243156

   @hellozepp Hello, I've confirmed that `doris.filter.query` is typically used 
for RDD operations, and it will always go to 
`ReaderPartitionGenerator.generatePartitions.`
   SparkSQL automatically pushes down predicates in SparkSQL. The logic for 
Spark2 is in `DorisRelation.buildScan`, and for Spark3, it's in 
`DorisScanBuilder.pushPredicates`.
   So, may I ask what the scenario is for using doris.filter.query in SparkSQL? 
Because currently, SparkSQL can already achieve automatic predicate pushdown.
   


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