Replies: 2 comments
-
do you have the native reader enabled? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I also experienced it. SHOW SCHEMA; success. an error appears: I use docker compose for deployment, the images I use is like this:
EDIT: Now I can create table, show all tables, and select * from table in trino using the configuration in this link: My iceberg.properties:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am doing a POC.
I have setup minio, iceberg-rest and trino using docker compose.
I have configured iceberg.properties to use rest-catalog.
when I am trying to create a table using trino, it says no factory for location.
when i check logs of iceberg-rest, it says no such table found exception.
Beta Was this translation helpful? Give feedback.
All reactions