-
Notifications
You must be signed in to change notification settings - Fork 3.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
sql: SELECT DISTINCT jsoncol->foo
is broken
#24436
Comments
/cc @nstewart |
Do we have a plan to address this in 2.1 bug fixing period @jordanlewis ? |
Unfortunately this isn't fixable in 2.1 - it's too much work. We could potentially put a better error message for it, but I'm not sure it's worth the effort. |
@justinj Can I get a quick blurb describing this known limitation w/r/t the impact to user experience? Ideally, we need it by Friday 10/26 for the 2.1 Known Limitations page. Posting it on this issue and/or pinging me would be great. |
Similar case that hits the same error: |
I have added telemetry links inside CockroachDB to the underlying/overarching issue #35706. |
Closing as duplicate of #35706. |
Realistic reproduction:
Minimal reproduction:
@justinj suggests that this is because we can't currently key-encode JSON values. As a workaround:
The text was updated successfully, but these errors were encountered: