alamb commented on PR #17295: URL: https://github.com/apache/datafusion/pull/17295#issuecomment-3281536219
> So maybe the answer is that we should make `select from t1;` equivalent to "select no columns from t1" while keeping `from t1;` equivalent to `select * from t1;`? I think we should be consistent with other databases This proposal seems reasonable to me SHould we also make `from t` (without anything else) an error like it is in duckdb? -- 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...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org