We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PhysicalProjection: exprs [InputRef #0] PhysicalSimpleAgg: 1 agg calls PhysicalTableScan: table #9, columns [0], with_row_handler: true, is_sorted: false, expr: Gt(InputRef #0, Int32(5) (const))
The plan is not optimal. As we already have column 0 scanned, we don't need row handler.
We can refine the binder logic later to handle this case, and get this PR merged at first. Thanks!
Originally posted by @skyzh in #447 (comment)
The text was updated successfully, but these errors were encountered:
Looks better like a task for optimizer... Only optimizer knows how many columns will be read indeed.
Sorry, something went wrong.
discussions here #503
Successfully merging a pull request may close this issue.
The plan is not optimal. As we already have column 0 scanned, we don't need row handler.
We can refine the binder logic later to handle this case, and get this PR merged at first. Thanks!
Originally posted by @skyzh in #447 (comment)
The text was updated successfully, but these errors were encountered: