-
Notifications
You must be signed in to change notification settings - Fork 4.1k
sql: make SPLIT AT output be consistent with SHOW EXPERIMENTAL_RANGES #24740
Copy link
Copy link
Closed
Labels
A-sql-executionRelating to SQL execution.Relating to SQL execution.C-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)E-easyEasy issue to tackle, requires little or no CockroachDB experienceEasy issue to tackle, requires little or no CockroachDB experienceS-3-ux-surpriseIssue leaves users wondering whether CRDB is behaving properly. Likely to hurt reputation/adoption.Issue leaves users wondering whether CRDB is behaving properly. Likely to hurt reputation/adoption.good first issue
Metadata
Metadata
Assignees
Labels
A-sql-executionRelating to SQL execution.Relating to SQL execution.C-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)E-easyEasy issue to tackle, requires little or no CockroachDB experienceEasy issue to tackle, requires little or no CockroachDB experienceS-3-ux-surpriseIssue leaves users wondering whether CRDB is behaving properly. Likely to hurt reputation/adoption.Issue leaves users wondering whether CRDB is behaving properly. Likely to hurt reputation/adoption.good first issue
This is a feature request.
On version 2.0.0, the pretty-printed key output format differs between
SHOW TESTING_RANGESandSPLIT ATas shown below.This is a bit confusing when you are trying to learn the key output format so you can understand what is happening under the hood when you execute these statements.
The feature request is for
SPLIT ATto use the same "short form" asSHOW TESTING_RANGESto make it easier to visually compare the outputs.(The table
tbelow is taken from the SQL tests for theSHOW TESTING_RANGESPR.)