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

Bug: missing mongo built-in schema #37

Open
wirelessr opened this issue Jan 18, 2024 · 0 comments
Open

Bug: missing mongo built-in schema #37

wirelessr opened this issue Jan 18, 2024 · 0 comments

Comments

@wirelessr
Copy link

wirelessr commented Jan 18, 2024

After using:

SHOW SCHEMAS in mongo;

The output is:

       Schema
--------------------
 information_schema

The root cause should be folder ./mongodb/database is missing, so the volumes is empty.

In fact, the latest trino can CREATE SCHEMA.
After using:

CREATE SCHEMA mongo.tiby;

The tiny can be built and used.

trino> SHOW SCHEMAS in mongo;

       Schema
--------------------
 information_schema
 tiny
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant