发布

  • fix: [cp2.6] revert nullable vector support (#49838)

    frostbyte_neo 发布于 2026-05-16 01:42:28 +00:00 | 1252 次提交 在此版本后已推送到 master

    Summary

    • Revert the 2.6 nullable vector support backport from #49520.
    • Restore the previous 2.6 behavior while the nullable vector support is
      not ready on this branch.
    • Format the changed Python test files and add file-level Ruff
      suppressions for legacy star-import tests touched by the revert.

    pr: #46305
    issue: #49470

    Test plan

    • ruff check $(git diff --name-only --diff-filter=ACMR upstream/2.6...HEAD -- tests/**/*.py)
    • ruff format --check --diff $(git diff --name-only --diff-filter=ACMR upstream/2.6...HEAD -- tests/**/*.py)
    • git diff --check

    Signed-off-by: marcelo-cjl marcelo.chen@zilliz.com

    下载附件