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

feat: add table function fuse_vacuum2() #16049

Draft
wants to merge 138 commits into
base: main
Choose a base branch
from

Commits on Jul 15, 2024

  1. add TableSnapshot v5

    SkyFan2002 committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    3f74fcd View commit details
    Browse the repository at this point in the history
  2. fix

    SkyFan2002 committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    1468857 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5c3f646 View commit details
    Browse the repository at this point in the history
  4. fix

    SkyFan2002 committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    835636f View commit details
    Browse the repository at this point in the history
  5. add transaction time limit

    SkyFan2002 committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    8a4d607 View commit details
    Browse the repository at this point in the history
  6. set lvt when vacuum begin

    SkyFan2002 committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    fffa4e3 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. embed timestamps in paths

    SkyFan2002 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    a906f38 View commit details
    Browse the repository at this point in the history
  2. refactor

    SkyFan2002 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    f25f31c View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Configuration menu
    Copy the full SHA
    841ac41 View commit details
    Browse the repository at this point in the history
  2. fix timestamp

    SkyFan2002 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    360df0c View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. refactor

    SkyFan2002 committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    fea0966 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. collect files to be gc

    SkyFan2002 committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    491a542 View commit details
    Browse the repository at this point in the history
  2. fix setting

    SkyFan2002 committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    8b0cbfc View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2024

  1. add test

    SkyFan2002 committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    13f8eb9 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. add test

    SkyFan2002 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    d535bb0 View commit details
    Browse the repository at this point in the history
  2. add test

    SkyFan2002 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    7dfea7c View commit details
    Browse the repository at this point in the history
  3. fix compact segment

    SkyFan2002 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    6836ca9 View commit details
    Browse the repository at this point in the history
  4. add test

    SkyFan2002 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    2854424 View commit details
    Browse the repository at this point in the history
  5. fix overflow

    SkyFan2002 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    71b16bf View commit details
    Browse the repository at this point in the history
  6. add assertion

    SkyFan2002 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    7b40b2f View commit details
    Browse the repository at this point in the history
  7. fix block_id_from_location

    SkyFan2002 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    fb1bad2 View commit details
    Browse the repository at this point in the history
  8. Merge remote-tracking branch 'upstream/main' into vacuum2

    # Conflicts:
    #	src/query/service/src/pipelines/builders/builder_commit.rs
    #	src/query/service/src/pipelines/builders/builder_recluster.rs
    #	src/query/service/tests/it/storages/fuse/conflict.rs
    #	src/query/storages/fuse/src/operations/common/generators/mutation_generator.rs
    SkyFan2002 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    5389802 View commit details
    Browse the repository at this point in the history
  9. fix merge error

    SkyFan2002 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    fe0929f View commit details
    Browse the repository at this point in the history
  10. fix downcast

    SkyFan2002 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    8f22bde View commit details
    Browse the repository at this point in the history
  11. fix list_by_snapshot_id

    SkyFan2002 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    545a18a View commit details
    Browse the repository at this point in the history
  12. fix logic test

    SkyFan2002 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    35bf576 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. adjust assertion

    SkyFan2002 committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    098358a View commit details
    Browse the repository at this point in the history
  2. remove unsupported test

    SkyFan2002 committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    10c9fcc View commit details
    Browse the repository at this point in the history
  3. fix test

    SkyFan2002 committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    c9a80f9 View commit details
    Browse the repository at this point in the history
  4. fix stream

    SkyFan2002 committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    892743b View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. modify comment

    SkyFan2002 committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    e92e6f4 View commit details
    Browse the repository at this point in the history
  2. adjust assertion

    SkyFan2002 committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    e50e23c View commit details
    Browse the repository at this point in the history
  3. remove unused setting

    SkyFan2002 committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    0c76677 View commit details
    Browse the repository at this point in the history
  4. fix logic test

    SkyFan2002 committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    72bde42 View commit details
    Browse the repository at this point in the history
  5. remove files in batch

    SkyFan2002 committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    c1d3e41 View commit details
    Browse the repository at this point in the history
  6. add ut

    SkyFan2002 committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    c948d41 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. Merge remote-tracking branch 'upstream/main' into vacuum2

    # Conflicts:
    #	src/query/service/src/interpreters/interpreter_delete.rs
    #	src/query/service/src/interpreters/interpreter_replace.rs
    #	src/query/service/src/interpreters/interpreter_table_optimize.rs
    #	src/query/service/src/interpreters/interpreter_table_recluster.rs
    #	src/query/service/src/interpreters/interpreter_update.rs
    #	src/query/service/src/pipelines/builders/builder_delete.rs
    #	src/query/service/src/pipelines/builders/builder_recluster.rs
    #	src/query/service/src/pipelines/builders/transform_builder.rs
    #	src/query/sql/src/executor/physical_plans/physical_commit_sink.rs
    #	src/query/sql/src/executor/physical_plans/physical_merge_into.rs
    #	src/query/sql/src/executor/physical_plans/physical_recluster_sink.rs
    #	src/query/sql/src/executor/physical_plans/physical_recluster_source.rs
    #	src/query/storages/fuse/src/operations/commit.rs
    #	src/query/storages/fuse/src/operations/common/processors/transform_mutation_aggregator.rs
    #	src/query/storages/fuse/src/operations/compact.rs
    #	src/query/storages/fuse/src/operations/mutation/processors/recluster_aggregator.rs
    #	src/query/storages/fuse/src/operations/replace.rs
    SkyFan2002 committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    6585daa View commit details
    Browse the repository at this point in the history
  2. fix merge error

    SkyFan2002 committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    b88be2b View commit details
    Browse the repository at this point in the history
  3. fix merge error

    SkyFan2002 committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    55076a5 View commit details
    Browse the repository at this point in the history
  4. fix logic test

    SkyFan2002 committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    f6bb685 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. Configuration menu
    Copy the full SHA
    666fa80 View commit details
    Browse the repository at this point in the history
  2. add test

    SkyFan2002 committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    cc36499 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4650654 View commit details
    Browse the repository at this point in the history
  4. add test

    SkyFan2002 committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    a248916 View commit details
    Browse the repository at this point in the history
  5. return vacuumed files

    SkyFan2002 committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    adddfb8 View commit details
    Browse the repository at this point in the history
  6. fix test result

    SkyFan2002 committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    1829e75 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2024

  1. fix as_simple

    SkyFan2002 committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    f1897b6 View commit details
    Browse the repository at this point in the history
  2. fix typo

    SkyFan2002 committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    012364e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1da47db View commit details
    Browse the repository at this point in the history
  4. make lint

    SkyFan2002 committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    05ba89f View commit details
    Browse the repository at this point in the history
  5. add test result

    SkyFan2002 committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    726a4e5 View commit details
    Browse the repository at this point in the history
  6. fix test result

    SkyFan2002 committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    5ce2774 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d313e25 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. add more log

    SkyFan2002 committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    3351efe View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/main' into vacuum2

    # Conflicts:
    #	src/query/ee/src/storages/fuse/operations/handler.rs
    #	src/query/service/src/interpreters/interpreter_table_optimize.rs
    #	src/query/service/tests/it/storages/fuse/operations/mutation/block_compact_mutator.rs
    SkyFan2002 committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    c503a8f View commit details
    Browse the repository at this point in the history
  3. fix merge error

    SkyFan2002 committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    326bdf4 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. adjust base timestamp

    SkyFan2002 committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    ac1fa3d View commit details
    Browse the repository at this point in the history
  2. rm useless test

    SkyFan2002 committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    e994f23 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f76d8e9 View commit details
    Browse the repository at this point in the history
  4. fix missing header

    SkyFan2002 committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    27b0ed3 View commit details
    Browse the repository at this point in the history
  5. rm unused deps

    SkyFan2002 committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    439a584 View commit details
    Browse the repository at this point in the history
  6. modify test

    SkyFan2002 committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    5e5e205 View commit details
    Browse the repository at this point in the history
  7. fix test result

    SkyFan2002 committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    48b965b View commit details
    Browse the repository at this point in the history
  8. fix ut

    SkyFan2002 committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    da71301 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. rm useless modify

    SkyFan2002 committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    e66873c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f494aa8 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. rm useless modify

    SkyFan2002 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    47afa3c View commit details
    Browse the repository at this point in the history
  2. avoid potential deadlocks

    SkyFan2002 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    bd340df View commit details
    Browse the repository at this point in the history
  3. add comment

    SkyFan2002 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    b5a3d4e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1ab2875 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c30fd57 View commit details
    Browse the repository at this point in the history
  6. make lint

    SkyFan2002 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    a37cff4 View commit details
    Browse the repository at this point in the history
  7. Merge remote-tracking branch 'upstream/main' into vacuum2

    # Conflicts:
    #	src/query/service/src/interpreters/interpreter_table_add_column.rs
    #	src/query/service/src/interpreters/interpreter_update.rs
    SkyFan2002 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    ceeb2fb View commit details
    Browse the repository at this point in the history
  8. verify vacuum result

    SkyFan2002 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    d96bfbe View commit details
    Browse the repository at this point in the history
  9. rm unused modify

    SkyFan2002 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    5dfbf91 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. fix merge

    SkyFan2002 committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    aee3f21 View commit details
    Browse the repository at this point in the history
  2. adjust vacuum order

    SkyFan2002 committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    ccfc5f2 View commit details
    Browse the repository at this point in the history
  3. remove useless modify

    SkyFan2002 committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    3aea988 View commit details
    Browse the repository at this point in the history
  4. fix ut

    SkyFan2002 committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    9e47594 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8f90632 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f171755 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2024

  1. Merge remote-tracking branch 'upstream/main' into vacuum2

    # Conflicts:
    #	src/query/catalog/src/table_context.rs
    #	src/query/ee/tests/it/aggregating_index/index_refresh.rs
    #	src/query/service/src/interpreters/interpreter_delete.rs
    #	src/query/service/src/interpreters/interpreter_update.rs
    #	src/query/service/src/pipelines/builders/builder_delete.rs
    #	src/query/service/src/pipelines/builders/builder_update.rs
    #	src/query/service/src/sessions/query_ctx.rs
    #	src/query/service/tests/it/sql/exec/get_table_bind_test.rs
    #	src/query/sql/src/executor/physical_plans/physical_column_mutation.rs
    #	src/query/sql/src/executor/physical_plans/physical_merge_into.rs
    #	src/query/sql/src/executor/physical_plans/physical_mutation_into_organize.rs
    #	src/query/storages/fuse/src/operations/truncate.rs
    SkyFan2002 committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    d263ce9 View commit details
    Browse the repository at this point in the history
  2. fix merge

    SkyFan2002 committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    fa9be36 View commit details
    Browse the repository at this point in the history
  3. fix missing header

    SkyFan2002 committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    2c76c93 View commit details
    Browse the repository at this point in the history
  4. fix missing header

    SkyFan2002 committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    091aa01 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Configuration menu
    Copy the full SHA
    2d14622 View commit details
    Browse the repository at this point in the history
  2. make lint

    SkyFan2002 committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    d252cf9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    359eb49 View commit details
    Browse the repository at this point in the history
  4. fix test

    SkyFan2002 committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    7df823f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    783feb5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c154b26 View commit details
    Browse the repository at this point in the history
  7. chore: code dedup

    dantengsky committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    e85ad3c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7ef2c4e View commit details
    Browse the repository at this point in the history
  9. chore: cargo fmt

    dantengsky committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    fa2dd1d View commit details
    Browse the repository at this point in the history
  10. use eixsiting utils mod

    dantengsky committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    ba89996 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Merge pull request #12 from dantengsky/sky_fan_vacuum2

    chore: tweaks
    SkyFan2002 authored Aug 6, 2024
    Configuration menu
    Copy the full SHA
    a1591c8 View commit details
    Browse the repository at this point in the history
  2. fix typo

    SkyFan2002 committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    a12eb75 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c6ab4c6 View commit details
    Browse the repository at this point in the history
  4. fix typo

    SkyFan2002 committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    d3c8e10 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    19f5a64 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #13 from dantengsky/sky_fan_vacuum2

    chore: lock retention period & set ctx status
    SkyFan2002 authored Aug 6, 2024
    Configuration menu
    Copy the full SHA
    5408788 View commit details
    Browse the repository at this point in the history
  7. simplify select_gc_root

    SkyFan2002 committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    e25e427 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    29c8721 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1a1e29f View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. support vacuum all

    SkyFan2002 committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    3dece86 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    364504a View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. adjust test

    SkyFan2002 committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    00a8239 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Merge remote-tracking branch 'upstream/main' into vacuum2

    # Conflicts:
    #	Cargo.lock
    #	Cargo.toml
    #	src/query/catalog/src/catalog/interface.rs
    #	src/query/service/src/catalogs/default/database_catalog.rs
    #	src/query/service/src/catalogs/default/mutable_catalog.rs
    #	src/query/service/src/catalogs/default/session_catalog.rs
    #	src/query/service/src/interpreters/interpreter_table_add_column.rs
    #	src/query/service/src/interpreters/interpreter_table_drop_column.rs
    #	src/query/service/src/sessions/query_ctx.rs
    #	src/query/service/src/table_functions/table_function_factory.rs
    #	src/query/service/tests/it/sql/exec/get_table_bind_test.rs
    #	src/query/service/tests/it/storages/fuse/operations/commit.rs
    #	src/query/storages/common/session/Cargo.toml
    #	src/query/storages/common/session/src/transaction.rs
    #	src/query/storages/common/table_meta/src/meta/mod.rs
    #	src/query/storages/common/table_meta/src/meta/utils.rs
    #	src/query/storages/fuse/src/operations/common/processors/multi_table_insert_commit.rs
    #	src/query/storages/fuse/src/table_functions/function_template/simple_func_template.rs
    #	src/query/storages/fuse/src/table_functions/fuse_amend.rs
    SkyFan2002 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    49a0360 View commit details
    Browse the repository at this point in the history
  2. fix merge error

    SkyFan2002 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    78cf267 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2024

  1. Configuration menu
    Copy the full SHA
    f9928d8 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Merge remote-tracking branch 'upstream/main' into vacuum2

    # Conflicts:
    #	src/query/service/tests/it/sql/exec/get_table_bind_test.rs
    #	src/query/storages/common/table_meta/src/meta/mod.rs
    #	src/query/storages/memory/src/memory_table.rs
    #	tests/sqllogictests/suites/base/06_show/06_0014_show_table_functions.test
    SkyFan2002 committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    dd66834 View commit details
    Browse the repository at this point in the history
  2. make lint

    SkyFan2002 committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    cd9ee51 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    68810b3 View commit details
    Browse the repository at this point in the history
  4. remove v5

    SkyFan2002 committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    d790fa7 View commit details
    Browse the repository at this point in the history
  5. remove unused dep

    SkyFan2002 committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    0783c92 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Merge remote-tracking branch 'upstream/main' into vacuum2

    # Conflicts:
    #	Cargo.lock
    #	src/query/catalog/src/table.rs
    #	src/query/service/src/pipelines/builders/builder_append_table.rs
    #	src/query/service/src/pipelines/builders/builder_compact.rs
    #	src/query/service/src/pipelines/builders/builder_copy_into_table.rs
    #	src/query/service/src/pipelines/builders/builder_distributed_insert_select.rs
    #	src/query/service/src/test_kits/fixture.rs
    #	src/query/service/src/test_kits/fuse.rs
    #	src/query/service/tests/it/storages/fuse/conflict.rs
    #	src/query/service/tests/it/storages/fuse/operations/mutation/recluster_mutator.rs
    #	src/query/service/tests/it/storages/fuse/operations/mutation/segments_compact_mutator.rs
    #	src/query/storages/common/table_meta/src/meta/mod.rs
    #	src/query/storages/common/table_meta/src/meta/utils.rs
    #	src/query/storages/common/table_meta/src/meta/v4/snapshot.rs
    #	src/query/storages/fuse/src/fuse_table.rs
    #	src/query/storages/fuse/src/io/locations.rs
    #	src/query/storages/fuse/src/io/write/segment_writer.rs
    #	src/query/storages/fuse/src/operations/append.rs
    #	src/query/storages/fuse/src/operations/common/generators/append_generator.rs
    #	src/query/storages/fuse/src/operations/common/generators/mutation_generator.rs
    #	src/query/storages/fuse/src/operations/common/generators/snapshot_generator.rs
    #	src/query/storages/fuse/src/operations/common/generators/truncate_generator.rs
    #	src/query/storages/fuse/src/operations/common/processors/multi_table_insert_commit.rs
    #	src/query/storages/fuse/src/operations/common/processors/sink_commit.rs
    #	src/query/storages/fuse/src/operations/compact.rs
    #	src/query/storages/fuse/src/operations/mutation/mutator/segment_compact_mutator.rs
    #	src/query/storages/memory/src/memory_table.rs
    #	src/query/storages/null/src/null_table.rs
    #	src/query/storages/stage/src/stage_table.rs
    SkyFan2002 committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    2d9ffd1 View commit details
    Browse the repository at this point in the history
  2. fix merge

    SkyFan2002 committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    bd8dfe3 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2024

  1. adjust prefix

    SkyFan2002 committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    76e39db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a30f92b View commit details
    Browse the repository at this point in the history
  3. fix ut

    SkyFan2002 committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    7e85add View commit details
    Browse the repository at this point in the history
  4. fix ut

    SkyFan2002 committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    e448b18 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Merge remote-tracking branch 'upstream/main' into vacuum2

    # Conflicts:
    #	src/query/storages/hive/hive/src/hive_table.rs
    SkyFan2002 committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    56e8b9a View commit details
    Browse the repository at this point in the history
  2. reduce mem usage

    SkyFan2002 committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    c671963 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Configuration menu
    Copy the full SHA
    9fc5cd1 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. fix list

    SkyFan2002 committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    0cfe806 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1255fe3 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. limit delete requests

    SkyFan2002 committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    f80380c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce12966 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. Merge remote-tracking branch 'upstream/main' into vacuum2

    # Conflicts:
    #	src/query/catalog/src/catalog/interface.rs
    #	src/query/ee/Cargo.toml
    #	src/query/service/src/catalogs/default/database_catalog.rs
    #	src/query/service/src/catalogs/default/mutable_catalog.rs
    #	src/query/service/src/catalogs/default/session_catalog.rs
    #	src/query/service/tests/it/storages/fuse/operations/commit.rs
    #	src/query/storages/fuse/src/fuse_table.rs
    #	src/query/storages/fuse/src/io/locations.rs
    #	tests/sqllogictests/suites/base/06_show/06_0014_show_table_functions.test
    SkyFan2002 committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    8c0d979 View commit details
    Browse the repository at this point in the history
  2. fix merge

    SkyFan2002 committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    0f36e00 View commit details
    Browse the repository at this point in the history
  3. simplify timestamp

    SkyFan2002 committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    66d1a22 View commit details
    Browse the repository at this point in the history
  4. fix ut

    SkyFan2002 committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    0a439ed View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. fix ut

    SkyFan2002 committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    abb56ef View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. introduce new setting

    SkyFan2002 committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    3db39b0 View commit details
    Browse the repository at this point in the history
  2. make lint

    SkyFan2002 committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    59cf125 View commit details
    Browse the repository at this point in the history
  3. fix ut

    SkyFan2002 committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    25ec0cf View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. Configuration menu
    Copy the full SHA
    65f31dd View commit details
    Browse the repository at this point in the history
  2. modify test

    SkyFan2002 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    2454568 View commit details
    Browse the repository at this point in the history