qazxcdswe123 commented on code in PR #15016:
URL: https://github.com/apache/datafusion/pull/15016#discussion_r1981398462


##########
datafusion/common/src/scalar/mod.rs:
##########
@@ -2764,15 +2764,6 @@ impl ScalarValue {
         Ok(scalars)
     }
 
-    // TODO: Support more types after other ScalarValue is wrapped with 
ArrayRef
-    /// Get raw data (inner array) inside ScalarValue
-    pub fn raw_data(&self) -> Result<ArrayRef> {

Review Comment:
   Thanks for the remind!
   
   And I think `to_array` is what we meant to do here?
   
   
https://github.com/apache/datafusion/blob/c0d53adf8323b840d0adaa62ba868d6acd4ba886/datafusion/common/src/scalar/mod.rs#L1766



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