You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using Trino with Hive connector.
Underlying storage is Google Cloud storage
After migrating some tables with Google transfer service, for some partitions that does not contains data files - their corresponding "directories" where not created
Running query against these tables rise error:
TrinoExternalError(type=EXTERNAL, name=HIVE_FILE_NOT_FOUND, message="Partition location does not exist: gs://<bucket name here>/.../.../.../.../")
I'm using Trino with Hive connector.
Underlying storage is Google Cloud storage
After migrating some tables with Google transfer service, for some partitions that does not contains data files - their corresponding "directories" where not created
Running query against these tables rise error:
Hive connector uses the following configuratioon
hive.properties
core-site.xml
contains GS specific part and works as expectedTrino version 451
The text was updated successfully, but these errors were encountered: