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

release-20.1: sql: switch table and index in EXPLAIN (DISTSQL) diagrams #56396

Merged
merged 1 commit into from
Nov 7, 2020

Conversation

yuzefovich
Copy link
Member

Backport 1/1 commits from #52085.

/cc @cockroachdb/release


This commit switches from index@table to table@index to be in line
with how index hints are given.

Fixes: #56372.

Release note (sql change): EXPLAIN (DISTSQL) diagrams have been
updated by switching table name with index name (previously, we had
syntax index@table, and now we have table@index).

This commit switches from `index@table` to `table@index` to be in line
with how index hints are given.

Release note (sql change): `EXPLAIN (DISTSQL)` diagrams have been
updated by switching table name with index name (previously, we had
syntax `index@table`, and now we have `table@index`).
@yuzefovich yuzefovich requested a review from a team as a code owner November 6, 2020 23:39
@cockroach-teamcity
Copy link
Member

This change is Reviewable

Copy link
Member

@RaduBerinde RaduBerinde left a comment

Choose a reason for hiding this comment

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

TM@LG

Reviewable status: :shipit: complete! 0 of 0 LGTMs obtained (waiting on @RaduBerinde)

@yuzefovich
Copy link
Member Author

Haha, TFTR!

@yuzefovich yuzefovich merged commit 8b3161a into cockroachdb:release-20.1 Nov 7, 2020
@yuzefovich yuzefovich deleted the backport20.1-52085 branch November 7, 2020 00:39
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