-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
roachtest: tpchbench/tpch/nodes=3/cpu=4/sf=1 failed #40461
Labels
C-test-failure
Broken test (automatically or manually discovered).
O-roachtest
O-robot
Originated from a bot.
Milestone
Comments
cockroach-teamcity
added
C-test-failure
Broken test (automatically or manually discovered).
O-roachtest
O-robot
Originated from a bot.
labels
Sep 4, 2019
|
Parameters: To repro, try:
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1468445&tab=buildLog
|
rohany
added a commit
to rohany/cockroach
that referenced
this issue
Sep 5, 2019
The cast operator could panic sometimes due to mismatched column sizes in a batch. Re-slicing the column to the length of the batch should ensure that this cannot happen anymore. Fixes cockroachdb#40461. Release note: None
craig bot
pushed a commit
that referenced
this issue
Sep 5, 2019
40495: exec: Bug fixes in vectorized casts r=rohany a=rohany * Fixed a bug where the appropriate setters and getters were not being generated for the casts. * Fixed a bug where columns were not getting sliced, causing column length mismatches. Fixes #40461. Release note: None Co-authored-by: Rohan Yadav <rohany@alumni.cmu.edu>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
C-test-failure
Broken test (automatically or manually discovered).
O-roachtest
O-robot
Originated from a bot.
SHA: https://github.com/cockroachdb/cockroach/commits/96b1500e20575ee5c609a00857c78c918078c99b
Parameters:
To repro, try:
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1465459&tab=buildLog
The text was updated successfully, but these errors were encountered: