Re: [I] Support metadata on literal values [datafusion]

2025-06-06 Thread via GitHub
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

Re: [I] Support metadata on literal values [datafusion]

2025-05-09 Thread via GitHub
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

Re: [I] Support metadata on literal values [datafusion]

2025-05-09 Thread via GitHub
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

[I] Support metadata on literal values [datafusion]

2025-04-21 Thread via GitHub
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