jayzhan211 commented on code in PR #11978:
URL: https://github.com/apache/datafusion/pull/11978#discussion_r1717933633


##########
datafusion/common/src/scalar/mod.rs:
##########
@@ -3173,6 +2986,11 @@ impl ScalarValue {
                 .map(|sv| sv.size() - std::mem::size_of_val(sv))
                 .sum::<usize>()
     }
+
+    pub fn supported_datatype(data_type: &DataType) -> Result<DataType, 
DataFusionError> {

Review Comment:
   It seems not used



##########
datafusion/common/src/scalar/mod.rs:
##########
@@ -3173,6 +2986,11 @@ impl ScalarValue {
                 .map(|sv| sv.size() - std::mem::size_of_val(sv))
                 .sum::<usize>()
     }
+
+    pub fn supported_datatype(data_type: &DataType) -> Result<DataType, 
DataFusionError> {

Review Comment:
   It seems not used



-- 
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: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to