Skip to content

Update Dependency to arrow/parquet 55.1.0 #16012

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

Closed
wants to merge 2 commits into from

Conversation

alamb
Copy link
Contributor

@alamb alamb commented May 9, 2025

Which issue does this PR close?

N/a

Rationale for this change

We released a new version of arrow which is faster and better, so let's update it in DataFusion

What changes are included in this PR?

Update to latest arrow

Are these changes tested?

By existing tests

Are there any user-facing changes?

No

@alamb alamb added the dependencies Pull requests that update a dependency file label May 9, 2025
@alamb alamb marked this pull request as draft May 9, 2025 19:59
@github-actions github-actions bot added the sqllogictest SQL Logic Tests (.slt) label May 9, 2025
Struct([Field { name: "c0", data_type: Int32, nullable: true, dict_id: 0, dict_is_ordered: false, metadata: {} }]) Struct([Field { name: "a", data_type: Int32, nullable: true, dict_id: 0, dict_is_ordered: false, metadata: {} }, Field { name: "b", data_type: Utf8, nullable: true, dict_id: 0, dict_is_ordered: false, metadata: {} }])
Struct([Field { name: "c0", data_type: Int32, nullable: true, dict_id: 0, dict_is_ordered: false, metadata: {} }]) Struct([Field { name: "a", data_type: Int32, nullable: true, dict_id: 0, dict_is_ordered: false, metadata: {} }, Field { name: "b", data_type: Utf8, nullable: true, dict_id: 0, dict_is_ordered: false, metadata: {} }])
Struct([Field { name: "c0", data_type: Int32, nullable: true, dict_id: 0, dict_is_ordered: false, metadata: {} }]) Struct([Field { name: "a", data_type: Int32, nullable: true, dict_id: 0, dict_is_ordered: false, metadata: {} }, Field { name: "b", data_type: Utf8, nullable: true, dict_id: 0, dict_is_ordered: false, metadata: {} }])
Struct(c0 Int32) Struct(a Int32, b Utf8)
Copy link
Contributor Author

@alamb alamb May 9, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change is due to how Struct's are displayed due to

from @goldmedal ❤️

@alamb alamb changed the title Update arrow/parquet 55.1.0 Update Dependency to arrow/parquet 55.1.0 May 11, 2025
@alamb
Copy link
Contributor Author

alamb commented May 11, 2025

🤖 ./gh_compare_branch.sh Benchmark Script Running
Linux aal-dev 6.11.0-1013-gcp #13~24.04.1-Ubuntu SMP Wed Apr 2 16:34:16 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
Comparing alamb/arrow_55.1_update (28d2bfe) to e917167 diff
Benchmarks: tpch_mem clickbench_partitioned clickbench_extended
Results will be posted here when complete

@alamb
Copy link
Contributor Author

alamb commented May 11, 2025

🤖: Benchmark completed

Details

Comparing HEAD and alamb_arrow_55.1_update
--------------------
Benchmark clickbench_extended.json
--------------------
┏━━━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┓
┃ Query        ┃       HEAD ┃ alamb_arrow_55 ┃       Change ┃
┡━━━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━┩
│ QQuery 0     │  1939.57ms │      1950.57ms │    no change │
│ QQuery 1     │   705.73ms │       770.65ms │ 1.09x slower │
│ QQuery 2     │  1458.32ms │      1524.57ms │    no change │
│ QQuery 3     │   712.94ms │       700.11ms │    no change │
│ QQuery 4     │  1483.83ms │      1471.76ms │    no change │
│ QQuery 5     │ 15220.92ms │     15441.21ms │    no change │
│ QQuery 6     │  2081.81ms │      2049.23ms │    no change │
│ QQuery 7     │  2109.84ms │      2104.05ms │    no change │
└──────────────┴────────────┴────────────────┴──────────────┘
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━┓
┃ Benchmark Summary             ┃            ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━┩
│ Total Time (HEAD)             │ 25712.97ms │
│ Total Time (alamb_arrow_55)   │ 26012.14ms │
│ Average Time (HEAD)           │  3214.12ms │
│ Average Time (alamb_arrow_55) │  3251.52ms │
│ Queries Faster                │          0 │
│ Queries Slower                │          1 │
│ Queries with No Change        │          7 │
└───────────────────────────────┴────────────┘
--------------------
Benchmark clickbench_partitioned.json
--------------------
┏━━━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓
┃ Query        ┃       HEAD ┃ alamb_arrow_55 ┃        Change ┃
┡━━━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩
│ QQuery 0     │     2.68ms │         2.29ms │ +1.17x faster │
│ QQuery 1     │    35.73ms │        33.43ms │ +1.07x faster │
│ QQuery 2     │    91.06ms │        80.80ms │ +1.13x faster │
│ QQuery 3     │    98.86ms │        99.40ms │     no change │
│ QQuery 4     │   599.99ms │       586.07ms │     no change │
│ QQuery 5     │   871.20ms │       860.61ms │     no change │
│ QQuery 6     │     2.28ms │         2.43ms │  1.07x slower │
│ QQuery 7     │    39.41ms │        39.77ms │     no change │
│ QQuery 8     │   941.58ms │       912.26ms │     no change │
│ QQuery 9     │  1225.47ms │      1195.67ms │     no change │
│ QQuery 10    │   265.98ms │       275.35ms │     no change │
│ QQuery 11    │   299.19ms │       306.62ms │     no change │
│ QQuery 12    │   917.43ms │       931.11ms │     no change │
│ QQuery 13    │  1203.77ms │      1369.47ms │  1.14x slower │
│ QQuery 14    │   853.02ms │       838.70ms │     no change │
│ QQuery 15    │   827.23ms │       835.64ms │     no change │
│ QQuery 16    │  1727.22ms │      1787.92ms │     no change │
│ QQuery 17    │  1606.04ms │      1627.70ms │     no change │
│ QQuery 18    │  3108.38ms │      3221.40ms │     no change │
│ QQuery 19    │    86.81ms │        84.92ms │     no change │
│ QQuery 20    │  1161.70ms │      1145.48ms │     no change │
│ QQuery 21    │  1372.86ms │      1324.18ms │     no change │
│ QQuery 22    │  2299.74ms │      2200.61ms │     no change │
│ QQuery 23    │  8332.64ms │      8139.88ms │     no change │
│ QQuery 24    │   502.71ms │       481.84ms │     no change │
│ QQuery 25    │   411.73ms │       391.35ms │     no change │
│ QQuery 26    │   534.52ms │       537.62ms │     no change │
│ QQuery 27    │  1639.04ms │      1568.02ms │     no change │
│ QQuery 28    │ 12703.37ms │     12544.14ms │     no change │
│ QQuery 29    │   536.75ms │       520.70ms │     no change │
│ QQuery 30    │   834.36ms │       808.62ms │     no change │
│ QQuery 31    │   883.49ms │       877.59ms │     no change │
│ QQuery 32    │  2708.81ms │      2712.81ms │     no change │
│ QQuery 33    │  3402.12ms │      3376.86ms │     no change │
│ QQuery 34    │  3415.72ms │      3444.39ms │     no change │
│ QQuery 35    │  1292.33ms │      1321.35ms │     no change │
│ QQuery 36    │   127.33ms │       134.75ms │  1.06x slower │
│ QQuery 37    │    58.09ms │        56.91ms │     no change │
│ QQuery 38    │   125.47ms │       125.96ms │     no change │
│ QQuery 39    │   212.57ms │       202.05ms │     no change │
│ QQuery 40    │    50.66ms │        49.56ms │     no change │
│ QQuery 41    │    47.47ms │        46.50ms │     no change │
│ QQuery 42    │    41.19ms │        40.34ms │     no change │
└──────────────┴────────────┴────────────────┴───────────────┘
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━┓
┃ Benchmark Summary             ┃            ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━┩
│ Total Time (HEAD)             │ 57498.02ms │
│ Total Time (alamb_arrow_55)   │ 57143.10ms │
│ Average Time (HEAD)           │  1337.16ms │
│ Average Time (alamb_arrow_55) │  1328.91ms │
│ Queries Faster                │          3 │
│ Queries Slower                │          3 │
│ Queries with No Change        │         37 │
└───────────────────────────────┴────────────┘
--------------------
Benchmark tpch_mem_sf1.json
--------------------
┏━━━━━━━━━━━━━━┳━━━━━━━━━━┳━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓
┃ Query        ┃     HEAD ┃ alamb_arrow_55 ┃        Change ┃
┡━━━━━━━━━━━━━━╇━━━━━━━━━━╇━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩
│ QQuery 1     │ 122.38ms │       122.61ms │     no change │
│ QQuery 2     │  23.60ms │        23.59ms │     no change │
│ QQuery 3     │  34.71ms │        35.52ms │     no change │
│ QQuery 4     │  20.66ms │        20.08ms │     no change │
│ QQuery 5     │  55.29ms │        56.63ms │     no change │
│ QQuery 6     │  12.11ms │        12.50ms │     no change │
│ QQuery 7     │  99.59ms │       102.64ms │     no change │
│ QQuery 8     │  26.12ms │        26.99ms │     no change │
│ QQuery 9     │  61.01ms │        64.36ms │  1.05x slower │
│ QQuery 10    │  57.70ms │        56.95ms │     no change │
│ QQuery 11    │  12.87ms │        12.44ms │     no change │
│ QQuery 12    │  44.59ms │        44.56ms │     no change │
│ QQuery 13    │  31.74ms │        30.05ms │ +1.06x faster │
│ QQuery 14    │   9.79ms │        10.38ms │  1.06x slower │
│ QQuery 15    │  25.51ms │        24.99ms │     no change │
│ QQuery 16    │  23.40ms │        23.50ms │     no change │
│ QQuery 17    │  99.95ms │        97.90ms │     no change │
│ QQuery 18    │ 237.30ms │       241.47ms │     no change │
│ QQuery 19    │  27.30ms │        26.34ms │     no change │
│ QQuery 20    │  38.69ms │        37.91ms │     no change │
│ QQuery 21    │ 162.77ms │       168.19ms │     no change │
│ QQuery 22    │  16.84ms │        18.02ms │  1.07x slower │
└──────────────┴──────────┴────────────────┴───────────────┘
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━┓
┃ Benchmark Summary             ┃           ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━┩
│ Total Time (HEAD)             │ 1243.90ms │
│ Total Time (alamb_arrow_55)   │ 1257.59ms │
│ Average Time (HEAD)           │   56.54ms │
│ Average Time (alamb_arrow_55) │   57.16ms │
│ Queries Faster                │         1 │
│ Queries Slower                │         3 │
│ Queries with No Change        │        18 │
└───────────────────────────────┴───────────┘

@alamb
Copy link
Contributor Author

alamb commented May 11, 2025

🤖 ./gh_compare_branch.sh Benchmark Script Running
Linux aal-dev 6.11.0-1013-gcp #13~24.04.1-Ubuntu SMP Wed Apr 2 16:34:16 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
Comparing alamb/arrow_55.1_update (28d2bfe) to e917167 diff
Benchmarks: tpch_mem clickbench_partitioned clickbench_extended
Results will be posted here when complete

@alamb
Copy link
Contributor Author

alamb commented May 11, 2025

🤖: Benchmark completed

Details

Comparing HEAD and alamb_arrow_55.1_update
--------------------
Benchmark clickbench_extended.json
--------------------
┏━━━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┓
┃ Query        ┃       HEAD ┃ alamb_arrow_55 ┃       Change ┃
┡━━━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━┩
│ QQuery 0     │  1847.47ms │      2016.58ms │ 1.09x slower │
│ QQuery 1     │   727.12ms │       767.22ms │ 1.06x slower │
│ QQuery 2     │  1498.66ms │      1527.58ms │    no change │
│ QQuery 3     │   710.80ms │       696.36ms │    no change │
│ QQuery 4     │  1455.76ms │      1483.60ms │    no change │
│ QQuery 5     │ 15163.59ms │     15562.47ms │    no change │
│ QQuery 6     │  2072.26ms │      2055.35ms │    no change │
│ QQuery 7     │  2096.08ms │      2114.92ms │    no change │
└──────────────┴────────────┴────────────────┴──────────────┘
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━┓
┃ Benchmark Summary             ┃            ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━┩
│ Total Time (HEAD)             │ 25571.73ms │
│ Total Time (alamb_arrow_55)   │ 26224.08ms │
│ Average Time (HEAD)           │  3196.47ms │
│ Average Time (alamb_arrow_55) │  3278.01ms │
│ Queries Faster                │          0 │
│ Queries Slower                │          2 │
│ Queries with No Change        │          6 │
└───────────────────────────────┴────────────┘
--------------------
Benchmark clickbench_partitioned.json
--------------------
┏━━━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓
┃ Query        ┃       HEAD ┃ alamb_arrow_55 ┃        Change ┃
┡━━━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩
│ QQuery 0     │     2.91ms │         2.26ms │ +1.29x faster │
│ QQuery 1     │    35.87ms │        34.73ms │     no change │
│ QQuery 2     │    89.11ms │        82.23ms │ +1.08x faster │
│ QQuery 3     │    94.75ms │        97.07ms │     no change │
│ QQuery 4     │   590.43ms │       616.38ms │     no change │
│ QQuery 5     │   877.32ms │       879.77ms │     no change │
│ QQuery 6     │     2.21ms │         2.34ms │  1.06x slower │
│ QQuery 7     │    42.68ms │        39.36ms │ +1.08x faster │
│ QQuery 8     │   912.70ms │       918.78ms │     no change │
│ QQuery 9     │  1251.80ms │      1221.93ms │     no change │
│ QQuery 10    │   266.20ms │       272.15ms │     no change │
│ QQuery 11    │   303.41ms │       302.74ms │     no change │
│ QQuery 12    │   926.72ms │       926.60ms │     no change │
│ QQuery 13    │  1387.87ms │      1371.03ms │     no change │
│ QQuery 14    │   859.12ms │       844.95ms │     no change │
│ QQuery 15    │   828.90ms │       841.38ms │     no change │
│ QQuery 16    │  1759.80ms │      1753.64ms │     no change │
│ QQuery 17    │  1612.44ms │      1617.06ms │     no change │
│ QQuery 18    │  3137.66ms │      3111.22ms │     no change │
│ QQuery 19    │    85.16ms │        87.28ms │     no change │
│ QQuery 20    │  1180.66ms │      1153.31ms │     no change │
│ QQuery 21    │  1359.60ms │      1328.06ms │     no change │
│ QQuery 22    │  2298.38ms │      2183.24ms │ +1.05x faster │
│ QQuery 23    │  8527.02ms │      8163.65ms │     no change │
│ QQuery 24    │   476.94ms │       477.00ms │     no change │
│ QQuery 25    │   395.62ms │       393.54ms │     no change │
│ QQuery 26    │   538.29ms │       546.49ms │     no change │
│ QQuery 27    │  1628.47ms │      1582.39ms │     no change │
│ QQuery 28    │ 12666.46ms │     12606.38ms │     no change │
│ QQuery 29    │   529.46ms │       519.97ms │     no change │
│ QQuery 30    │   840.65ms │       810.62ms │     no change │
│ QQuery 31    │   867.81ms │       872.57ms │     no change │
│ QQuery 32    │  2700.08ms │      2691.83ms │     no change │
│ QQuery 33    │  3395.85ms │      3441.51ms │     no change │
│ QQuery 34    │  3413.66ms │      3400.73ms │     no change │
│ QQuery 35    │  1278.30ms │      1282.92ms │     no change │
│ QQuery 36    │   130.49ms │       128.07ms │     no change │
│ QQuery 37    │    56.36ms │        55.83ms │     no change │
│ QQuery 38    │   129.83ms │       126.73ms │     no change │
│ QQuery 39    │   206.59ms │       201.20ms │     no change │
│ QQuery 40    │    52.33ms │        48.97ms │ +1.07x faster │
│ QQuery 41    │    47.52ms │        45.43ms │     no change │
│ QQuery 42    │    39.96ms │        38.74ms │     no change │
└──────────────┴────────────┴────────────────┴───────────────┘
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━┓
┃ Benchmark Summary             ┃            ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━┩
│ Total Time (HEAD)             │ 57827.39ms │
│ Total Time (alamb_arrow_55)   │ 57122.10ms │
│ Average Time (HEAD)           │  1344.82ms │
│ Average Time (alamb_arrow_55) │  1328.42ms │
│ Queries Faster                │          5 │
│ Queries Slower                │          1 │
│ Queries with No Change        │         37 │
└───────────────────────────────┴────────────┘
--------------------
Benchmark tpch_mem_sf1.json
--------------------
┏━━━━━━━━━━━━━━┳━━━━━━━━━━┳━━━━━━━━━━━━━━━━┳━━━━━━━━━━━┓
┃ Query        ┃     HEAD ┃ alamb_arrow_55 ┃    Change ┃
┡━━━━━━━━━━━━━━╇━━━━━━━━━━╇━━━━━━━━━━━━━━━━╇━━━━━━━━━━━┩
│ QQuery 1     │ 128.20ms │       126.00ms │ no change │
│ QQuery 2     │  23.97ms │        24.07ms │ no change │
│ QQuery 3     │  35.22ms │        35.59ms │ no change │
│ QQuery 4     │  20.46ms │        19.88ms │ no change │
│ QQuery 5     │  57.30ms │        55.48ms │ no change │
│ QQuery 6     │  12.25ms │        12.52ms │ no change │
│ QQuery 7     │ 101.77ms │       103.47ms │ no change │
│ QQuery 8     │  26.31ms │        25.77ms │ no change │
│ QQuery 9     │  62.65ms │        62.60ms │ no change │
│ QQuery 10    │  58.49ms │        59.44ms │ no change │
│ QQuery 11    │  13.37ms │        12.85ms │ no change │
│ QQuery 12    │  45.51ms │        47.61ms │ no change │
│ QQuery 13    │  31.11ms │        30.95ms │ no change │
│ QQuery 14    │  10.34ms │        10.11ms │ no change │
│ QQuery 15    │  24.67ms │        25.73ms │ no change │
│ QQuery 16    │  23.04ms │        23.03ms │ no change │
│ QQuery 17    │ 100.54ms │       100.69ms │ no change │
│ QQuery 18    │ 236.88ms │       244.04ms │ no change │
│ QQuery 19    │  26.62ms │        26.97ms │ no change │
│ QQuery 20    │  39.49ms │        39.53ms │ no change │
│ QQuery 21    │ 174.27ms │       174.51ms │ no change │
│ QQuery 22    │  16.87ms │        17.29ms │ no change │
└──────────────┴──────────┴────────────────┴───────────┘
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━┓
┃ Benchmark Summary             ┃           ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━┩
│ Total Time (HEAD)             │ 1269.32ms │
│ Total Time (alamb_arrow_55)   │ 1278.13ms │
│ Average Time (HEAD)           │   57.70ms │
│ Average Time (alamb_arrow_55) │   58.10ms │
│ Queries Faster                │         0 │
│ Queries Slower                │         0 │
│ Queries with No Change        │        22 │
└───────────────────────────────┴───────────┘

@alamb
Copy link
Contributor Author

alamb commented May 15, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file sqllogictest SQL Logic Tests (.slt)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant