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

[Hive]To avoid excessive HMS memory usage, when executing AlterTable for a Paimon table containing a large number of fields #4549

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Nov 19, 2024

  1. Change the table update calling method to alter_table_with_environmen…

    …tContext, and then set DO_NOT_UPDATE_STATS to prohibit updating hive table statistics.
    gang3.yang committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    d5109b2 View commit details
    Browse the repository at this point in the history
  2. up format for checkstyle pass

    gang3.yang committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    828ee57 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

  1. Configuration menu
    Copy the full SHA
    3734c88 View commit details
    Browse the repository at this point in the history
  2. change import order for checkstyle pass

    gang3.yang committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    2d6f27c View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2024

  1. Configuration menu
    Copy the full SHA
    2f73750 View commit details
    Browse the repository at this point in the history
  2. Up HiveTableStatsTest remove CatalogTestBase extends

    gang3.yang committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    7f8a8c3 View commit details
    Browse the repository at this point in the history