SQL Error [42883]: ERROR: function read_json(unknown) does not exist Hint: No function matches the given name and argument types #552
Labels
needs-info
Needs more info, unless provided this will be closed "soon"
What happens?
Trying to read local JSON files but getting the error in the title.
To Reproduce
Using docker compose example from the repo, connecting to the postgres DB and checking able to read parquet files and all good there.
When changing to the folder I have JSON files, getting the error
SQL Error [42883]: ERROR: function read_json(unknown) does not exist
Hint: No function matches the given name and argument types. You might need to add explicit type casts.
Position: 55
OS:
Linux
pg_duckdb Version (if built from source use commit hash):
0.2.0
Postgres Version (if built from source use commit hash):
16.4
Hardware:
No response
Full Name:
Luis Rolando Gonzalez
Affiliation:
HPE
What is the latest build you tested with? If possible, we recommend testing with the latest nightly build.
I have tested with a stable release
Did you include all relevant data sets for reproducing the issue?
Yes
Did you include all code required to reproduce the issue?
Did you include all relevant configuration (e.g., CPU architecture, Linux distribution) to reproduce the issue?
The text was updated successfully, but these errors were encountered: