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

Minor bug fix in BlackHoleConnector #12457

Merged
merged 1 commit into from
Mar 26, 2019
Merged

Conversation

wenleix
Copy link
Contributor

@wenleix wenleix commented Mar 10, 2019

BlackholeConnector cannot have tables with same table names in different
schemas.

This is because originally BlackHoleConnector only supports default
schema so it use the table name string to identify table. When creating
schema was supported in 4e522f3 (related PR is #9702), the
table identity should be updated to use SchemaTableName.

@wenleix wenleix force-pushed the fixblack branch 3 times, most recently from 55bf3b1 to 7ec9926 Compare March 12, 2019 05:34
BlackholeConnector cannot have tables with same table names in different
schemas.

This is because originally BlackHoleConnector only supports `default`
schema so it use the table name string to identify table. When creating
schema was supported in 4e522f3, the
table identity should be updated to use SchemaTableName.
@wenleix wenleix merged commit 2bb9a01 into prestodb:master Mar 26, 2019
@wenleix wenleix deleted the fixblack branch March 26, 2019 18:56
kokosing pushed a commit to kokosing/trino that referenced this pull request May 1, 2019
BlackholeConnector cannot have tables with same table names in different
schemas.

This is because originally BlackHoleConnector only supports `default`
schema so it use the table name string to identify table. When creating
schema was supported in 4e522f355ed7f0711d877e2259e489a8ebf626b9, the
table identity should be updated to use SchemaTableName.

Extracted from: prestodb/presto#12457
kokosing pushed a commit to trinodb/trino that referenced this pull request May 1, 2019
BlackholeConnector cannot have tables with same table names in different
schemas.

This is because originally BlackHoleConnector only supports `default`
schema so it use the table name string to identify table. When creating
schema was supported in 4e522f355ed7f0711d877e2259e489a8ebf626b9, the
table identity should be updated to use SchemaTableName.

Extracted from: prestodb/presto#12457
FernandoWerneck pushed a commit to SlicingDice/presto that referenced this pull request May 13, 2019
BlackholeConnector cannot have tables with same table names in different
schemas.

This is because originally BlackHoleConnector only supports `default`
schema so it use the table name string to identify table. When creating
schema was supported in 4e522f355ed7f0711d877e2259e489a8ebf626b9, the
table identity should be updated to use SchemaTableName.

Extracted from: prestodb/presto#12457
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.

3 participants