Open ti-chi-bot opened 3 days ago
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by: Once this PR has been reviewed and has the lgtm label, please assign qw4990 for approval. For more information see the Code Review Process.
The full list of commands accepted by this bot can be found here.
Attention: Patch coverage is 53.84615%
with 6 lines
in your changes missing coverage. Please review.
Please upload report for BASE (
release-8.1@a55ea35
). Learn more about missing BASE report.
🚨 Try these New Features:
This is an automated cherry-pick of #57144
What problem does this PR solve?
Issue Number: close #57138
Problem Summary:
What changed and how does it work?
Sometimes, we disable the analysis of certain columns using analyze_skip_column. However, these columns may still retain outdated statistics, especially after being modified. Since their statistics are larger, syncing them via sync load can be very slow and prone to timeouts. To address this, we filter out these columns.
Check List
Tests
Side effects
Documentation
Release note
Please refer to Release Notes Language Style Guide to write a quality release note.