)]}'
{
  "commit": "8fe2181c57c6ecfbe88d6141d4480b1f6c5fe066",
  "tree": "a33a551aad2c495740d9fd80df77db738f277f55",
  "parents": [
    "257417b029595580f6632b2e0fcf5e5ac3ccdb7d"
  ],
  "author": {
    "name": "Gabriel",
    "email": "liwenqiang@selectdb.com",
    "time": "Tue Jun 30 22:04:13 2026 +0800"
  },
  "committer": {
    "name": "Gabriel",
    "email": "liwenqiang@selectdb.com",
    "time": "Wed Jul 01 10:01:35 2026 +0800"
  },
  "message": "[feature](be) Add file scanner v2 readers\n\n### What problem does this PR solve?\n\nIssue Number: close #xxx\n\nRelated PR: #63893\n\nProblem Summary: Add the file scanner v2 reader stack for external file scans, including native readers for Parquet, CSV/TEXT, JSON, JNI-backed table readers, schema projection, column mapping, predicate handling, reader statistics, page cache support, and related BE/FE integration. This also restores affected Parquet LZO regression cases by adding Doris thirdparty Arrow LZO page decompression support for file scanner v2.\n\nThe change keeps VDirectInPredicate source-compatible with existing ordinary two-argument construction by defaulting the new HybridSet child-type flag to true. Dictionary-code rewrites can still pass false explicitly, while existing runtime filter tests continue to compile with the old call shape.\n\nReview follow-up fixes make RuntimeFilterExpr global-index slot rewriting update the executable _impl tree, document enable_file_scanner_v2 as default-on to match the FE default, and trim generated regression outputs so diff hygiene passes.\n\n### Release note\n\nSupport file scanner v2 readers for external file scan paths, including LZO-compressed Parquet reads in the new Parquet reader path.\n\n### Check List (For Author)\n\n- Test: Manual test\n    - Verified apache-arrow-17.0.0-lzo.patch applies with patch -p1 --dry-run against Arrow 17 column_reader.cc\n    - Ran bash -n thirdparty/build-thirdparty.sh thirdparty/download-thirdparty.sh\n    - Ran build-support/clang-format.sh\n    - Ran git diff --check\n    - Attempted ./run-be-ut.sh --run --filter\u003d\u0027RuntimeFilterExprSamplingTest.deep_clone_clones_impl_tree\u0027; local sandboxed run could not complete because the BE UT script required JDK 17 setup first, then needed submodule metadata writes and GitHub access for thirdparty dependencies. Escalated retry was not approved before timeout.\n    - Attempted ./run-be-ut.sh --run --filter\u003d\u0027FileScannerV2Test.RewriteSlotRefsToGlobalIndexMatrix\u0027; local sandboxed run could not complete because the BE UT script needed submodule metadata writes and GitHub access for thirdparty dependencies. Escalated retry was not approved before timeout.\n    - Full BE unit tests and external regression tests were not run in this local environment\n- Behavior changed: Yes. Adds file scanner v2 reader behavior and enables LZO-compressed Parquet reads through the new reader path\n- Does this need documentation: No\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "7a61c598c99f75cb2525e8161c3b312b69fe3484",
      "old_mode": 33188,
      "old_path": ".gitignore",
      "new_id": "d3976f46132e8ce2d84763d6cb0b000243332af8",
      "new_mode": 33188,
      "new_path": ".gitignore"
    },
    {
      "type": "modify",
      "old_id": "1dba907307decab1ca441317c7e22e880eb5421b",
      "old_mode": 33188,
      "old_path": "be/cmake/thirdparty.cmake",
      "new_id": "f8598d785dfed561b78478e15040efd339f5ef74",
      "new_mode": 33188,
      "new_path": "be/cmake/thirdparty.cmake"
    },
    {
      "type": "modify",
      "old_id": "4a3fba0616cc4549c50fe3ea5760d51276fbf3a3",
      "old_mode": 33188,
      "old_path": "be/src/core/data_type/data_type_timestamptz.h",
      "new_id": "b386402cb496969351e56ae879498ae2063775e3",
      "new_mode": 33188,
      "new_path": "be/src/core/data_type/data_type_timestamptz.h"
    },
    {
      "type": "modify",
      "old_id": "ca84996ea453065e0e260be09e31ca0aac1a0d34",
      "old_mode": 33188,
      "old_path": "be/src/core/data_type_serde/data_type_datetimev2_serde.cpp",
      "new_id": "0eb5e4d44a39a110848a8494c525fb9469b39871",
      "new_mode": 33188,
      "new_path": "be/src/core/data_type_serde/data_type_datetimev2_serde.cpp"
    },
    {
      "type": "modify",
      "old_id": "0389432a6217306860c89e7ff769d7e01ffdc975",
      "old_mode": 33188,
      "old_path": "be/src/core/data_type_serde/data_type_datetimev2_serde.h",
      "new_id": "34d0373eba1c34765b3388102ba57068072c53e1",
      "new_mode": 33188,
      "new_path": "be/src/core/data_type_serde/data_type_datetimev2_serde.h"
    },
    {
      "type": "modify",
      "old_id": "1a503af38ef4ce09a2077eb6da47613c4f93dceb",
      "old_mode": 33188,
      "old_path": "be/src/core/data_type_serde/data_type_datev2_serde.cpp",
      "new_id": "33e484ef946c01dfe71fc99ec99a5b3a054652d0",
      "new_mode": 33188,
      "new_path": "be/src/core/data_type_serde/data_type_datev2_serde.cpp"
    },
    {
      "type": "modify",
      "old_id": "0375f9be4b4b23dade098213f018cc1079fd0de1",
      "old_mode": 33188,
      "old_path": "be/src/core/data_type_serde/data_type_datev2_serde.h",
      "new_id": "ff985d61345d5a5abd8d1ce0fb128a903fa310b9",
      "new_mode": 33188,
      "new_path": "be/src/core/data_type_serde/data_type_datev2_serde.h"
    },
    {
      "type": "modify",
      "old_id": "fa21498d9feaf25d933e8914c80941e748b6be40",
      "old_mode": 33188,
      "old_path": "be/src/core/data_type_serde/data_type_decimal_serde.cpp",
      "new_id": "c977b3e31251c6c4ba885632ac18ffc218c5567c",
      "new_mode": 33188,
      "new_path": "be/src/core/data_type_serde/data_type_decimal_serde.cpp"
    },
    {
      "type": "modify",
      "old_id": "0185672e024718ce391d68d8089081b0a61586f6",
      "old_mode": 33188,
      "old_path": "be/src/core/data_type_serde/data_type_decimal_serde.h",
      "new_id": "089835a21be9559b940745346433f14b3dfa5b66",
      "new_mode": 33188,
      "new_path": "be/src/core/data_type_serde/data_type_decimal_serde.h"
    },
    {
      "type": "modify",
      "old_id": "a93f8d6126c7d5d9b9e850058926965db1061a41",
      "old_mode": 33188,
      "old_path": "be/src/core/data_type_serde/data_type_nullable_serde.cpp",
      "new_id": "7c6ce46e1cd960dd26594a85bc549f44ca5d55cd",
      "new_mode": 33188,
      "new_path": "be/src/core/data_type_serde/data_type_nullable_serde.cpp"
    },
    {
      "type": "modify",
      "old_id": "6e069444483b87d14166e9ffe2a817cc24cb4864",
      "old_mode": 33188,
      "old_path": "be/src/core/data_type_serde/data_type_nullable_serde.h",
      "new_id": "ee1eab51941ecba2a1cff1dae918cf0395b2049f",
      "new_mode": 33188,
      "new_path": "be/src/core/data_type_serde/data_type_nullable_serde.h"
    },
    {
      "type": "modify",
      "old_id": "2124547c2f89f155645df766c007495cb58b3660",
      "old_mode": 33188,
      "old_path": "be/src/core/data_type_serde/data_type_number_serde.cpp",
      "new_id": "3c99a53b5b07bf6c558984a95f036afbf1869c11",
      "new_mode": 33188,
      "new_path": "be/src/core/data_type_serde/data_type_number_serde.cpp"
    },
    {
      "type": "modify",
      "old_id": "b57f9f9d21298d945a2284d9ce9cda6eff1e3e21",
      "old_mode": 33188,
      "old_path": "be/src/core/data_type_serde/data_type_number_serde.h",
      "new_id": "0e0a3acfc1aed77ebc6bd62aa22bcad01c325ffc",
      "new_mode": 33188,
      "new_path": "be/src/core/data_type_serde/data_type_number_serde.h"
    },
    {
      "type": "modify",
      "old_id": "ac688ae6c307a33ab2bd8fd5d768e019b857029c",
      "old_mode": 33188,
      "old_path": "be/src/core/data_type_serde/data_type_serde.cpp",
      "new_id": "728cafab3469fd9f944d0ec610093f42430e0558",
      "new_mode": 33188,
      "new_path": "be/src/core/data_type_serde/data_type_serde.cpp"
    },
    {
      "type": "modify",
      "old_id": "eb7ce74fbe7e9c34b7b93cf88fe0e82dd09da53c",
      "old_mode": 33188,
      "old_path": "be/src/core/data_type_serde/data_type_serde.h",
      "new_id": "baab90ea8d2a82727a96afa3992dfd550dcfc8e8",
      "new_mode": 33188,
      "new_path": "be/src/core/data_type_serde/data_type_serde.h"
    },
    {
      "type": "modify",
      "old_id": "dc7667fefcaf487de94e3aa4058a980beba6b36c",
      "old_mode": 33188,
      "old_path": "be/src/core/data_type_serde/data_type_string_serde.cpp",
      "new_id": "4c7c9d02475bf05a378ea286345ab0e2c5041dab",
      "new_mode": 33188,
      "new_path": "be/src/core/data_type_serde/data_type_string_serde.cpp"
    },
    {
      "type": "modify",
      "old_id": "79c8450835d39c9ce175c8165d1dcb6367dcbb4f",
      "old_mode": 33188,
      "old_path": "be/src/core/data_type_serde/data_type_string_serde.h",
      "new_id": "81b80eab4a5cbf4cff257a22261d01c28150e9cc",
      "new_mode": 33188,
      "new_path": "be/src/core/data_type_serde/data_type_string_serde.h"
    },
    {
      "type": "modify",
      "old_id": "e57fd08a271339af20edc3330602a235dde17bd1",
      "old_mode": 33188,
      "old_path": "be/src/core/data_type_serde/data_type_time_serde.cpp",
      "new_id": "c40e671793c848a0e2502eec287d4f211f0285cc",
      "new_mode": 33188,
      "new_path": "be/src/core/data_type_serde/data_type_time_serde.cpp"
    },
    {
      "type": "modify",
      "old_id": "db703616b497cf90ba3aebc0c398eed681dccee9",
      "old_mode": 33188,
      "old_path": "be/src/core/data_type_serde/data_type_time_serde.h",
      "new_id": "e3fccf379c913ad501ca589315ce6d876c2d59dd",
      "new_mode": 33188,
      "new_path": "be/src/core/data_type_serde/data_type_time_serde.h"
    },
    {
      "type": "modify",
      "old_id": "e8c26f6db68e754c5a5769da2cf1dc2824a472d9",
      "old_mode": 33188,
      "old_path": "be/src/core/data_type_serde/data_type_timestamptz_serde.cpp",
      "new_id": "abc8b86700023a29f58157856ada35c7402d280e",
      "new_mode": 33188,
      "new_path": "be/src/core/data_type_serde/data_type_timestamptz_serde.cpp"
    },
    {
      "type": "modify",
      "old_id": "0a595935d8fdd611e9ffa12677eb0fa038322173",
      "old_mode": 33188,
      "old_path": "be/src/core/data_type_serde/data_type_timestamptz_serde.h",
      "new_id": "133e37fed33b03e274f110b54ce88b72ac67bc94",
      "new_mode": 33188,
      "new_path": "be/src/core/data_type_serde/data_type_timestamptz_serde.h"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "9f40f1513dbf93c5003a9c14e31417ebd5c02d55",
      "new_mode": 33188,
      "new_path": "be/src/core/data_type_serde/decoded_column_view.h"
    },
    {
      "type": "modify",
      "old_id": "2a87f413a15bd69d728f5c79ca6a9138d4214996",
      "old_mode": 33188,
      "old_path": "be/src/exec/operator/file_scan_operator.cpp",
      "new_id": "d4035d37e271067758d4e13a2c7a951f1af08f0e",
      "new_mode": 33188,
      "new_path": "be/src/exec/operator/file_scan_operator.cpp"
    },
    {
      "type": "modify",
      "old_id": "d4e31195a4459a846ad5c1c16c8ae1e3bc8a2026",
      "old_mode": 33188,
      "old_path": "be/src/exec/operator/file_scan_operator.h",
      "new_id": "c47488fa357c77e58afea2b6c0500c651d8a9ccf",
      "new_mode": 33188,
      "new_path": "be/src/exec/operator/file_scan_operator.h"
    },
    {
      "type": "modify",
      "old_id": "4ead2985d8516261bea1a8d36196ea17b20b6548",
      "old_mode": 33188,
      "old_path": "be/src/exec/operator/result_sink_operator.h",
      "new_id": "7ff4b18c9b28174a6a20de5ee0087a39bfeee6e0",
      "new_mode": 33188,
      "new_path": "be/src/exec/operator/result_sink_operator.h"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "b215212b6d861bb7ba349803479e17bd676b8aad",
      "new_mode": 33188,
      "new_path": "be/src/exec/scan/access_path_parser.cpp"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "1aa4c5b89d492af60de89edf85a70af6d85c57dc",
      "new_mode": 33188,
      "new_path": "be/src/exec/scan/access_path_parser.h"
    },
    {
      "type": "modify",
      "old_id": "6419ce4f65c5e209a2be68b7dfd6417b4d901c76",
      "old_mode": 33188,
      "old_path": "be/src/exec/scan/file_scanner.cpp",
      "new_id": "6811efcdd5da6eb3624af0760249c3672df35ce9",
      "new_mode": 33188,
      "new_path": "be/src/exec/scan/file_scanner.cpp"
    },
    {
      "type": "modify",
      "old_id": "fbcbca464a55461f9084eb6c986fd910c4b7b887",
      "old_mode": 33188,
      "old_path": "be/src/exec/scan/file_scanner.h",
      "new_id": "3675fd2449711e0b31b2538f556bc3c481e07b14",
      "new_mode": 33188,
      "new_path": "be/src/exec/scan/file_scanner.h"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "57791cb2d85f2d1cc29ef04464bc443d059c3b59",
      "new_mode": 33188,
      "new_path": "be/src/exec/scan/file_scanner_v2.cpp"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "bc493bfbd85c5989332c5781e038734bd8cf8ea2",
      "new_mode": 33188,
      "new_path": "be/src/exec/scan/file_scanner_v2.h"
    },
    {
      "type": "modify",
      "old_id": "5926baff303cbf72de43ce04d7aca1d4b393b6bb",
      "old_mode": 33188,
      "old_path": "be/src/exec/scan/split_source_connector.h",
      "new_id": "320f6f90d0dd02b66f4e78c27655bbd3dac6b24e",
      "new_mode": 33188,
      "new_path": "be/src/exec/scan/split_source_connector.h"
    },
    {
      "type": "modify",
      "old_id": "5e2582ceb5f8fce7cbcbd826f39143c3a730f996",
      "old_mode": 33188,
      "old_path": "be/src/exec/sink/writer/vhive_partition_writer.cpp",
      "new_id": "8331efac54bd47171aa4c0ab161e8a171063950a",
      "new_mode": 33188,
      "new_path": "be/src/exec/sink/writer/vhive_partition_writer.cpp"
    },
    {
      "type": "modify",
      "old_id": "f0c1f67c12a6c3a9c5412d5dc0f2bcdd440623e7",
      "old_mode": 33188,
      "old_path": "be/src/exprs/runtime_filter_expr.cpp",
      "new_id": "584707fddc6a9a9b2257311b8512ae9c662029d1",
      "new_mode": 33188,
      "new_path": "be/src/exprs/runtime_filter_expr.cpp"
    },
    {
      "type": "modify",
      "old_id": "efbe55878f24b9787ae5fcd0488503d5e884f838",
      "old_mode": 33188,
      "old_path": "be/src/exprs/runtime_filter_expr.h",
      "new_id": "7994d2a71ae14f5fa28e3082a83bb499e56d6f32",
      "new_mode": 33188,
      "new_path": "be/src/exprs/runtime_filter_expr.h"
    },
    {
      "type": "modify",
      "old_id": "47a37b360c6e90c6b7dd3dff1c2888fc0740b5ce",
      "old_mode": 33188,
      "old_path": "be/src/exprs/short_circuit_evaluation_expr.h",
      "new_id": "7240207aacad71b4fa0cd48c1b8b9fbd4f359c5f",
      "new_mode": 33188,
      "new_path": "be/src/exprs/short_circuit_evaluation_expr.h"
    },
    {
      "type": "modify",
      "old_id": "f23bde0d9ad3fd7d0ff9ba0d220d076e2f31570f",
      "old_mode": 33188,
      "old_path": "be/src/exprs/vbloom_predicate.h",
      "new_id": "410bb5c8d370b3364b265b184c4ef86b49d7795e",
      "new_mode": 33188,
      "new_path": "be/src/exprs/vbloom_predicate.h"
    },
    {
      "type": "modify",
      "old_id": "97b2551091d1000a3111918636a2151abacedc13",
      "old_mode": 33188,
      "old_path": "be/src/exprs/vcase_expr.h",
      "new_id": "6787283f0c5d23b1853fa9bf6b698c6b603199da",
      "new_mode": 33188,
      "new_path": "be/src/exprs/vcase_expr.h"
    },
    {
      "type": "modify",
      "old_id": "c3f2526794b3b8fc179578671f30896e833c2b86",
      "old_mode": 33188,
      "old_path": "be/src/exprs/vcast_expr.h",
      "new_id": "f0f3ead95d56af6043e565cbc2f2a0d318c4e416",
      "new_mode": 33188,
      "new_path": "be/src/exprs/vcast_expr.h"
    },
    {
      "type": "modify",
      "old_id": "e4485e5815e02faacefe0403c6e06b6ebbcb4619",
      "old_mode": 33188,
      "old_path": "be/src/exprs/vcolumn_ref.h",
      "new_id": "33ade77defaabac0ce8e87f60bf9ac513cbfa9d0",
      "new_mode": 33188,
      "new_path": "be/src/exprs/vcolumn_ref.h"
    },
    {
      "type": "modify",
      "old_id": "9772efb90bc270e872231da240e04620e27d4d6e",
      "old_mode": 33188,
      "old_path": "be/src/exprs/vcompound_pred.h",
      "new_id": "b703e30ea6c16f86626ca9788bbe4346cb16cda7",
      "new_mode": 33188,
      "new_path": "be/src/exprs/vcompound_pred.h"
    },
    {
      "type": "modify",
      "old_id": "ceb6ed1396d78faaee4ab65b60967df7298029fa",
      "old_mode": 33188,
      "old_path": "be/src/exprs/vcondition_expr.h",
      "new_id": "6beade74b3e3d6b0ebb5a250a274d430d1dbb793",
      "new_mode": 33188,
      "new_path": "be/src/exprs/vcondition_expr.h"
    },
    {
      "type": "modify",
      "old_id": "21b729f140cc5c3229bb70229c319529c023e0cc",
      "old_mode": 33188,
      "old_path": "be/src/exprs/vdirect_in_predicate.h",
      "new_id": "2fd1e9a35febc7370f26df72bd8c399aafbaa223",
      "new_mode": 33188,
      "new_path": "be/src/exprs/vdirect_in_predicate.h"
    },
    {
      "type": "modify",
      "old_id": "386edffb5e7e5eb56bde5ee443110d748b9eb208",
      "old_mode": 33188,
      "old_path": "be/src/exprs/vectorized_fn_call.cpp",
      "new_id": "8cc189f8b9939e1464e8bb2cfed1e733107c5cbb",
      "new_mode": 33188,
      "new_path": "be/src/exprs/vectorized_fn_call.cpp"
    },
    {
      "type": "modify",
      "old_id": "c6e24c5377e48a2ed4326ebf193ec440b9bf6ae9",
      "old_mode": 33188,
      "old_path": "be/src/exprs/vectorized_fn_call.h",
      "new_id": "7bbb4303d41c4707b89a91eb7ff7607d880cf2fe",
      "new_mode": 33188,
      "new_path": "be/src/exprs/vectorized_fn_call.h"
    },
    {
      "type": "modify",
      "old_id": "d88b18d5f022a57dd8785e5499d70f0c777dc541",
      "old_mode": 33188,
      "old_path": "be/src/exprs/vexpr.cpp",
      "new_id": "c01d299f411a088be674f49415d7b879efc84d2c",
      "new_mode": 33188,
      "new_path": "be/src/exprs/vexpr.cpp"
    },
    {
      "type": "modify",
      "old_id": "3b48fd3d2c60d786742f64ef1285538cfefebc5b",
      "old_mode": 33188,
      "old_path": "be/src/exprs/vexpr.h",
      "new_id": "5da5206d1b2aa76a5562500ddec73dce920fc052",
      "new_mode": 33188,
      "new_path": "be/src/exprs/vexpr.h"
    },
    {
      "type": "modify",
      "old_id": "6cf3858768264c168a677c5a6a42a69d6fa2ad14",
      "old_mode": 33188,
      "old_path": "be/src/exprs/vin_predicate.h",
      "new_id": "6830f1bc4c2c208e71a5ea13b100152997182d02",
      "new_mode": 33188,
      "new_path": "be/src/exprs/vin_predicate.h"
    },
    {
      "type": "modify",
      "old_id": "551839f699e2e6fb5ea04066a71ab957cb19d833",
      "old_mode": 33188,
      "old_path": "be/src/exprs/vliteral.cpp",
      "new_id": "9b93d7097274eef6133ed46e53ef525d8c97a4ab",
      "new_mode": 33188,
      "new_path": "be/src/exprs/vliteral.cpp"
    },
    {
      "type": "modify",
      "old_id": "b1b8e89157d420b12375714982f890a7a8e70c6c",
      "old_mode": 33188,
      "old_path": "be/src/exprs/vliteral.h",
      "new_id": "89988e2ba3114214cf3d7c6abe9fa9b58bb750c3",
      "new_mode": 33188,
      "new_path": "be/src/exprs/vliteral.h"
    },
    {
      "type": "modify",
      "old_id": "87aad6b977ecbe8f24ad597ded51c55532a2eedb",
      "old_mode": 33188,
      "old_path": "be/src/exprs/vslot_ref.cpp",
      "new_id": "f02ef50d5751c335193ed28a175b77b2b407e697",
      "new_mode": 33188,
      "new_path": "be/src/exprs/vslot_ref.cpp"
    },
    {
      "type": "modify",
      "old_id": "ef61edc384c2f2173ca827be102719b9ea9688e1",
      "old_mode": 33188,
      "old_path": "be/src/exprs/vslot_ref.h",
      "new_id": "a67bdc1953cd0ae15c430349c23c3082071d1621",
      "new_mode": 33188,
      "new_path": "be/src/exprs/vslot_ref.h"
    },
    {
      "type": "modify",
      "old_id": "94887588f536da4a3ccef9020324ca8832e1623d",
      "old_mode": 33188,
      "old_path": "be/src/exprs/vtopn_pred.h",
      "new_id": "a6edec65accd3d20e5eae17f0482d77a8245b53d",
      "new_mode": 33188,
      "new_path": "be/src/exprs/vtopn_pred.h"
    },
    {
      "type": "modify",
      "old_id": "ef9dab92c00f9760402f9d61995e84e4c1fa5c38",
      "old_mode": 33188,
      "old_path": "be/src/format/CMakeLists.txt",
      "new_id": "bc0325f3e0f252d62c36dd973e3fb81da92ddfe2",
      "new_mode": 33188,
      "new_path": "be/src/format/CMakeLists.txt"
    },
    {
      "type": "modify",
      "old_id": "3d1e978ffe911f663333a2d13c1d873960109d6d",
      "old_mode": 33188,
      "old_path": "be/src/format/csv/csv_reader.cpp",
      "new_id": "b8f0be49bfea1e15b71391534236286bd45cc6bf",
      "new_mode": 33188,
      "new_path": "be/src/format/csv/csv_reader.cpp"
    },
    {
      "type": "modify",
      "old_id": "d849d595056adb79459c85e3f0ecaaf5ce4f7641",
      "old_mode": 33188,
      "old_path": "be/src/format/generic_reader.h",
      "new_id": "88fc3fb85a0eb11067ec990c6a4661dc70c0cddd",
      "new_mode": 33188,
      "new_path": "be/src/format/generic_reader.h"
    },
    {
      "type": "modify",
      "old_id": "8d53b6009e6bef1cd02c4b6174f162cc22e68e0c",
      "old_mode": 33188,
      "old_path": "be/src/format/json/new_json_reader.cpp",
      "new_id": "1aa19574b39a58b9c44105c78665b2d157d17f17",
      "new_mode": 33188,
      "new_path": "be/src/format/json/new_json_reader.cpp"
    },
    {
      "type": "modify",
      "old_id": "029d7ff2024f206432f5aa6d8b00fb716742d7ed",
      "old_mode": 33188,
      "old_path": "be/src/format/native/native_reader.cpp",
      "new_id": "3632b6e4e0a1c96406bad71a956e6d2d77ee8618",
      "new_mode": 33188,
      "new_path": "be/src/format/native/native_reader.cpp"
    },
    {
      "type": "modify",
      "old_id": "54ced60d6e036114e8a2ca4b05745fe3a144ed81",
      "old_mode": 33188,
      "old_path": "be/src/format/orc/vorc_reader.cpp",
      "new_id": "80dc857ddf4bc377f454297d12ba426be459f864",
      "new_mode": 33188,
      "new_path": "be/src/format/orc/vorc_reader.cpp"
    },
    {
      "type": "modify",
      "old_id": "48dd987c44f83ac96d8ff5d70db9d4cb9b69c083",
      "old_mode": 33188,
      "old_path": "be/src/format/parquet/vparquet_reader.cpp",
      "new_id": "11758c76410784bb40376a7e0d2caad216649926",
      "new_mode": 33188,
      "new_path": "be/src/format/parquet/vparquet_reader.cpp"
    },
    {
      "type": "modify",
      "old_id": "bfe34a5f555f94ad18da162599b024ada23fab7d",
      "old_mode": 33188,
      "old_path": "be/src/format/table/deletion_vector_reader.cpp",
      "new_id": "d7e33c923d95b7b28dfc7cf162945504e63f6fc3",
      "new_mode": 33188,
      "new_path": "be/src/format/table/deletion_vector_reader.cpp"
    },
    {
      "type": "modify",
      "old_id": "0663f3b28490ef854d91606a4b78cd3d61381845",
      "old_mode": 33188,
      "old_path": "be/src/format/table/deletion_vector_reader.h",
      "new_id": "968344a8496bc719c993d03e66b1457659126405",
      "new_mode": 33188,
      "new_path": "be/src/format/table/deletion_vector_reader.h"
    },
    {
      "type": "modify",
      "old_id": "bd049342195695749da0a2967a6cc1f5e8d707fc",
      "old_mode": 33188,
      "old_path": "be/src/format/table/iceberg_reader_mixin.h",
      "new_id": "2bc15f18cf141a8f0c213d8bd2d934b57d46321d",
      "new_mode": 33188,
      "new_path": "be/src/format/table/iceberg_reader_mixin.h"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "7816ea8263cb4276350bc2d52f4393ef13e69612",
      "new_mode": 33188,
      "new_path": "be/src/format_v2/column_data.h"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "e6a0e1a28e7422fdf5112f10802675452549ca17",
      "new_mode": 33188,
      "new_path": "be/src/format_v2/column_mapper.cpp"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "2ffbbbb9414d8338d31ee8dd2867d7922031181a",
      "new_mode": 33188,
      "new_path": "be/src/format_v2/column_mapper.h"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "0e3539242fff26b17d94a46f786be75c70889a9a",
      "new_mode": 33188,
      "new_path": "be/src/format_v2/column_mapper_nested.cpp"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "b8b3f1f3334a8f8b6c5c6e21a671b7ced72517c3",
      "new_mode": 33188,
      "new_path": "be/src/format_v2/column_mapper_nested.h"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "711146a98804797083e3c7dba071fa508e287400",
      "new_mode": 33188,
      "new_path": "be/src/format_v2/delimited_text/csv_reader.cpp"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "e5d1ce25a74f40c33fdd7882ec7ca64376084ff7",
      "new_mode": 33188,
      "new_path": "be/src/format_v2/delimited_text/csv_reader.h"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "f6e84b4aa7750e45eaa95c13a9b10eedf7ea9982",
      "new_mode": 33188,
      "new_path": "be/src/format_v2/delimited_text/delimited_text_reader.cpp"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "06cb93dd7f7b65168fc1728e8f98097627e8c221",
      "new_mode": 33188,
      "new_path": "be/src/format_v2/delimited_text/delimited_text_reader.h"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "930052a14f1229822877d2b5cc8914a41c0a3504",
      "new_mode": 33188,
      "new_path": "be/src/format_v2/delimited_text/text_reader.cpp"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "8efbfe359c7e64b7ae106ec4b26aac0109f9c57b",
      "new_mode": 33188,
      "new_path": "be/src/format_v2/delimited_text/text_reader.h"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "efeb9d851deb221b121fe3744aa7dd2a1dff61c2",
      "new_mode": 33188,
      "new_path": "be/src/format_v2/expr/cast.cpp"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "1dc06bcf07f2bce3e92a944bb78f8a899b88891b",
      "new_mode": 33188,
      "new_path": "be/src/format_v2/expr/cast.h"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "9ab1090247c15aa07e81ecfb0638407ee55838a3",
      "new_mode": 33188,
      "new_path": "be/src/format_v2/expr/delete_predicate.cpp"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "dce2de3edf278e98edea875734a0eae90d6d1ed5",
      "new_mode": 33188,
      "new_path": "be/src/format_v2/expr/delete_predicate.h"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "13454e3b22f116dc89a29fc7dfaa50470479c2e9",
      "new_mode": 33188,
      "new_path": "be/src/format_v2/expr/equality_delete_predicate.cpp"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "cad16ca387ccd88d9357edcfba975477c6ce3f26",
      "new_mode": 33188,
      "new_path": "be/src/format_v2/expr/equality_delete_predicate.h"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "31b3f27c69797d2082dbdd49978c3550ab9a7196",
      "new_mode": 33188,
      "new_path": "be/src/format_v2/file_reader.cpp"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "76b8bea60973ac2713d99edbafaf3026d76b6f45",
      "new_mode": 33188,
      "new_path": "be/src/format_v2/file_reader.h"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "3247e3c683c2de1a5749ad2b5918e914473da889",
      "new_mode": 33188,
      "new_path": "be/src/format_v2/jni/hudi_jni_reader.cpp"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "4beb6f2d1728b64b76fd6a9a039aac072129b1bf",
      "new_mode": 33188,
      "new_path": "be/src/format_v2/jni/hudi_jni_reader.h"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "b41d505f886d316961e83353f59bb92e977a15fb",
      "new_mode": 33188,
      "new_path": "be/src/format_v2/jni/iceberg_sys_table_reader.cpp"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "be254c39f3ffb57f8a5f0e53e32d7fda18d05062",
      "new_mode": 33188,
      "new_path": "be/src/format_v2/jni/iceberg_sys_table_reader.h"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "e0391f3a13a8f074f4e7b2a30f70a93ffd955426",
      "new_mode": 33188,
      "new_path": "be/src/format_v2/jni/jdbc_reader.cpp"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "91a5878cb4622f8c4d7d720ef62f424857a9b1c0",
      "new_mode": 33188,
      "new_path": "be/src/format_v2/jni/jdbc_reader.h"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "d43a22e632b26bd26644115d12281ca12d012825",
      "new_mode": 33188,
      "new_path": "be/src/format_v2/jni/jni_table_reader.cpp"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "1317661e5880c23edc4734c3df46ae5d28905a0e",
      "new_mode": 33188,
      "new_path": "be/src/format_v2/jni/jni_table_reader.h"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "a26e9e229b5d82a09cd7f38d3950c382de568c92",
      "new_mode": 33188,
      "new_path": "be/src/format_v2/jni/max_compute_jni_reader.cpp"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "8addce07988e4c985be6b3cffe9c657ff92b1428",
      "new_mode": 33188,
      "new_path": "be/src/format_v2/jni/max_compute_jni_reader.h"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "c68cc7b952a5d57242fdee8e65675ebd95a9835a",
      "new_mode": 33188,
      "new_path": "be/src/format_v2/jni/paimon_jni_reader.cpp"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "f789edb0b17bd0bae68c006629cd49fa7526a88b",
      "new_mode": 33188,
      "new_path": "be/src/format_v2/jni/paimon_jni_reader.h"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "11c9945c5dea165ecf5f296e51283d6ee8735d70",
      "new_mode": 33188,
      "new_path": "be/src/format_v2/jni/trino_connector_jni_reader.cpp"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "a20c3a5f62ef96bb94e9772e426659687e0ce40f",
      "new_mode": 33188,
      "new_path": "be/src/format_v2/jni/trino_connector_jni_reader.h"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "f0219bb7d85345930cac1fa31ee20f0b486c4369",
      "new_mode": 33188,
      "new_path": "be/src/format_v2/json/json_reader.cpp"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "52cdfad6728d6420de519abbc9661f7988c853f5",
      "new_mode": 33188,
      "new_path": "be/src/format_v2/json/json_reader.h"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "a7e533633510c469fa63e61d4f81265ea49023b5",
      "new_mode": 33188,
      "new_path": "be/src/format_v2/materialized_reader_util.cpp"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "2fb1383dfb956966f51d4130224f4dd59c815269",
      "new_mode": 33188,
      "new_path": "be/src/format_v2/materialized_reader_util.h"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "2a0a89f80adc8d2f1cff49d5d109f20615015997",
      "new_mode": 33188,
      "new_path": "be/src/format_v2/native/native_reader.cpp"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "3719a6afd6c4f5119e9e8957b8d52eca9d823def",
      "new_mode": 33188,
      "new_path": "be/src/format_v2/native/native_reader.h"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "b42d47987a54cb286b6fcf9b8019ee6e93ca9013",
      "new_mode": 33188,
      "new_path": "be/src/format_v2/parquet/parquet_column_schema.cpp"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "1fb7262aabde6fb38cd6fdfe4b601cff6d1d614b",
      "new_mode": 33188,
      "new_path": "be/src/format_v2/parquet/parquet_column_schema.h"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "dd9bf6aa9545f33637c0f848aef972ef1c4e7a6a",
      "new_mode": 33188,
      "new_path": "be/src/format_v2/parquet/parquet_file_context.cpp"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "8dedf732c8fde0f32c42209a11bc983542d672e5",
      "new_mode": 33188,
      "new_path": "be/src/format_v2/parquet/parquet_file_context.h"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "79f979ea0cf1b84281d4bc6f92b9946fa032c29e",
      "new_mode": 33188,
      "new_path": "be/src/format_v2/parquet/parquet_profile.cpp"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "8f7623527ca70714fe5f2123feca25cfcf5b23e6",
      "new_mode": 33188,
      "new_path": "be/src/format_v2/parquet/parquet_profile.h"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "24797200693020b222f009fcdfaf8fd6e48dd12a",
      "new_mode": 33188,
      "new_path": "be/src/format_v2/parquet/parquet_reader.cpp"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "ff74b97a26e0e771ba4132fd821532e38d5d7c24",
      "new_mode": 33188,
      "new_path": "be/src/format_v2/parquet/parquet_reader.h"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "d636f3e3f9ee41dfe92cd418e0e824a45e1f4989",
      "new_mode": 33188,
      "new_path": "be/src/format_v2/parquet/parquet_scan.cpp"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "ca3c665a2e95f8aa7c6786b982c4718e92f78c59",
      "new_mode": 33188,
      "new_path": "be/src/format_v2/parquet/parquet_scan.h"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "1207aecd8e48770758087a65a33cb11fbe878ac1",
      "new_mode": 33188,
      "new_path": "be/src/format_v2/parquet/parquet_statistics.cpp"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "3d4b9d3579185dcf926bdab32428db83b8537db4",
      "new_mode": 33188,
      "new_path": "be/src/format_v2/parquet/parquet_statistics.h"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "d35181d03971787f8b9ab57af5b669d9f47a7d32",
      "new_mode": 33188,
      "new_path": "be/src/format_v2/parquet/parquet_type.cpp"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "5d21aae6bae09262e63b647ee8d4b3e2f6041406",
      "new_mode": 33188,
      "new_path": "be/src/format_v2/parquet/parquet_type.h"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "9b7577e5521ea8c8a20a02d80f46f7892df94a41",
      "new_mode": 33188,
      "new_path": "be/src/format_v2/parquet/reader/column_reader.cpp"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "f439010e8830d7a58eddf3d8e661258a874c8d07",
      "new_mode": 33188,
      "new_path": "be/src/format_v2/parquet/reader/column_reader.h"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "82b2838ba2cbfe78194a4305148955e4fdc19350",
      "new_mode": 33188,
      "new_path": "be/src/format_v2/parquet/reader/global_rowid_column_reader.cpp"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "b3f71645923010981dc5d3caa15c1d4c88709ee9",
      "new_mode": 33188,
      "new_path": "be/src/format_v2/parquet/reader/global_rowid_column_reader.h"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "aaf8f6635f1af0b556a94be2d9232f8e72faa744",
      "new_mode": 33188,
      "new_path": "be/src/format_v2/parquet/reader/list_column_reader.cpp"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "5a60eecacb0e3e12cfeea1bd2292e956e4ef1346",
      "new_mode": 33188,
      "new_path": "be/src/format_v2/parquet/reader/list_column_reader.h"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "90d4a867331190ab7039cd254e980ddfe3b94ddd",
      "new_mode": 33188,
      "new_path": "be/src/format_v2/parquet/reader/map_column_reader.cpp"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "3e26a7a480a2a5fbc1a8d58a3af0da55a9910616",
      "new_mode": 33188,
      "new_path": "be/src/format_v2/parquet/reader/map_column_reader.h"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "e06b7eaaf317e7adf8a8ec3161443b7be885b95d",
      "new_mode": 33188,
      "new_path": "be/src/format_v2/parquet/reader/nested_column_materializer.cpp"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "90fac01eb2f5e504e179642898c5c440de9e353a",
      "new_mode": 33188,
      "new_path": "be/src/format_v2/parquet/reader/nested_column_materializer.h"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "c157ff84eef887035fd3d9416f4abd1207b9e6be",
      "new_mode": 33188,
      "new_path": "be/src/format_v2/parquet/reader/parquet_leaf_reader.cpp"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "73b0a75e019dbd95ff5aa058c64163795bd36fa9",
      "new_mode": 33188,
      "new_path": "be/src/format_v2/parquet/reader/parquet_leaf_reader.h"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "4e9a363b13c7cb0728fe20be79b44bbae94d47ac",
      "new_mode": 33188,
      "new_path": "be/src/format_v2/parquet/reader/row_position_column_reader.cpp"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "934100317ec4fdb82ec16a038285b5d752c1ee7a",
      "new_mode": 33188,
      "new_path": "be/src/format_v2/parquet/reader/row_position_column_reader.h"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "3c90279b4412b4cb2a31102d8af6cbd9b6646426",
      "new_mode": 33188,
      "new_path": "be/src/format_v2/parquet/reader/scalar_column_reader.cpp"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "ab7ba0d7e54388626be4cab674f91396cc88ee1b",
      "new_mode": 33188,
      "new_path": "be/src/format_v2/parquet/reader/scalar_column_reader.h"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "66e450c567133a56e19e3c5a48f8d6f912c60fd4",
      "new_mode": 33188,
      "new_path": "be/src/format_v2/parquet/reader/struct_column_reader.cpp"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "3e88b75cede3d9f2caee1284f387aa846cf2d08e",
      "new_mode": 33188,
      "new_path": "be/src/format_v2/parquet/reader/struct_column_reader.h"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "589154d4acc0e4a71a417f8472c403d9dbb19e8b",
      "new_mode": 33188,
      "new_path": "be/src/format_v2/parquet/selection_vector.h"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "342f4c91898c928c51ef574a1494fdcf43fc586d",
      "new_mode": 33188,
      "new_path": "be/src/format_v2/schema_projection.cpp"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "c2125d669316318141261166424816187f24b3c7",
      "new_mode": 33188,
      "new_path": "be/src/format_v2/schema_projection.h"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "71a5a7ad57cfd9a41608df8dcb844cafaea5532a",
      "new_mode": 33188,
      "new_path": "be/src/format_v2/table/hive_reader.cpp"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "50d21c663cc542cba2c5495abe5fcbd9b7e45b11",
      "new_mode": 33188,
      "new_path": "be/src/format_v2/table/hive_reader.h"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "d76be201067bd7331814e04114059293d4979509",
      "new_mode": 33188,
      "new_path": "be/src/format_v2/table/hudi_reader.cpp"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "aeaaedf6ab606429184fe31dab19901004a0b679",
      "new_mode": 33188,
      "new_path": "be/src/format_v2/table/hudi_reader.h"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "ccc100f05044cccb0a4be975c1aeebf17ba3e599",
      "new_mode": 33188,
      "new_path": "be/src/format_v2/table/iceberg_reader.cpp"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "1a2811ef96827730c3f84d82118732e05799825f",
      "new_mode": 33188,
      "new_path": "be/src/format_v2/table/iceberg_reader.h"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "c82c99dd2854fa016772a14597607e74f4578f04",
      "new_mode": 33188,
      "new_path": "be/src/format_v2/table/paimon_reader.cpp"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "200c4e885b5055d916337cba16f686bc70f4f8e2",
      "new_mode": 33188,
      "new_path": "be/src/format_v2/table/paimon_reader.h"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "39580fd256189796140437beeecc3b901902ea9a",
      "new_mode": 33188,
      "new_path": "be/src/format_v2/table/remote_doris_reader.cpp"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "b4dd2a505a95ade0198140bd4e4097af87f6bc91",
      "new_mode": 33188,
      "new_path": "be/src/format_v2/table/remote_doris_reader.h"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "10109839e6987dce8276ed52abd90110e3039621",
      "new_mode": 33188,
      "new_path": "be/src/format_v2/table/schema_history_util.cpp"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "3c4a80b5d4c975ad4718f550a6a1657b97cb1cb4",
      "new_mode": 33188,
      "new_path": "be/src/format_v2/table/schema_history_util.h"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "87d222c052f0a90cc1be45dd4bf5364e0e401cb3",
      "new_mode": 33188,
      "new_path": "be/src/format_v2/table_reader.cpp"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "a557b22795ce0d28211bd83bb13775dfe3e7d4bd",
      "new_mode": 33188,
      "new_path": "be/src/format_v2/table_reader.h"
    },
    {
      "type": "modify",
      "old_id": "553cdc4460e15c77bb8f4390044125c8795e1a06",
      "old_mode": 33188,
      "old_path": "be/src/io/file_factory.cpp",
      "new_id": "9610bc028595ecc7716bbd2a8391fe01ee60e549",
      "new_mode": 33188,
      "new_path": "be/src/io/file_factory.cpp"
    },
    {
      "type": "modify",
      "old_id": "7d662e4fdde469be4d086b82ada0121fdf6079be",
      "old_mode": 33188,
      "old_path": "be/src/io/file_factory.h",
      "new_id": "33595313b921b18878e2a33725abdbebfaf804b0",
      "new_mode": 33188,
      "new_path": "be/src/io/file_factory.h"
    },
    {
      "type": "modify",
      "old_id": "36b20517afb87c7c56e531f16908ba1eb32b1674",
      "old_mode": 33188,
      "old_path": "be/src/io/io_common.h",
      "new_id": "566e376219efabe5162743ef182d6f9dda281631",
      "new_mode": 33188,
      "new_path": "be/src/io/io_common.h"
    },
    {
      "type": "modify",
      "old_id": "511b9c56abac5e7b536b6b2377eda8cdfe6e3f10",
      "old_mode": 33188,
      "old_path": "be/src/storage/segment/condition_cache.h",
      "new_id": "a189312ee1427a65a4498c882762d62297763aa8",
      "new_mode": 33188,
      "new_path": "be/src/storage/segment/condition_cache.h"
    },
    {
      "type": "modify",
      "old_id": "b230ac67f4778e50112dc63cdb7f3e5b40ecf9ce",
      "old_mode": 33188,
      "old_path": "be/src/util/jni-util.h",
      "new_id": "de9030b5b3a7c761d1620276e1a2e00f2d82d82e",
      "new_mode": 33188,
      "new_path": "be/src/util/jni-util.h"
    },
    {
      "type": "modify",
      "old_id": "2edcff5eef87c948ac72e907937ff0174f30242e",
      "old_mode": 33188,
      "old_path": "be/test/CMakeLists.txt",
      "new_id": "95d2a435d8d00e17583af76f5fe10b9353a5e7aa",
      "new_mode": 33188,
      "new_path": "be/test/CMakeLists.txt"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "69cf458e2fdc5f2ab187ff12b1741de87d3adbba",
      "new_mode": 33188,
      "new_path": "be/test/core/data_type_serde/data_type_serde_decoded_values_test.cpp"
    },
    {
      "type": "modify",
      "old_id": "986583982eb2bd60ba4330b2298033ddd1f94c76",
      "old_mode": 33188,
      "old_path": "be/test/core/data_type_serde/data_type_serde_pb_test.cpp",
      "new_id": "c1663bf7a9dd49dc417708b33f2670d2920fd483",
      "new_mode": 33188,
      "new_path": "be/test/core/data_type_serde/data_type_serde_pb_test.cpp"
    },
    {
      "type": "modify",
      "old_id": "403ef8713e4e6740f831040f08869a7baee6852a",
      "old_mode": 33188,
      "old_path": "be/test/exec/runtime_filter/runtime_filter_expr_sampling_test.cpp",
      "new_id": "b3e512734c6e734ba04ccfb477c34ba0c70d5980",
      "new_mode": 33188,
      "new_path": "be/test/exec/runtime_filter/runtime_filter_expr_sampling_test.cpp"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "d4bd6ab6c063606ee24f29420e3a7aa98292ac18",
      "new_mode": 33188,
      "new_path": "be/test/exec/scan/access_path_parser_test.cpp"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "436a18c66decf4ed2b94d424b6328173671013f4",
      "new_mode": 33188,
      "new_path": "be/test/exec/scan/file_scanner_v2_test.cpp"
    },
    {
      "type": "modify",
      "old_id": "64b17a6a86b87b61a36eb1b0d08504995d08126f",
      "old_mode": 33188,
      "old_path": "be/test/exec/scan/vfile_scanner_exception_test.cpp",
      "new_id": "70b3d07f8eff48b8bea72c87da7cce4a23ff8c21",
      "new_mode": 33188,
      "new_path": "be/test/exec/scan/vfile_scanner_exception_test.cpp"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "d870f85dd7dc10ff200826f6dae65640c3eeb59b",
      "new_mode": 33188,
      "new_path": "be/test/format_v2/column_mapper_test.cpp"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "7c787de7f8c09a6d0fab194c509cf3856bb35fa8",
      "new_mode": 33188,
      "new_path": "be/test/format_v2/delimited_text/csv_reader_test.cpp"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "b6402cab5d86d659ec2cc759424db242fb8ea38e",
      "new_mode": 33188,
      "new_path": "be/test/format_v2/delimited_text/text_reader_test.cpp"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "341b89433f0c0893a796ea5c71f7942ceddb51db",
      "new_mode": 33188,
      "new_path": "be/test/format_v2/expr/cast_test.cpp"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "264a9fdf9b19f58d65869a83affef4004c779389",
      "new_mode": 33188,
      "new_path": "be/test/format_v2/expr/delete_predicate_test.cpp"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "886a86713fe8dab5c7388b2ba44e1a72ef5f4a14",
      "new_mode": 33188,
      "new_path": "be/test/format_v2/expr/equality_delete_predicate_test.cpp"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "31c77501ce67c667ba8cc5597df714d135fcf867",
      "new_mode": 33188,
      "new_path": "be/test/format_v2/json/json_reader_test.cpp"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "aaa7aa90e0681e9ded965ebc02ff708d4383289c",
      "new_mode": 33188,
      "new_path": "be/test/format_v2/native/native_reader_test.cpp"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "91382203c5cea9434eed6600dca7dfc15c20905e",
      "new_mode": 33188,
      "new_path": "be/test/format_v2/parquet/parquet_column_reader_test.cpp"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "0d0f9a2f8567cc37b06a28ee98e8361095d06a4b",
      "new_mode": 33188,
      "new_path": "be/test/format_v2/parquet/parquet_leaf_reader_test.cpp"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "f8e12206bb122096023079765e547129d8211510",
      "new_mode": 33188,
      "new_path": "be/test/format_v2/parquet/parquet_page_cache_range_test.cpp"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "c7d430350d1b267cdaeca1024ccf44729ca5a9a4",
      "new_mode": 33188,
      "new_path": "be/test/format_v2/parquet/parquet_reader_control_test.cpp"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "ec71ebc614d633bc4fcbaccaa6a19b10e6a0539c",
      "new_mode": 33188,
      "new_path": "be/test/format_v2/parquet/parquet_reader_test.cpp"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "3b381c3158fd452af4b8e15c3fbf10d8a0171368",
      "new_mode": 33188,
      "new_path": "be/test/format_v2/parquet/parquet_scan_test.cpp"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "e620ed718efbf203420f28537b799d1cbed58dbe",
      "new_mode": 33188,
      "new_path": "be/test/format_v2/parquet/parquet_schema_test.cpp"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "c35138e32637236605f11b2b25ce56cea6ee12bf",
      "new_mode": 33188,
      "new_path": "be/test/format_v2/parquet/parquet_serde_reader_test.cpp"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "f2ae2448013d26d50b135ce9abf528c99c064d7c",
      "new_mode": 33188,
      "new_path": "be/test/format_v2/parquet/parquet_statistics_test.cpp"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "4bca77c1803b4999afd6df0024a0e062e95819d8",
      "new_mode": 33188,
      "new_path": "be/test/format_v2/parquet/parquet_type_test.cpp"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "67be16856f53ebe76cedf16df781782f30a5b9a0",
      "new_mode": 33188,
      "new_path": "be/test/format_v2/table/hive_reader_test.cpp"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "125183cd7a60c40a261ef9095fa37238bef33c43",
      "new_mode": 33188,
      "new_path": "be/test/format_v2/table/hudi_reader_test.cpp"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "84fe09bc0c55b5a266f58e9c1eeaed0b2e06cba4",
      "new_mode": 33188,
      "new_path": "be/test/format_v2/table/iceberg_reader_test.cpp"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "fce0244c1738bd0184779d2d0fad8e77c5f03b9d",
      "new_mode": 33188,
      "new_path": "be/test/format_v2/table/paimon_reader_test.cpp"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "b17f82f505c2c9e581dbfc7c350ae77473824c2b",
      "new_mode": 33188,
      "new_path": "be/test/format_v2/table/remote_doris_reader_test.cpp"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "3845e086cea1b17ee6e71aaa15a8da3aa4d42a21",
      "new_mode": 33188,
      "new_path": "be/test/format_v2/table_reader_request_test.cpp"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "a8659667688d4c713bf5a4ba295e9cb43bd5d722",
      "new_mode": 33188,
      "new_path": "be/test/format_v2/table_reader_test.cpp"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "457550a932da67c15c11dfad46454c343d33a1d8",
      "new_mode": 33188,
      "new_path": "docs/doris-iceberg-parquet-api-design.md"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "56f8c7ca4a37d534fffc81d204b9ae2c4d4775ae",
      "new_mode": 33188,
      "new_path": "docs/new-parquet-reader-column-index-refactor.md"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "4ece111d0d6323df3ac48048a0b3eeb213415edc",
      "new_mode": 33188,
      "new_path": "docs/new-parquet-reader-ut-improvement-plan.md"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "a02ca6e822aaf0217d57511232443f02e8891cde",
      "new_mode": 33188,
      "new_path": "docs/parquet-list-map-compat-design.md"
    },
    {
      "type": "modify",
      "old_id": "b40ff54fbd829c0f12ec38943155a4b978f95058",
      "old_mode": 33188,
      "old_path": "fe/be-java-extensions/paimon-scanner/src/main/java/org/apache/doris/paimon/PaimonJniScanner.java",
      "new_id": "cdb3d1a7ed06d777d2f9c75dd3e53866b323d6c1",
      "new_mode": 33188,
      "new_path": "fe/be-java-extensions/paimon-scanner/src/main/java/org/apache/doris/paimon/PaimonJniScanner.java"
    },
    {
      "type": "modify",
      "old_id": "1d234377d83251a2e505f82450cf12090c1ead8e",
      "old_mode": 33188,
      "old_path": "fe/fe-core/src/main/java/org/apache/doris/datasource/hive/HMSExternalTable.java",
      "new_id": "e1311237a603d57300d2d7b7eb8b73f714781558",
      "new_mode": 33188,
      "new_path": "fe/fe-core/src/main/java/org/apache/doris/datasource/hive/HMSExternalTable.java"
    },
    {
      "type": "modify",
      "old_id": "17a742b835a4fb6449432d9f08f61bb5fabcf5f9",
      "old_mode": 33188,
      "old_path": "fe/fe-core/src/main/java/org/apache/doris/datasource/paimon/source/PaimonScanNode.java",
      "new_id": "27698c2d1f9700c42a36f42806fe2eb048ca19c5",
      "new_mode": 33188,
      "new_path": "fe/fe-core/src/main/java/org/apache/doris/datasource/paimon/source/PaimonScanNode.java"
    },
    {
      "type": "modify",
      "old_id": "845030a37c163ada48015db9a2663fd847712db0",
      "old_mode": 33188,
      "old_path": "fe/fe-core/src/main/java/org/apache/doris/qe/SessionVariable.java",
      "new_id": "77813e2d62b75ff35e3b0f027691a383ea92c55c",
      "new_mode": 33188,
      "new_path": "fe/fe-core/src/main/java/org/apache/doris/qe/SessionVariable.java"
    },
    {
      "type": "modify",
      "old_id": "370e4965765854c32f0ffc452c6c4450f94e5e08",
      "old_mode": 33188,
      "old_path": "fe/fe-core/src/test/java/org/apache/doris/datasource/property/fileformat/ParquetFileFormatPropertiesTest.java",
      "new_id": "4d140b2ba57037b997c01ac2bc1dc9766571cfa0",
      "new_mode": 33188,
      "new_path": "fe/fe-core/src/test/java/org/apache/doris/datasource/property/fileformat/ParquetFileFormatPropertiesTest.java"
    },
    {
      "type": "modify",
      "old_id": "c17199d74edf917bab26aa2c75ca91e7f7cb1985",
      "old_mode": 33188,
      "old_path": "gensrc/thrift/Exprs.thrift",
      "new_id": "a17cd140c93418814b9a5d34826d72c40bbf52ec",
      "new_mode": 33188,
      "new_path": "gensrc/thrift/Exprs.thrift"
    },
    {
      "type": "modify",
      "old_id": "1e4002357e759901678cba4274fc9b654c0f972a",
      "old_mode": 33188,
      "old_path": "gensrc/thrift/Opcodes.thrift",
      "new_id": "a2d709799482eb8ba4bab121ca23bd3b1dc944d3",
      "new_mode": 33188,
      "new_path": "gensrc/thrift/Opcodes.thrift"
    },
    {
      "type": "modify",
      "old_id": "cd2292ca6b63c37b1df144d50940b193df011a01",
      "old_mode": 33188,
      "old_path": "gensrc/thrift/PaloInternalService.thrift",
      "new_id": "7b628a70e6982d6d7ab416e499f3f1b1d3859556",
      "new_mode": 33188,
      "new_path": "gensrc/thrift/PaloInternalService.thrift"
    },
    {
      "type": "modify",
      "old_id": "fb8ef30150e27aa5efe2fa91be43a7e7c827aac5",
      "old_mode": 33188,
      "old_path": "gensrc/thrift/PlanNodes.thrift",
      "new_id": "acd0e3975bbd8b2cc53b65279a18fb086b56cfd7",
      "new_mode": 33188,
      "new_path": "gensrc/thrift/PlanNodes.thrift"
    },
    {
      "type": "modify",
      "old_id": "90277ca28f2a9f1cbc168026c17536c6e7c818f2",
      "old_mode": 33188,
      "old_path": "regression-test/data/export_p0/export/test_show_export.out",
      "new_id": "eb2d2ab154b1b319645abd1c6190a274c7acfe63",
      "new_mode": 33188,
      "new_path": "regression-test/data/export_p0/export/test_show_export.out"
    },
    {
      "type": "modify",
      "old_id": "c8ff8cafdd9854a84026efc0a1607e8027fc6139",
      "old_mode": 33188,
      "old_path": "regression-test/data/export_p0/outfile/parquet/test_outfile_parquet_complex_type.out",
      "new_id": "cd7fe1e40fdb2da426055d259652faa46a8e99f5",
      "new_mode": 33188,
      "new_path": "regression-test/data/export_p0/outfile/parquet/test_outfile_parquet_complex_type.out"
    },
    {
      "type": "modify",
      "old_id": "c3358efa4a97afee856c0a6563160b125f2e8976",
      "old_mode": 33188,
      "old_path": "regression-test/data/export_p0/test_export_parquet.out",
      "new_id": "941dd4469a66c8ee47bfda4574d12b291757e179",
      "new_mode": 33188,
      "new_path": "regression-test/data/export_p0/test_export_parquet.out"
    },
    {
      "type": "modify",
      "old_id": "59e94ef9429ec902bab9ff97de36952423fb8b65",
      "old_mode": 33188,
      "old_path": "regression-test/data/external_table_p0/export/hive_read/parquet/test_hive_read_parquet.out",
      "new_id": "784ad963ce4a722c3a42985ce62d16ffabd1a090",
      "new_mode": 33188,
      "new_path": "regression-test/data/external_table_p0/export/hive_read/parquet/test_hive_read_parquet.out"
    },
    {
      "type": "rename",
      "old_id": "6e0541a492445dc481dc18872e73a997a5bcf818",
      "old_mode": 33188,
      "old_path": "regression-test/data/external_table_p0/export/hive_read/parquet/test_hive_read_parquet_comlex_type.out",
      "new_id": "6e0541a492445dc481dc18872e73a997a5bcf818",
      "new_mode": 33188,
      "new_path": "regression-test/data/external_table_p0/export/hive_read/parquet/test_hive_read_parquet_complex_type.out",
      "score": 100
    },
    {
      "type": "modify",
      "old_id": "160c99248fe90cb544c6abd2fd06a993b683a20a",
      "old_mode": 33188,
      "old_path": "regression-test/data/external_table_p0/hive/ddl/test_hive_ctas.out",
      "new_id": "9adea59bbfba3ec706e4625f413b24025bbb7e91",
      "new_mode": 33188,
      "new_path": "regression-test/data/external_table_p0/hive/ddl/test_hive_ctas.out"
    },
    {
      "type": "modify",
      "old_id": "4a9dbbe835c7fc0f3d957bd157c09eb30edb631f",
      "old_mode": 33188,
      "old_path": "regression-test/data/external_table_p0/hive/test_complex_types.out",
      "new_id": "5f81514ea59b23e9f346c579501aa69768799aa1",
      "new_mode": 33188,
      "new_path": "regression-test/data/external_table_p0/hive/test_complex_types.out"
    },
    {
      "type": "modify",
      "old_id": "8a104343fc4e105e02fe561e2b79300f707afebe",
      "old_mode": 33188,
      "old_path": "regression-test/data/external_table_p0/hive/test_external_catalog_hive.out",
      "new_id": "57367a3bf0999ce978dd84932dbd682ec2b2e7f2",
      "new_mode": 33188,
      "new_path": "regression-test/data/external_table_p0/hive/test_external_catalog_hive.out"
    },
    {
      "type": "modify",
      "old_id": "0402feef40e6b570c25e0a4315bff508e4d2414f",
      "old_mode": 33188,
      "old_path": "regression-test/data/external_table_p0/hive/test_external_catalog_hive_partition.out",
      "new_id": "deda902d300d436355b49ad86cad89fef0618aab",
      "new_mode": 33188,
      "new_path": "regression-test/data/external_table_p0/hive/test_external_catalog_hive_partition.out"
    },
    {
      "type": "modify",
      "old_id": "ca9ca885c5b85438f5522f363965c1c7396a563b",
      "old_mode": 33188,
      "old_path": "regression-test/data/external_table_p0/hive/test_hive_compress_type.out",
      "new_id": "ee4c9a8f2731ba663c8fa5fc62999399ad012c32",
      "new_mode": 33188,
      "new_path": "regression-test/data/external_table_p0/hive/test_hive_compress_type.out"
    },
    {
      "type": "modify",
      "old_id": "fe8243f91e0a952126374189bcbc140ac7bc2771",
      "old_mode": 33188,
      "old_path": "regression-test/data/external_table_p0/hive/test_hive_get_schema_from_table.out",
      "new_id": "62fabbe7d08be7bfa05fe0c32813cc7696223538",
      "new_mode": 33188,
      "new_path": "regression-test/data/external_table_p0/hive/test_hive_get_schema_from_table.out"
    },
    {
      "type": "modify",
      "old_id": "6eadea56694c851625af8cef065facfa4dd200a8",
      "old_mode": 33188,
      "old_path": "regression-test/data/external_table_p0/hive/test_hive_openx_json.out",
      "new_id": "f4fd28e4d057258a864fce3b29e2ed4fa293fcd0",
      "new_mode": 33188,
      "new_path": "regression-test/data/external_table_p0/hive/test_hive_openx_json.out"
    },
    {
      "type": "modify",
      "old_id": "dbea5056998664a1e072c72eca9c53cc2a23f2bf",
      "old_mode": 33188,
      "old_path": "regression-test/data/external_table_p0/hive/test_hive_schema_evolution.out",
      "new_id": "1cb5cde15144e4c8462d8d40fdf3d1201a181050",
      "new_mode": 33188,
      "new_path": "regression-test/data/external_table_p0/hive/test_hive_schema_evolution.out"
    },
    {
      "type": "modify",
      "old_id": "932b62b5034b94099108b7000a8625aab289a604",
      "old_mode": 33188,
      "old_path": "regression-test/data/external_table_p0/hive/write/test_hive_write_insert.out",
      "new_id": "d3df453f105971d6579babbc0e5a15ab10a8499d",
      "new_mode": 33188,
      "new_path": "regression-test/data/external_table_p0/hive/write/test_hive_write_insert.out"
    },
    {
      "type": "modify",
      "old_id": "529e37390f05bc4a774044e0c26a958e937d219a",
      "old_mode": 33188,
      "old_path": "regression-test/data/external_table_p0/iceberg/test_iceberg_export_timestamp_tz.out",
      "new_id": "bfc73649139041988794ce74dccb1b813b38770a",
      "new_mode": 33188,
      "new_path": "regression-test/data/external_table_p0/iceberg/test_iceberg_export_timestamp_tz.out"
    },
    {
      "type": "modify",
      "old_id": "6620723874181501d73ffeb8c10f8d53eba88421",
      "old_mode": 33188,
      "old_path": "regression-test/data/external_table_p0/paimon/test_paimon_catalog_timestamp_tz.out",
      "new_id": "6a6ebab9001e438ce33b89a4958618e3678e8e39",
      "new_mode": 33188,
      "new_path": "regression-test/data/external_table_p0/paimon/test_paimon_catalog_timestamp_tz.out"
    },
    {
      "type": "modify",
      "old_id": "0e21a8fad6f690858499234dde89675694b89fa2",
      "old_mode": 33188,
      "old_path": "regression-test/data/external_table_p0/tvf/test_hdfs_parquet_group0.out",
      "new_id": "015d9391317356db1bf8a9ec641cec332546ff94",
      "new_mode": 33188,
      "new_path": "regression-test/data/external_table_p0/tvf/test_hdfs_parquet_group0.out"
    },
    {
      "type": "modify",
      "old_id": "16b89ac45d63ca166d6aff5d36239fa0ef0e5f71",
      "old_mode": 33188,
      "old_path": "regression-test/data/external_table_p0/tvf/test_hdfs_parquet_group2.out",
      "new_id": "79b63e41cc1b4d7e292c3ee6fba475a0e78524a6",
      "new_mode": 33188,
      "new_path": "regression-test/data/external_table_p0/tvf/test_hdfs_parquet_group2.out"
    },
    {
      "type": "modify",
      "old_id": "368a1728c941e1aaacd0724bcd31d59859c672ef",
      "old_mode": 33188,
      "old_path": "regression-test/data/external_table_p0/tvf/test_hdfs_parquet_group3.out",
      "new_id": "93c2fd8c672e39e980185530e1369a95225b4229",
      "new_mode": 33188,
      "new_path": "regression-test/data/external_table_p0/tvf/test_hdfs_parquet_group3.out"
    },
    {
      "type": "modify",
      "old_id": "816aefbc495efcf52d30b71338b95df5e13ca091",
      "old_mode": 33188,
      "old_path": "regression-test/data/external_table_p0/tvf/test_hdfs_parquet_group4.out",
      "new_id": "eacf88a0dbce51360c4ce1757a6e4bcbd08cf1f7",
      "new_mode": 33188,
      "new_path": "regression-test/data/external_table_p0/tvf/test_hdfs_parquet_group4.out"
    },
    {
      "type": "modify",
      "old_id": "38d457d1069867906d0e1f90de8b7af5d9177053",
      "old_mode": 33188,
      "old_path": "regression-test/data/external_table_p0/tvf/test_hdfs_parquet_group5.out",
      "new_id": "c7b9542f5c766242348f9f4638642042d2c28067",
      "new_mode": 33188,
      "new_path": "regression-test/data/external_table_p0/tvf/test_hdfs_parquet_group5.out"
    },
    {
      "type": "modify",
      "old_id": "a797eca86018672836ed33efefb2d5584d6ad1c8",
      "old_mode": 33188,
      "old_path": "regression-test/data/external_table_p0/tvf/test_hdfs_parquet_group6.out",
      "new_id": "4fe42d7fcdcc77add3e37a42b949177cf0f005f3",
      "new_mode": 33188,
      "new_path": "regression-test/data/external_table_p0/tvf/test_hdfs_parquet_group6.out"
    },
    {
      "type": "modify",
      "old_id": "6452576d8ffa1e0999b7f069de8b9f7f16fa49fd",
      "old_mode": 33188,
      "old_path": "regression-test/suites/export_p0/outfile/parquet/test_outfile_parquet_complex_type.groovy",
      "new_id": "b46a9a0bb67f64990b401d89815026058b154710",
      "new_mode": 33188,
      "new_path": "regression-test/suites/export_p0/outfile/parquet/test_outfile_parquet_complex_type.groovy"
    },
    {
      "type": "modify",
      "old_id": "4ba200f914e660f00ff0d31f5df4f53e79094d66",
      "old_mode": 33188,
      "old_path": "regression-test/suites/external_table_p0/export/hive_read/parquet/test_hive_read_parquet.groovy",
      "new_id": "7803883c51266c96795e79af494c02d4dc2088bc",
      "new_mode": 33188,
      "new_path": "regression-test/suites/external_table_p0/export/hive_read/parquet/test_hive_read_parquet.groovy"
    },
    {
      "type": "rename",
      "old_id": "c4f6422c8dd12db1d1a4275af7c45c5b4aa039a7",
      "old_mode": 33188,
      "old_path": "regression-test/suites/external_table_p0/export/hive_read/parquet/test_hive_read_parquet_comlex_type.groovy",
      "new_id": "94c516478b534b3fcf811dff0c21bfe97b22bd6d",
      "new_mode": 33188,
      "new_path": "regression-test/suites/external_table_p0/export/hive_read/parquet/test_hive_read_parquet_complex_type.groovy",
      "score": 98
    },
    {
      "type": "modify",
      "old_id": "bd5f4efc28b1d4d04453e5807970baaf2416e14a",
      "old_mode": 33188,
      "old_path": "regression-test/suites/external_table_p0/hive/test_hive_compress_type.groovy",
      "new_id": "5742ddfd12984a685514e25a385427ebbf652923",
      "new_mode": 33188,
      "new_path": "regression-test/suites/external_table_p0/hive/test_hive_compress_type.groovy"
    },
    {
      "type": "modify",
      "old_id": "bc841e7d7ac8204ae4a3248ba6e7ad502099dfc9",
      "old_mode": 33188,
      "old_path": "regression-test/suites/external_table_p0/hive/test_hive_date_timezone.groovy",
      "new_id": "ef9d8bf30e927eb47612190b72de2066f0985f7c",
      "new_mode": 33188,
      "new_path": "regression-test/suites/external_table_p0/hive/test_hive_date_timezone.groovy"
    },
    {
      "type": "modify",
      "old_id": "fcb9eb8c9c591c363b387eedd79885dd335de822",
      "old_mode": 33188,
      "old_path": "regression-test/suites/external_table_p0/hive/test_parquet_lazy_mat_profile.groovy",
      "new_id": "8813c96e63c92f5e7d51f8212403358c88e01360",
      "new_mode": 33188,
      "new_path": "regression-test/suites/external_table_p0/hive/test_parquet_lazy_mat_profile.groovy"
    },
    {
      "type": "modify",
      "old_id": "b19322cd7101f4fef7e4d578008ff8d1f11ba2c1",
      "old_mode": 33188,
      "old_path": "regression-test/suites/external_table_p0/iceberg/test_iceberg_optimize_count.groovy",
      "new_id": "d80d68809e5c9331e1f17ac45cbbca563403ee2e",
      "new_mode": 33188,
      "new_path": "regression-test/suites/external_table_p0/iceberg/test_iceberg_optimize_count.groovy"
    },
    {
      "type": "modify",
      "old_id": "226631fc804149b53ba7343d670cc973b726e844",
      "old_mode": 33188,
      "old_path": "regression-test/suites/external_table_p0/remote_doris/test_remote_doris_agg_table_select.groovy",
      "new_id": "e0901bda73f511c1fd34a30ba7ea2a33f2630cec",
      "new_mode": 33188,
      "new_path": "regression-test/suites/external_table_p0/remote_doris/test_remote_doris_agg_table_select.groovy"
    },
    {
      "type": "modify",
      "old_id": "44f89bbc6d010037287093548663dd0f62384026",
      "old_mode": 33188,
      "old_path": "regression-test/suites/external_table_p0/remote_doris/test_remote_doris_unique_table_select.groovy",
      "new_id": "768deb9c81b15e1f1da2535b36c8ba74a4b45774",
      "new_mode": 33188,
      "new_path": "regression-test/suites/external_table_p0/remote_doris/test_remote_doris_unique_table_select.groovy"
    },
    {
      "type": "modify",
      "old_id": "10b64426b5cdb4f96b8dc928da8bd1aefd863ae0",
      "old_mode": 33188,
      "old_path": "regression-test/suites/external_table_p0/remote_doris/test_remote_doris_variant_select.groovy",
      "new_id": "45bc81d326f9da7e984246d87d2fb0bf48b4534d",
      "new_mode": 33188,
      "new_path": "regression-test/suites/external_table_p0/remote_doris/test_remote_doris_variant_select.groovy"
    },
    {
      "type": "modify",
      "old_id": "81a58f8d50baca443bd6652681b73882d7d853ac",
      "old_mode": 33188,
      "old_path": "regression-test/suites/external_table_p0/tvf/test_hdfs_parquet_group0.groovy",
      "new_id": "531bc0deac22b1fd94521652b9537db8525afe5a",
      "new_mode": 33188,
      "new_path": "regression-test/suites/external_table_p0/tvf/test_hdfs_parquet_group0.groovy"
    },
    {
      "type": "modify",
      "old_id": "76354e1739e41e5c9bc23c095f24a7ca5989a1a3",
      "old_mode": 33188,
      "old_path": "regression-test/suites/external_table_p0/tvf/test_hdfs_parquet_group2.groovy",
      "new_id": "981b20326e44b9da795c1ff760b197bc00816f27",
      "new_mode": 33188,
      "new_path": "regression-test/suites/external_table_p0/tvf/test_hdfs_parquet_group2.groovy"
    },
    {
      "type": "modify",
      "old_id": "361cae60c85d1f274e7cceaf15be3f1622366d9d",
      "old_mode": 33188,
      "old_path": "regression-test/suites/external_table_p0/tvf/test_hdfs_parquet_group4.groovy",
      "new_id": "9e40df723825c9f28158a8553ecd49caabe33dbd",
      "new_mode": 33188,
      "new_path": "regression-test/suites/external_table_p0/tvf/test_hdfs_parquet_group4.groovy"
    },
    {
      "type": "modify",
      "old_id": "d6d859a3ffe766d4a7b24a54b2c3c7075e54327a",
      "old_mode": 33188,
      "old_path": "regression-test/suites/external_table_p0/tvf/test_hdfs_parquet_group5.groovy",
      "new_id": "8a8a3273d23fd82ef788573f73c239008acb0f91",
      "new_mode": 33188,
      "new_path": "regression-test/suites/external_table_p0/tvf/test_hdfs_parquet_group5.groovy"
    },
    {
      "type": "modify",
      "old_id": "96ec42256fbf36d11e859804a6d0c8b45846afa0",
      "old_mode": 33188,
      "old_path": "regression-test/suites/external_table_p0/tvf/test_hdfs_parquet_group6.groovy",
      "new_id": "da6090375c7a6a3bf8c7998dbe2624cd1f419cc1",
      "new_mode": 33188,
      "new_path": "regression-test/suites/external_table_p0/tvf/test_hdfs_parquet_group6.groovy"
    },
    {
      "type": "modify",
      "old_id": "7ce9416f1e3d06272f17fc9edabf7fc680695ee2",
      "old_mode": 33261,
      "old_path": "thirdparty/build-thirdparty.sh",
      "new_id": "c3caf7669988752def34050f55b7b43c25b4c894",
      "new_mode": 33261,
      "new_path": "thirdparty/build-thirdparty.sh"
    },
    {
      "type": "modify",
      "old_id": "1c965b65c4155fe3d2331009d080e6251079496e",
      "old_mode": 33261,
      "old_path": "thirdparty/download-thirdparty.sh",
      "new_id": "b7eb5bd9634b2f01790ea81edc09dec72d51d5ad",
      "new_mode": 33261,
      "new_path": "thirdparty/download-thirdparty.sh"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "a983818413a01cd3f11eac1ab5a4df20f5c42d75",
      "new_mode": 33188,
      "new_path": "thirdparty/patches/apache-arrow-17.0.0-lzo.patch"
    },
    {
      "type": "modify",
      "old_id": "13ab593312d7d91b957e19a95f913b59d813729e",
      "old_mode": 33188,
      "old_path": "thirdparty/vars.sh",
      "new_id": "af46e566b8a30f5af5d8222b8ba2c3168d2097ec",
      "new_mode": 33188,
      "new_path": "thirdparty/vars.sh"
    }
  ]
}
