Skip to content

Skip verification when checksum query fails to compile#13853

Merged
mbasmanova merged 1 commit intoprestodb:masterfrom
caithagoras:s7
Dec 12, 2019
Merged

Skip verification when checksum query fails to compile#13853
mbasmanova merged 1 commit intoprestodb:masterfrom
caithagoras:s7

Conversation

@caithagoras
Copy link
Contributor

@caithagoras caithagoras commented Dec 12, 2019

When the target table has too many floating point columns, checksum
query ends up with too many columns with window functions, causing
COMPILER_FAILURE error code. This case cannot be properly handled by
the Verifier and thus should be skipped for now.

== RELEASE NOTES ==
Verifier Changes
* Improve Verifier to skip verification when checksum query fails to compile.

When the target table has too many floating point columns, checksum
query ends up with too many columns with window functions, causing
COMPILER_FAILURE error code. This case cannot be properly handled by
the Verifier and thus should be skipped for now.
Copy link
Contributor

@mbasmanova mbasmanova left a comment

Choose a reason for hiding this comment

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

Thank you.

@mbasmanova mbasmanova changed the title Skip verification when checksum query fail to compile Skip verification when checksum query fails to compile Dec 12, 2019
@mbasmanova mbasmanova merged commit 5545874 into prestodb:master Dec 12, 2019
@caithagoras caithagoras deleted the s7 branch December 12, 2019 21:28
@aweisberg aweisberg mentioned this pull request Jan 17, 2020
7 tasks
@caithagoras caithagoras mentioned this pull request Jan 22, 2020
6 tasks
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.

4 participants