venkateshwaracholan commented on code in PR #16614:
URL: https://github.com/apache/iceberg/pull/16614#discussion_r3330438956
##########
spark/v3.5/spark/src/main/java/org/apache/iceberg/spark/source/BaseReader.java:
##########
@@ -125,6 +148,10 @@ protected NameMapping nameMapping() {
return nameMapping;
}
Review Comment:
Thanks for catching this. The delete-file path wasn't getting
`parquetReadProperties()`.
I've propagated the same Parquet read properties through `BaseDeleteLoader`,
including the cached delete loader path, and added regression tests covering
Parquet position deletes with vectored I/O disabled.
Please take another look when you have a chance.
--
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]