-
-
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: Field "a$1、$b、c$" insert value, no query result #222
Labels
Comments
shangyanwen
changed the title
bug: Field "a$1""$b""" insert value, no query result
bug: Field "a$1""$b""c$" insert value, no query result
Jul 14, 2022
shangyanwen
changed the title
bug: Field "a$1""$b""c$" insert value, no query result
bug: Field "a$1\$b""c$" insert value, no query result
Jul 14, 2022
shangyanwen
changed the title
bug: Field "a$1\$b""c$" insert value, no query result
bug: Field "a$1、$b、c$" insert value, no query result
Jul 14, 2022
Insert data process, rocksdb returns success.
|
There is an exception in the rocksdb AsyncDropData process.
|
Check that the data file is empty. Check the log and find that the table name has been escaped. $test1->@0024test1. Preliminary judgment that rocksdb does not support the '$' special character |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the problem
Expected behavior
How To Reproduce
Environment
Are you interested in submitting a PR to solve the problem?
The text was updated successfully, but these errors were encountered: