Skip to content

Conversation

@dorinhogea
Copy link
Contributor

This affects time partitions created on existing tables; the initial analyze works; the follow-up fails because code tries to delete same rows twice by calling backup for stats for both tablename and sqlaliasname.

Also, preserve aliased shard 0 analyze, i.e. if we run "analyze $0_..." do not convert that to "analyze <partition_name>"

…rds during backup.

Also, preserve aliased shard 0 analyze, i.e. if we run "analyze $0_..." do not convert that
to "analyze <partition_name>"

Signed-off-by: Dorin Hogea <dhogea@bloomberg.net>
Copy link

@roborivers roborivers 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 for your pull request!

It appears that you have not provided a description. To help us review your pull request, please consider providing an overview of the following:

  • What is the type of the change (bugfix, feature, documentation and etc.)

  • What are the current behavior and expected behavior, if this is a bugfix

  • What are the steps to reproduce the bug, if this is a bugfix

  • What are the current behavior and new behavior, if this is a feature change

  • Why is the new behavior better than the current behavior, if this is a feature change

Copy link

@roborivers roborivers left a comment

Choose a reason for hiding this comment

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

Coding style check: Error. ⚠.
Cbuild submission: Error ⚠.
Regression testing: Success ✓.

The first 10 failing tests are:
truncatesc_offline_generated [core dumped]
insert_lots_ssl_generated
reco-ddlk-sql
cdb2api_addl_cfg
consumer_non_atomic_default_consumer_generated
sc_transactional_rowlocks_generated
insert_lots

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.

2 participants