andygrove closed issue #15797: Support metadata on literal values
URL: https://github.com/apache/datafusion/issues/15797
--
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 unsu
timsaucer commented on issue #15797:
URL: https://github.com/apache/datafusion/issues/15797#issuecomment-2867767697
In addition to the above, we are dropping metadata during optimizer,
specifically it looks like it is happening at the `OptimizeProjections` rule.
Still investigating.
--
T
timsaucer commented on issue #15797:
URL: https://github.com/apache/datafusion/issues/15797#issuecomment-2866320802
I believe I've tracked the issue down to `create_physical_expr` in the
planner. This is where we are losing metadata. I think this is a relatively
easy fix.
--
This is an a
timsaucer opened a new issue, #15797:
URL: https://github.com/apache/datafusion/issues/15797
### Is your feature request related to a problem or challenge?
This is a follow on to the discussion in
https://github.com/apache/datafusion/pull/15646 where the user would like to
have metad