BlogDocs

fix: Do not check dtypes of non-projected columns for parquet(#19254)

Merged
Comparing
nameexhaustion:allow-missing-cols-dtype
(
e3820bb
) with
main
(
bd126d5
)
0%
IMPROVEMENTS
0
REGRESSIONS
0
UNTOUCHED
41
NEW
0
DROPPED
0
IGNORED
1

Benchmarks

Passed

test_groupby_h2oai_q4
py-polars/tests/benchmark/test_group_by.py::test_groupby_h2oai_q4
+9%
2.4 ms
2.2 ms
test_pdsh_q14
py-polars/tests/benchmark/test_pdsh.py::test_pdsh_q14
+9%
2.2 ms
2 ms
test_pdsh_q11
py-polars/tests/benchmark/test_pdsh.py::test_pdsh_q11
+7%
4 ms
3.8 ms
test_groupby_h2oai_q10
py-polars/tests/benchmark/test_group_by.py::test_groupby_h2oai_q10
+4%
6.6 ms
6.3 ms
test_pdsh_q2
py-polars/tests/benchmark/test_pdsh.py::test_pdsh_q2
+4%
3.7 ms
3.6 ms
test_groupby_h2oai_q7
py-polars/tests/benchmark/test_group_by.py::test_groupby_h2oai_q7
+3%
2.2 ms
2.2 ms
test_pdsh_q17
py-polars/tests/benchmark/test_pdsh.py::test_pdsh_q17
+3%
6.9 ms
6.6 ms
test_pdsh_q18
py-polars/tests/benchmark/test_pdsh.py::test_pdsh_q18
+3%
11.8 ms
11.5 ms
test_pdsh_q10
py-polars/tests/benchmark/test_pdsh.py::test_pdsh_q10
+3%
6.3 ms
6.1 ms
test_groupby_h2oai_q5
py-polars/tests/benchmark/test_group_by.py::test_groupby_h2oai_q5
+2%
2.2 ms
2.1 ms
test_pdsh_q6
py-polars/tests/benchmark/test_pdsh.py::test_pdsh_q6
+2%
2 ms
1.9 ms
test_groupby_h2oai_q6
py-polars/tests/benchmark/test_group_by.py::test_groupby_h2oai_q6
+2%
12.7 ms
12.4 ms
test_filter1
py-polars/tests/benchmark/test_filter.py::test_filter1
+2%
774.4 µs
762.8 µs
test_pdsh_q13
py-polars/tests/benchmark/test_pdsh.py::test_pdsh_q13
+1%
10.1 ms
10 ms
test_groupby_h2oai_q3
py-polars/tests/benchmark/test_group_by.py::test_groupby_h2oai_q3
+1%
2.4 ms
2.4 ms
test_groupby_h2oai_q8
py-polars/tests/benchmark/test_group_by.py::test_groupby_h2oai_q8
+1%
3.2 ms
3.2 ms
test_pdsh_q1
py-polars/tests/benchmark/test_pdsh.py::test_pdsh_q1
+1%
16.8 ms
16.6 ms
test_pdsh_q9
py-polars/tests/benchmark/test_pdsh.py::test_pdsh_q9
+1%
25.7 ms
25.4 ms
test_pdsh_q22
py-polars/tests/benchmark/test_pdsh.py::test_pdsh_q22
+1%
6.8 ms
6.8 ms
test_strict_inequalities
py-polars/tests/benchmark/test_join_where.py::test_strict_inequalities
+1%
169.9 ms
168.8 ms
test_to_numpy_series_zero_copy
py-polars/tests/benchmark/interop/test_numpy.py::test_to_numpy_series_zero_copy
0%
123.7 µs
123.3 µs
test_to_numpy_series_chunked
py-polars/tests/benchmark/interop/test_numpy.py::test_to_numpy_series_chunked
0%
269.9 µs
269.3 µs
test_non_strict_inequalities
py-polars/tests/benchmark/test_join_where.py::test_non_strict_inequalities
0%
174.1 ms
173.8 ms
test_to_numpy_series_with_nulls
py-polars/tests/benchmark/interop/test_numpy.py::test_to_numpy_series_with_nulls
0%
435.1 µs
434.4 µs
test_groupby_h2oai_q9
py-polars/tests/benchmark/test_group_by.py::test_groupby_h2oai_q9
0%
27.7 ms
27.8 ms
test_pdsh_q21
py-polars/tests/benchmark/test_pdsh.py::test_pdsh_q21
0%
213 ms
213.2 ms
test_pdsh_q16
py-polars/tests/benchmark/test_pdsh.py::test_pdsh_q16
0%
7.1 ms
7.2 ms
test_groupby_h2oai_q1
py-polars/tests/benchmark/test_group_by.py::test_groupby_h2oai_q1
0%
2.5 ms
2.5 ms
test_pdsh_q19
py-polars/tests/benchmark/test_pdsh.py::test_pdsh_q19
-1%
7.5 ms
7.5 ms
test_write_read_scan_large_csv
py-polars/tests/benchmark/test_io.py::test_write_read_scan_large_csv
-1%
37.6 ms
37.9 ms
test_pdsh_q15
py-polars/tests/benchmark/test_pdsh.py::test_pdsh_q15
-1%
2.5 ms
2.6 ms
test_pdsh_q20
py-polars/tests/benchmark/test_pdsh.py::test_pdsh_q20
-1%
6.1 ms
6.1 ms
test_pdsh_q8
py-polars/tests/benchmark/test_pdsh.py::test_pdsh_q8
-1%
5.3 ms
5.4 ms
test_pdsh_q12
py-polars/tests/benchmark/test_pdsh.py::test_pdsh_q12
-1%
6 ms
6.1 ms
test_pdsh_q7
py-polars/tests/benchmark/test_pdsh.py::test_pdsh_q7
-2%
9.8 ms
9.9 ms
test_pdsh_q4
py-polars/tests/benchmark/test_pdsh.py::test_pdsh_q4
-3%
4.7 ms
4.8 ms
test_groupby_h2oai_q2
py-polars/tests/benchmark/test_group_by.py::test_groupby_h2oai_q2
-4%
4.4 ms
4.6 ms
test_single_inequality
py-polars/tests/benchmark/test_join_where.py::test_single_inequality
-4%
77.3 ms
80.7 ms
test_pdsh_q5
py-polars/tests/benchmark/test_pdsh.py::test_pdsh_q5
-5%
4.9 ms
5.2 ms
test_datetime_range_fast_slow_paths
py-polars/tests/unit/functions/range/test_datetime_range.py::test_datetime_range_fast_slow_paths
-7%
328.1 ms
351 ms
test_pdsh_q3
py-polars/tests/benchmark/test_pdsh.py::test_pdsh_q3
-10%
5.8 ms
6.4 ms

Ignored

test_filter2Ignored
py-polars/tests/benchmark/test_filter.py::test_filter2
-1%
1.1 ms
1.1 ms

Commits

Click on a commit to change the comparison range
base
main
bd126d5
0%
c
e3820bb
6 days ago
by nameexhaustion
ResourcesHomePricingDocsBlogGitHubChangelog
Copyright © 2024 CodSpeed Technology SAS. All rights reserved.