deniskuzZ commented on PR #5839: URL: https://github.com/apache/hive/pull/5839#issuecomment-2955239211
> > redicates from all the TableScan operators in order to construct the final iceberg commit filter? > > Yes, this was the same logic spark used to build the conflict detection filter as well. https://github.com/apache/iceberg/blob/main/spark/v3.5/spark/src/main/java/org/apache/iceberg/spark/source/SparkWrite.java#L399-L410 Thanks @simhadri-g , I have no idea how Spark manages/constructs the `filterExpressions`, but based on the code, it seems Spark has a single TS operator (root TS ???). Maybe you can check with @vrozov and help us do the same in Hive. ```` scan.filterExpressions() ```` -- 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: gitbox-unsubscr...@hive.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For additional commands, e-mail: gitbox-h...@hive.apache.org