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

Cannot use JSON_VALUE function #270

Closed
arnaudbriche opened this issue Sep 18, 2024 · 2 comments
Closed

Cannot use JSON_VALUE function #270

arnaudbriche opened this issue Sep 18, 2024 · 2 comments
Labels
good first issue Good for newcomers

Comments

@arnaudbriche
Copy link

arnaudbriche commented Sep 18, 2024

(you don't have to strictly follow this form)

Describe the unexpected behaviour
A clear and concise description of what works not as it is supposed to.

How to reproduce

SELECT JSON_VALUE('{"key": "value"}', '$.key')
  • Which ClickHouse server version to use
  • Which interface to use, if matters

chdb

  • Non-default settings, if any
  • CREATE TABLE statements for all tables involved
  • Sample data for all these tables, use clickhouse-obfuscator if necessary
  • Queries to run that lead to unexpected result

Expected behavior
A clear and concise description of what you expected to happen.

Error message and/or stacktrace

chdb.ChdbError: Code: 48. DB::Exception: Functions JSON* are not supported: In scope SELECT JSONExtract('{"key": "value"}', 'Tuple(String)'), JSON_VALUE('{"key": "value"}', '$.key'). (NOT_IMPLEMENTED)

Additional context
Add any other context about the problem here.

@auxten auxten added the good first issue Good for newcomers label Oct 2, 2024
@auxten
Copy link
Member

auxten commented Oct 2, 2024

It a macOS compiling flags issue, should be issue of build.sh

@auxten
Copy link
Member

auxten commented Oct 15, 2024

Fixed #271

@auxten auxten closed this as completed Oct 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants