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

colexec: support TIMESTAMPTZ type #43514

Merged
merged 2 commits into from
Dec 31, 2019
Merged

Conversation

yuzefovich
Copy link
Member

@yuzefovich yuzefovich commented Dec 24, 2019

colexec: support TIMESTAMPTZ type

This commit adds the support for TimestampTZ data type which is
represented in the same way as Timestamp (as 'time.Time'). We already
had everything in place, so only the type-conversion was needed.

Addresses: #42043.

Release note (sql change): vectorized engine now supports TIMESTAMPTZ
data type.

sqlsmith: add several types to vecSeedTable

This commit adds previously supported INT2 and INT4 types to
vecSeedTable as well as newly supported TIMESTAMPTZ.

Release note: None

@yuzefovich yuzefovich requested review from asubiotto and a team December 24, 2019 04:00
@cockroach-teamcity
Copy link
Member

This change is Reviewable

Copy link
Member

@jordanlewis jordanlewis left a comment

Choose a reason for hiding this comment

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

:lgtm:

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

This commit adds the support for TimestampTZ data type which is
represented in the same way as Timestamp (as 'time.Time'). We already
had everything in place, so only the type-conversion was needed.

Release note (sql change): vectorized engine now supports TIMESTAMPTZ
data type.
This commit adds previously supported INT2 and INT4 types to
vecSeedTable as well as newly supported TIMESTAMPTZ.

Release note: None
@yuzefovich
Copy link
Member Author

TFTR!

bors r+

craig bot pushed a commit that referenced this pull request Dec 31, 2019
43514: colexec: support TIMESTAMPTZ type r=yuzefovich a=yuzefovich

**colexec: support TIMESTAMPTZ type**

This commit adds the support for TimestampTZ data type which is
represented in the same way as Timestamp (as 'time.Time'). We already
had everything in place, so only the type-conversion was needed.

Addresses: #42043.

Release note (sql change): vectorized engine now supports TIMESTAMPTZ
data type.

**sqlsmith: add several types to vecSeedTable**

This commit adds previously supported INT2 and INT4 types to
vecSeedTable as well as newly supported TIMESTAMPTZ.

Release note: None

Co-authored-by: Yahor Yuzefovich <[email protected]>
@craig
Copy link
Contributor

craig bot commented Dec 31, 2019

Build succeeded

And happy new year from bors! 🎉

@craig craig bot merged commit b3faa6b into cockroachdb:master Dec 31, 2019
@yuzefovich yuzefovich deleted the vec-timestamptz branch December 31, 2019 06:29
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