alamb opened a new issue, #7547:
URL: https://github.com/apache/arrow-datafusion/issues/7547

   ### Is your feature request related to a problem or challenge?
   
   As suggested by @wjones127 on 
https://github.com/apache/arrow-datafusion/pull/7526#issuecomment-1714705784
   
   When working with 
[Interval](https://docs.rs/datafusion/latest/datafusion/physical_expr/intervals/struct.Interval.html)
 analysis the output format is sometimes hard to grok
   
   
   ### Describe the solution you'd like
   
   As @wjones127  suggests:
   
   > Would be cool to get something like [10, 20], [10, ∞), (-∞, 100] or (-∞, 
∞) back. But if we don't feel like that's idiomatic Rust, we should at least 
change the representation so it indicates whether the bounds are open or 
closed. Right now the Display implementation for IntervalBound just uses value.
   
   
   ### Describe alternatives you've considered
   
   _No response_
   
   ### Additional context
   
   I think this is a fairly straightforward coding exercise that would be a 
good way to get exposure to the DataFusion codebase and interval analysis in 
particular. Thus marking as good first issue


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