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

Mow master 0922 tmp 4 rebase #4

Closed
wants to merge 64 commits into from
Closed

Commits on Nov 23, 2023

  1. Configuration menu
    Copy the full SHA
    4b22fc1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca7dbc3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    772f181 View commit details
    Browse the repository at this point in the history
  4. [fix](ci) 1. if skip compile then skip p0 p1 external pipelinex_p0 al…

    …so, (apache#27469)
    
    1. if skip compile then skip p0 p1 external pipelinex_p0 also
    2. if change files too many, export all_files may cause problem of 'Argument list too long', change to use file
    Co-authored-by: stephen <hello-stephen@qq.com>
    hello-stephen authored Nov 23, 2023
    Configuration menu
    Copy the full SHA
    6fdaf2d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ab739a6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2ec3395 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1555b11 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d9f6e51 View commit details
    Browse the repository at this point in the history
  9. [fix](nereids)select base index if mv's data type is different from b…

    …ase table (apache#27387)
    
    normally, mv column's data type should be same as base table. This pr plays as a fail-safe, if mv column's data type is different from base table accidentally, fall back to select base table to make the query works.
    starocean999 authored Nov 23, 2023
    Configuration menu
    Copy the full SHA
    511eedb View commit details
    Browse the repository at this point in the history
  10. [Opt](load) use batching to optimize auto partition (apache#26915)

    use batching to optimize auto partition
    zclllyybb authored Nov 23, 2023
    Configuration menu
    Copy the full SHA
    2ea3351 View commit details
    Browse the repository at this point in the history
  11. [opt](MergedIO) no need to merge large columns (apache#27315)

    1. Fix a profile bug of `MergeRangeFileReader`, and add a profile `ApplyBytes` to show the total bytes  of ranges.
    2. There's no need to merge large columns, because `MergeRangeFileReader` will increase the copy time.
    AshinGau authored Nov 23, 2023
    Configuration menu
    Copy the full SHA
    dd65cc1 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    78203c8 View commit details
    Browse the repository at this point in the history
  13. [fix](hms) fix compatibility issue of hive metastore client (apache#2…

    …7327)
    
    For hive version lower than 2.3.7, there is no enum ClientCapability.INSERT_ONLY_TABLES.
    So if we send this enum to the server side, the server side will get a null,
    and this will cause some undefined behavior, eg, failed to get tables infos from hms.
    morningman authored Nov 23, 2023
    Configuration menu
    Copy the full SHA
    d04a2de View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d73b945 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    aa766a7 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    540bce4 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    5d31bc9 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    5adbe47 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    eb878ad View commit details
    Browse the repository at this point in the history
  20. [fix](statistics)Fix auto analyze remove finished job bug (apache#27486)

    Finished job must be removed from the job list, otherwise the next batch of jobs will not be scheduled.
    Jibing-Li authored Nov 23, 2023
    Configuration menu
    Copy the full SHA
    8e74470 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    b580ee9 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    39a5229 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    df628e1 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2023

  1. Configuration menu
    Copy the full SHA
    5a82a57 View commit details
    Browse the repository at this point in the history
  2. [chore](Nereids): add eager aggregate into rules (apache#27505)

    Add `Eager Aggregate` rules into Rewrite rules.
    jackwener authored Nov 24, 2023
    Configuration menu
    Copy the full SHA
    17ca75f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    75c9f00 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d74004e View commit details
    Browse the repository at this point in the history
  5. fix code format

    mymeiyi committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    9326c7f View commit details
    Browse the repository at this point in the history
  6. fix regression

    mymeiyi committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    4379e27 View commit details
    Browse the repository at this point in the history
  7. add some regression

    mymeiyi committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    dc80873 View commit details
    Browse the repository at this point in the history
  8. fix write

    mymeiyi committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    8ede803 View commit details
    Browse the repository at this point in the history
  9. fix write

    mymeiyi committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    3f96b2c View commit details
    Browse the repository at this point in the history
  10. Check status when get rowid

    mymeiyi committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    8691d42 View commit details
    Browse the repository at this point in the history
  11. fix read

    mymeiyi committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    288cd3b View commit details
    Browse the repository at this point in the history
  12. improve

    mymeiyi committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    aacb645 View commit details
    Browse the repository at this point in the history
  13. fix be format

    mymeiyi committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    87bfda9 View commit details
    Browse the repository at this point in the history
  14. improve get pk row range

    mymeiyi committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    6d9db37 View commit details
    Browse the repository at this point in the history
  15. Add p2 regression

    mymeiyi committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    373eedb View commit details
    Browse the repository at this point in the history
  16. Support point query

    mymeiyi committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    6251ba5 View commit details
    Browse the repository at this point in the history
  17. Fix read bug

    mymeiyi committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    384bf64 View commit details
    Browse the repository at this point in the history
  18. Modify point query regression

    mymeiyi committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    6edd267 View commit details
    Browse the repository at this point in the history
  19. Fix rebase compile error

    mymeiyi committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    08b65dc View commit details
    Browse the repository at this point in the history
  20. Fix point query out

    mymeiyi committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    e13bd2a View commit details
    Browse the repository at this point in the history
  21. Support schema change

    mymeiyi committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    d5c82d3 View commit details
    Browse the repository at this point in the history
  22. fix read

    mymeiyi committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    ebac9bb View commit details
    Browse the repository at this point in the history
  23. fix be ut

    mymeiyi committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    35746c0 View commit details
    Browse the repository at this point in the history
  24. support row compaction

    mymeiyi committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    cc8d2da View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    ad57b40 View commit details
    Browse the repository at this point in the history
  26. support vertical compaction

    mymeiyi committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    5ecf38a View commit details
    Browse the repository at this point in the history
  27. Fix vertical compaction

    mymeiyi committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    cc3b92d View commit details
    Browse the repository at this point in the history
  28. rebase master

    mymeiyi committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    052c927 View commit details
    Browse the repository at this point in the history
  29. fix comments

    mymeiyi committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    a68ecd0 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    de54393 View commit details
    Browse the repository at this point in the history
  31. fix

    mymeiyi committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    ebf35e0 View commit details
    Browse the repository at this point in the history
  32. fix compile

    mymeiyi committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    bb75b95 View commit details
    Browse the repository at this point in the history
  33. skip vertical segment writer

    mymeiyi committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    f29ce66 View commit details
    Browse the repository at this point in the history
  34. some fix

    mymeiyi committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    a3618f4 View commit details
    Browse the repository at this point in the history
  35. modify by comments

    mymeiyi committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    db1b557 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    1d1f6c5 View commit details
    Browse the repository at this point in the history
  37. Fix segment compaction

    mymeiyi committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    0233921 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    80bbd69 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    fbb6aa8 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    520a15c View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    378c20a View commit details
    Browse the repository at this point in the history