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

[#3587] feat(trino-connector): Support create Internal connector like hive/iceberg/mysql/pg/memory #3588

Merged
merged 8 commits into from
May 28, 2024

Conversation

diqiu50
Copy link
Contributor

@diqiu50 diqiu50 commented May 27, 2024

What changes were proposed in this pull request?

Support create Internal connector like hive/iceberg/mysql/pg/memory

Why are the changes needed?

Fix: #3587

Does this PR introduce any user-facing change?

NO

How was this patch tested?

NO

@diqiu50 diqiu50 self-assigned this May 27, 2024
@diqiu50 diqiu50 requested review from yuqi1129 and mchades May 27, 2024 11:15

// Load all plugins
for (String pluginName : usePlugins) {
loadPlugin(pluginDir, pluginName);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems that we will omit the left catalogs if any of them fails to load.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think if the connector plugin fails to load, the Trino server should fail during startup.

Copy link
Contributor

@yuqi1129 yuqi1129 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@diqiu50 diqiu50 merged commit ff94157 into apache:branch-dynamic-catalog May 28, 2024
22 checks passed
@diqiu50 diqiu50 deleted the dynamic_catalog_p2 branch May 28, 2024 06:21
diqiu50 added a commit to diqiu50/gravitino that referenced this pull request May 30, 2024
…r like hive/iceberg/mysql/pg/memory (apache#3588)

### What changes were proposed in this pull request?

Support create Internal connector like hive/iceberg/mysql/pg/memory

### Why are the changes needed?

Fix: apache#3587

### Does this PR introduce _any_ user-facing change?

NO

### How was this patch tested?

NO
diqiu50 added a commit to diqiu50/gravitino that referenced this pull request May 30, 2024
…r like hive/iceberg/mysql/pg/memory (apache#3588)

### What changes were proposed in this pull request?

Support create Internal connector like hive/iceberg/mysql/pg/memory

### Why are the changes needed?

Fix: apache#3587

### Does this PR introduce _any_ user-facing change?

NO

### How was this patch tested?

NO
jerryshao pushed a commit that referenced this pull request May 31, 2024
… hive/iceberg/mysql/pg/memory (#3588)

### What changes were proposed in this pull request?

Support create Internal connector like hive/iceberg/mysql/pg/memory

### Why are the changes needed?

Fix: #3587

### Does this PR introduce _any_ user-facing change?

NO

### How was this patch tested?

NO
jerryshao pushed a commit that referenced this pull request May 31, 2024
… hive/iceberg/mysql/pg/memory (#3588)

### What changes were proposed in this pull request?

Support create Internal connector like hive/iceberg/mysql/pg/memory

### Why are the changes needed?

Fix: #3587

### Does this PR introduce _any_ user-facing change?

NO

### How was this patch tested?

NO
diqiu50 added a commit to diqiu50/gravitino that referenced this pull request Jun 13, 2024
…r like hive/iceberg/mysql/pg/memory (apache#3588)

### What changes were proposed in this pull request?

Support create Internal connector like hive/iceberg/mysql/pg/memory

### Why are the changes needed?

Fix: apache#3587

### Does this PR introduce _any_ user-facing change?

NO

### How was this patch tested?

NO
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

Successfully merging this pull request may close these issues.

2 participants