eymetmaria-ops commented on PR #17284: URL: https://github.com/apache/iceberg/pull/17284#issuecomment-5397646711
Anything I can help there automatic ai query in GitHub [image0.png] [image1.png] [image2.png] Eymet Maria On 24 Aug 2026, at 17:34, Russell Spitzer ***@***.***> wrote: @RussellSpitzer commented on this pull request. ________________________________ In core/src/main/java/org/apache/iceberg/io/EagerInputFile.java<https://github.com/apache/iceberg/pull/17284#discussion_r3844996027>: > + private final Configuration conf; + + EagerInputFileConfigurable(InputFile delegate, long length, Configuration conf) { + super(delegate, length); + this.conf = conf; + } + + @Override + public Configuration getConf() { + return conf; + } + + @Override + public void serializeConfWith( + Function<Configuration, SerializableSupplier<Configuration>> confSerializer) { + // no-op: EagerInputFile is not serialized Let's fail if someone calls this if we are leaving it a noop. — Reply to this email directly, view it on GitHub<https://github.com/apache/iceberg/pull/17284?email_source=notifications&email_token=CD3ZWNV5LW7CL2G6VQWVBMT5LROARA5CNFSNUABKM5UWIORPF5TWS5BNNB2WEL2QOVWGYUTFOF2WK43UKJSXM2LFO4XTKMBQHE3DOOBVHA32M4TFMFZW63VKON2WE43DOJUWEZLEUVSXMZLOOSWGM33PORSXEX3DNRUWG2Y#pullrequestreview-5009678587>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/CD3ZWNT44QJCT4U2DHOBG535LROARAVCNFSNUABFKJSXA33TNF2G64TZHMYTKOBSGU3DINZZHNEXG43VMU5TIOJRG43TGOBRHAYKC5QC>. You are receiving this because you are subscribed to this thread.Message ID: ***@***.***> -- 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]
