Re: [PR] Use qualified names on DELETE selections [datafusion]

2025-05-20 Thread via GitHub
alamb merged PR #16033: URL: https://github.com/apache/datafusion/pull/16033 -- 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: github-unsubscr...@datafusi

Re: [PR] Use qualified names on DELETE selections [datafusion]

2025-05-20 Thread via GitHub
alamb commented on PR #16033: URL: https://github.com/apache/datafusion/pull/16033#issuecomment-2895133818 The CI failure is unrelated to this PR - https://github.com/apache/datafusion/issues/16117 So merging in. Thanks @nuno-faria and @comphead -- This is an automated m

Re: [PR] Use qualified names on DELETE selections [datafusion]

2025-05-20 Thread via GitHub
alamb commented on PR #16033: URL: https://github.com/apache/datafusion/pull/16033#issuecomment-2894781403 > This is something we should probably add to the DataFusion documentation somewhere 🤔 I made a PR to clarify the status here: - https://github.com/apache/datafusion/pull/161

Re: [PR] Use qualified names on DELETE selections [datafusion]

2025-05-16 Thread via GitHub
comphead commented on PR #16033: URL: https://github.com/apache/datafusion/pull/16033#issuecomment-2887140210 Agree, I was mostly thinking about in memory dataset or Iceberg as it also supports DML, lets wait for the real use case to come -- This is an automated message from the Apache Gi

Re: [PR] Use qualified names on DELETE selections [datafusion]

2025-05-16 Thread via GitHub
alamb commented on PR #16033: URL: https://github.com/apache/datafusion/pull/16033#issuecomment-2887100083 > Btw @alamb this is prob a good question is there a place in roadmap to support UPDATE/DELETE DDLs? for a single machine engine it might be beneficial. DuckDB supports it TLDR

[PR] Use qualified names on DELETE selections [datafusion]

2025-05-12 Thread via GitHub
nuno-faria opened a new pull request, #16033: URL: https://github.com/apache/datafusion/pull/16033 ## Which issue does this PR close? - N/A. ## Rationale for this change The logical plan for Deletions was not using qualified column names for the selections, which