singhpk234 opened a new pull request #4446: URL: https://github.com/apache/iceberg/pull/4446
As per my understanding, presently we don't take `SplitScanTask` which is FileScanTask, into consideration where we would not be reading the complete file rather a subpart of the file so in this case it's better to find number of records by lenght() , rather than going to datafile this splitscanTask is based on and get's its record count. --- cc @rdblue @aokolnychyi @RussellSpitzer @wypoon -- 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]
