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

scripts: add Yahor to release notes #26096

Merged
merged 1 commit into from
May 25, 2018
Merged

Conversation

yuzefovich
Copy link
Member

This adds Yahor Yuzefovich to the roachers list.

Release note: None

This adds Yahor Yuzefovich to the roachers list.

Release note: None
@yuzefovich yuzefovich self-assigned this May 25, 2018
@yuzefovich yuzefovich requested review from knz and a team May 25, 2018 17:30
@cockroach-teamcity
Copy link
Member

This change is Reviewable

@yuzefovich
Copy link
Member Author

bors r+

craig bot pushed a commit that referenced this pull request May 25, 2018
25810: sql: Add the ability to access a specific column in a labeled tuple r=BramGruneir a=BramGruneir

This work is yet another step towards #16971.

The labeled tuples introduced in #25283 can now be accessed using their labels.
It's important to note that they require an extra parentheses around them to
do so.

```sql
SELECT (((1,'2',true) AS a, b, c)).a
+---+
| a |
+---+
| 1 |
+---+

SELECT (((1,'2',true) AS a, b, c)).b
+---+
| b |
+---+
| 2 |
+---+

SELECT (((1,'2',true) AS a, b, c)).c
+------+
|  c   |
+------+
| true |
+------+
```

This change prompted the need to restrict the labels in the tuple to be unique;
checks and test cases for that have been added as well.

Star expansion is still not allowed.

Release note: Labeled tuples can now be accessed using their labels (e.g.
`SELECT (((1,'2',true) AS a, b, c)).a` but it requires an extra level of
parentheses to do so.

26096: scripts: add Yahor to release notes r=yuzefovich a=yuzefovich

This adds Yahor Yuzefovich to the roachers list.

Release note: None

Co-authored-by: Bram Gruneir <bram@cockroachlabs.com>
Co-authored-by: yuzefovich <yahor@cockroachlabs.com>
@craig
Copy link
Contributor

craig bot commented May 25, 2018

Build succeeded

@craig craig bot merged commit c752c44 into cockroachdb:master May 25, 2018
@yuzefovich yuzefovich deleted the add_name branch June 27, 2018 16:58
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