Skip to content
New issue

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

[Bug] subquey and row number bug in release 2.1.3 #37158

Open
3 tasks done
carlaikrypton opened this issue Jul 2, 2024 · 0 comments
Open
3 tasks done

[Bug] subquey and row number bug in release 2.1.3 #37158

carlaikrypton opened this issue Jul 2, 2024 · 0 comments

Comments

@carlaikrypton
Copy link

Search before asking

  • I had searched in the issues and found no similar issues.

Version

release 2.1.3

What's Wrong?

in release 2.0.3 this sql can work
select vin,file_name from ( select row_number() over **)as subquery WHERE row_num < 10
but after upgrade to 2.1.3 this sql can‘t search any record with the same data
i notice that the last condition is reason
when i set the 'row_num>10' it can work but slowly

what happen in release 2.1.3?

What You Expected?

select vin,file_name from ( select row_number() over **)as subquery WHERE row_num < 10
in release 2.1.3 this sql can‘t search any record
i notice that the last condition is reason
when i set the 'row_num>10' it can work but slowly

How to Reproduce?

No response

Anything Else?

No response

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Code of Conduct

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant