-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
Opengauss select syntax test, there are problems in some scenarios #20084
Labels
Comments
opengauss
|
sharding-proxy
|
This feature does not plan to support now. --7、with
with temp_tb(i,j,k) as (select * from t_order) select * from temp_tb where j =2;
ERROR: relation "t_order" does not exist on dn_6001
LINE 1: with temp_tb(i,j,k) as (select * from t_order) select * from... |
This exception will be fixed soon.
|
Hello , this issue has not received a reply for several days. |
Hi @strongduanmu , Has this issue been fixed? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug Report
For English only, other languages will not accept.
Before report a bug, make sure you have:
Please pay attention on issues you submitted, because we maybe need more details.
If no response anymore and we cannot reproduce it on current information, we will close it.
Please answer these questions before submitting your issue. Thanks!
Which version of ShardingSphere did you use?
we find java version: java8, full_version=1.8.0_282
ShardingSphere-5.1.3-SNAPSHOT
Commit ID: dirty-9dd0d3990c849d50c17c6dc7c92ec2d4ce0ad7e5
Commit Message: Implements openGauss version function by calcite (#19327)
Branch: 9dd0d39
Build time: 2022-08-04T19:57:18+0800
Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy?
ShardingSphere-Proxy
Expected behavior
opengauss select syntax test, the test result is correct
Actual behavior
Opengauss select syntax test, there are problems in some scenarios
Reason analyze (If you can)
Steps to reproduce the behavior, such as: SQL to execute, sharding rule configuration, when exception occur etc.
sharding-config
Example codes for reproduce this issue (such as a github link).
The text was updated successfully, but these errors were encountered: