Re: [PR] datafusion-cli: add streaming state struct [datafusion]

2025-06-12 Thread via GitHub
github-actions[bot] closed pull request #15234: datafusion-cli: add streaming state struct URL: https://github.com/apache/datafusion/pull/15234 -- 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 s

Re: [PR] datafusion-cli: add streaming state struct [datafusion]

2025-05-16 Thread via GitHub
github-actions[bot] commented on PR #15234: URL: https://github.com/apache/datafusion/pull/15234#issuecomment-2887964712 Thank you for your contribution. Unfortunately, this pull request is stale because it has been open 60 days with no activity. Please remove the stale label or comment or

Re: [PR] datafusion-cli: add streaming state struct [datafusion]

2025-03-17 Thread via GitHub
alamb commented on PR #15234: URL: https://github.com/apache/datafusion/pull/15234#issuecomment-2730540542 > I only had time to take a quick glance - but could this functionality be added to datafusion so it could be used by other apps that have CLIs built on datafusion? Seems like a

[PR] datafusion-cli: add streaming state struct [datafusion]

2025-03-15 Thread via GitHub
shruti2522 opened a new pull request, #15234: URL: https://github.com/apache/datafusion/pull/15234 ## Which issue does this PR close? - Closes #14886 . ## Rationale for this change ## What changes are included in this PR? add `OutputStreamStruct` to av

Re: [PR] datafusion-cli: add streaming state struct [datafusion]

2025-03-14 Thread via GitHub
matthewmturner commented on PR #15234: URL: https://github.com/apache/datafusion/pull/15234#issuecomment-2725076546 I only had time to take a quick glance - but could this functionality be added to datafusion so it could be used by other apps that have CLIs built on datafusion? -- This i