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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to