jesspav commented on code in PR #253:
URL: https://github.com/apache/sedona-db/pull/253#discussion_r2471593655


##########
rust/sedona-schema/src/datatypes.rs:
##########
@@ -19,16 +19,19 @@ use datafusion_common::error::{DataFusionError, Result};
 use sedona_common::sedona_internal_err;
 use serde_json::Value;
 use std::fmt::{Debug, Display};
+use std::sync::LazyLock;
 
 use crate::crs::{deserialize_crs, Crs};
 use crate::extension_type::ExtensionType;
+use crate::raster::RasterSchema;
 
 /// Data types supported by Sedona that resolve to a concrete Arrow DataType
 #[derive(Debug, PartialEq, Clone)]
 pub enum SedonaType {
     Arrow(DataType),
     Wkb(Edges, Crs),
     WkbView(Edges, Crs),
+    Raster(),

Review Comment:
   oh! thanks! removed



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