Kontinuation commented on code in PR #39:
URL: https://github.com/apache/sedona-db/pull/39#discussion_r2333715949


##########
rust/sedona-geoparquet/src/format.rs:
##########
@@ -352,7 +352,7 @@ impl GeoParquetFileSource {
         if let Some(parquet_source) = 
inner.as_any().downcast_ref::<ParquetSource>() {
             let mut parquet_source = parquet_source.clone();
 
-            // Extract the precicate from the existing source if it exists so 
we can keep a copy of it
+            // Extract the predicate from the existing source if it exists so 
we can keep a copy of it

Review Comment:
   False positive. Already fixed in this PR.



-- 
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]

Reply via email to