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

sql: unblacklist repeat builtin #28039

Merged
merged 1 commit into from Jul 30, 2018

Conversation

jordanlewis
Copy link
Member

We have memory accounting for it now. Also, change a test that was
checking whether a top-k sort was correctly planned to a planner test
that uses EXPLAIN, instead of using the repeat builtin in a roundabout
fashion.

Release note (sql change): permit distribution of queries that use the
repeat builtin function.

We have memory accounting for it now. Also, change a test that was
checking whether a top-k sort was correctly planned to a planner test
that uses EXPLAIN, instead of using the repeat builtin in a roundabout
fashion.

Release note (sql change): permit distribution of queries that use the
repeat builtin function.
@jordanlewis jordanlewis requested review from justinj, knz and a team July 30, 2018 16:03
@cockroach-teamcity
Copy link
Member

This change is Reviewable

Copy link
Contributor

@knz knz left a comment

Choose a reason for hiding this comment

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

thanks

@jordanlewis
Copy link
Member Author

TFTR!

bors r+

craig bot pushed a commit that referenced this pull request Jul 30, 2018
28039: sql: unblacklist repeat builtin r=jordanlewis a=jordanlewis

We have memory accounting for it now. Also, change a test that was
checking whether a top-k sort was correctly planned to a planner test
that uses EXPLAIN, instead of using the repeat builtin in a roundabout
fashion.

Release note (sql change): permit distribution of queries that use the
repeat builtin function.

28040: sql: mark DTime as having an ambiguous format r=jordanlewis a=jordanlewis

Previously, DTime wasn't correctly marked as an AmbiguousFormat type.
This caused misformatting of time types in DistSQL.

Release note (bug fix): fix formatting of time datatypes in some
circumstances.

Co-authored-by: Jordan Lewis <jordanthelewis@gmail.com>
@craig
Copy link
Contributor

craig bot commented Jul 30, 2018

Build succeeded

@craig craig bot merged commit 1b1f18d into cockroachdb:master Jul 30, 2018
@jordanlewis jordanlewis deleted the unblacklist-repeat branch July 30, 2018 16:53
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.

None yet

3 participants