Re: [I] Support projecting columns that do not exist in the table [datafusion]

2025-06-20 Thread via GitHub
alamb commented on issue #16453: URL: https://github.com/apache/datafusion/issues/16453#issuecomment-2991076028 If you want to re-use the DataFusion SQL planner (SqlToRel) I do think you'll need to put the columns in the table schema for planning Perhaps you could then have an optimiz

Re: [I] Support projecting columns that do not exist in the table [datafusion]

2025-06-19 Thread via GitHub
niebayes commented on issue #16453: URL: https://github.com/apache/datafusion/issues/16453#issuecomment-2987092658 Call for help 👍 -- 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 co

[I] Support projecting columns that do not exist in the table [datafusion]

2025-06-19 Thread via GitHub
niebayes opened a new issue, #16453: URL: https://github.com/apache/datafusion/issues/16453 Our database recently implemented a windowing mechanism similar to Apache Flink, allowing data to be segmented as needed. For example, we support the following SQL statements: ```sql SELE