paleolimbot commented on code in PR #604:
URL: https://github.com/apache/sedona-db/pull/604#discussion_r2804822853
##########
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:
Thank you! We do in general have cache issues 😬 (Peter tried something like
this a while ago but we didn't notice a difference at the time:
https://github.com/apache/sedona-db/pull/294 ).
--
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]