-
-
Notifications
You must be signed in to change notification settings - Fork 141
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: Query result set error,TPCH(10G) Q11 #1101
Labels
Milestone
Comments
Address to download 10 GB of test data:http://192.168.30.30/test/tpch_10g_syw/ |
v1.0.1-Q11-1G |
|
retun E_DEC_OVERFLOW in decimal.c:1178 LINE
|
add some debug infromation,78638553351483000000 > 9223372036854775808(LLONG_MAX)
|
|
this issue depends on decimal, it'll be fixed after decimal is supported |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Have you read the Contributing Guidelines on issues?
Please confirm if bug report does NOT exists already ?
Describe the problem
Expected behavior
The query result set should appear empty
How To Reproduce
1、Build the test environment of TPCH ,Download 10 GB test data address:
2、Example Import 10 GB data
3、Execute the following SQL
Environment
Are you interested in submitting a PR to solve the problem?
The text was updated successfully, but these errors were encountered: