notfilippo opened a new issue, #12622:
URL: https://github.com/apache/datafusion/issues/12622

   ### Is your feature request related to a problem or challenge?
   
   This epic tracks an ordered list tasks related to [Proposal] Decouple 
logical from physical types (#11513). 
   
   ### Describe the solution you'd like
   
   Make `ScalarValue` values logical:
   
   - [ ] #12536
   - [ ] Use `Scalar` in `Expr::Literal`
   - [ ] Introduce `LogicalType` enum and the logically equivalent notion
   - [ ] Remove `ScalarValue::LargeUtf8 `and `ScalarValue::Utf8View` in favour 
of `ScalarValue::Utf8`
   - [ ] Remove `ScalarValue::LargeBinary` and `ScalarValue::BinaryView` in 
favour of `ScalarValue::Binary`
   - [ ] Remove `ScalarValue::Dictionary` (from 
https://github.com/apache/datafusion/pull/12488)
   
   ### Describe alternatives you've considered
   
   _No response_
   
   ### Additional context
   
   _No response_


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