b4l commented on code in PR #604:
URL: https://github.com/apache/sedona-db/pull/604#discussion_r2804658096
##########
rust/sedona-pointcloud/src/laz/format.rs:
##########
@@ -200,9 +202,28 @@ impl FileFormat for LazFormat {
async fn create_physical_plan(
&self,
- _state: &dyn Session,
+ state: &dyn Session,
conf: FileScanConfig,
) -> Result<Arc<dyn ExecutionPlan>, DataFusionError> {
+ let mut source = conf
Review Comment:
@paleolimbot, these changes are necessary to actually cache the metadata.
Maybe this should be considered for the Parquet reader as well.
--
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]