loneylee opened a new issue, #7482: URL: https://github.com/apache/incubator-gluten/issues/7482
### Description From spark 3.3+, driver will get file size and modify time. It can be send to backend by substrait. The backend code will not need: ``` DB::S3::ObjectInfo object_info = DB::S3::getObjectInfo(*client, bucket, key, ""); size_t object_size = object_info.size; nt64 object_modified_time = object_info.last_modification_time; ``` -- 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]
