trinodb / trino

Official repository of Trino, the distributed SQL query engine for big data, formerly known as PrestoSQL (https://trino.io)
https://trino.io
Apache License 2.0
10.27k stars 2.95k forks source link

file-metastore schemas are no longer self contained #10833

Open joshthoward opened 2 years ago

joshthoward commented 2 years ago

The commit https://github.com/trinodb/trino/commit/4dda7750a77fda7fcb63ba770af240a9d8a9f66e introduced a change to remove database schema files from database directories. The result is that schemas are no longer self contained which breaks the convention of Trino. This should be resolved by the 370 release of Trino.

hashhar commented 2 years ago

Updated to link to commit on master instead of PR otherwise it's not possible to see what tags it's part of or the related PR.

findepi commented 2 years ago

@joshthoward the file-metastore is testing-only facility

thus the change is not a bug, and furthermore cannot be a release blocker.

cc @losipiuk @martint

electrum commented 2 years ago

It is not only for testing. It’s also used as convenient way to have standalone data and metadata in an object store, without needing an external metastore.

findepi commented 2 years ago

Removing the release blocker label (the 370 went out without this).