BlogDocs

[BUG] Fix join errors with same key name joins (resolves #2649)(#2877)

Merged
Merging
anmolsingh20:fix_same_key_name_join_errors_2649
(
1f661b4
) into
main
(
fe4553f
)
-1%
IMPROVEMENTS
0
REGRESSIONS
0
UNTOUCHED
17
NEW
0
DROPPED
0
IGNORED
1

Benchmarks

Passed

test_tpch[1-in-memory-native-5]
tests/benchmarks/test_local_tpch.py::test_tpch[1-in-memory-native-5]
+1%
375.6 ms
372.6 ms
test_iter_rows_first_row[1 Small File]
tests/benchmarks/test_interactive_reads.py::test_iter_rows_first_row[1 Small File]
+1%
96.4 ms
95.9 ms
test_tpch[1-in-memory-native-6]
tests/benchmarks/test_local_tpch.py::test_tpch[1-in-memory-native-6]
0%
29 ms
29 ms
test_tpch[1-in-memory-native-2]
tests/benchmarks/test_local_tpch.py::test_tpch[1-in-memory-native-2]
0%
95.4 ms
95.4 ms
test_tpch[1-in-memory-native-10]
tests/benchmarks/test_local_tpch.py::test_tpch[1-in-memory-native-10]
0%
193.6 ms
193.7 ms
test_tpch[1-in-memory-native-9]
tests/benchmarks/test_local_tpch.py::test_tpch[1-in-memory-native-9]
0%
363.8 ms
364.6 ms
test_iter_rows_first_row[100 Small Files]
tests/benchmarks/test_interactive_reads.py::test_iter_rows_first_row[100 Small Files]
0%
8.9 s
8.9 s
test_tpch[1-in-memory-native-4]
tests/benchmarks/test_local_tpch.py::test_tpch[1-in-memory-native-4]
0%
142.9 ms
143.6 ms
test_explain[100 Small Files]
tests/benchmarks/test_interactive_reads.py::test_explain[100 Small Files]
-1%
6.9 ms
7 ms
test_tpch[1-in-memory-native-3]
tests/benchmarks/test_local_tpch.py::test_tpch[1-in-memory-native-3]
-1%
137.4 ms
138.3 ms
test_tpch[1-in-memory-native-8]
tests/benchmarks/test_local_tpch.py::test_tpch[1-in-memory-native-8]
-1%
330.8 ms
333.3 ms
test_tpch[1-in-memory-native-1]
tests/benchmarks/test_local_tpch.py::test_tpch[1-in-memory-native-1]
-1%
440.3 ms
443.6 ms
test_count[100 Small Files]
tests/benchmarks/test_interactive_reads.py::test_count[100 Small Files]
-1%
126 ms
127.3 ms
test_tpch[1-in-memory-native-7]
tests/benchmarks/test_local_tpch.py::test_tpch[1-in-memory-native-7]
-2%
129.9 ms
133 ms
test_show[100 Small Files]
tests/benchmarks/test_interactive_reads.py::test_show[100 Small Files]
-4%
16.2 ms
16.8 ms
test_count[1 Small File]
tests/benchmarks/test_interactive_reads.py::test_count[1 Small File]
-4%
4.1 ms
4.3 ms
test_show[1 Small File]
tests/benchmarks/test_interactive_reads.py::test_show[1 Small File]
-5%
12.8 ms
13.4 ms

Ignored

test_explain[1 Small File]Ignored
tests/benchmarks/test_interactive_reads.py::test_explain[1 Small File]
-7%
1.8 ms
1.9 ms

Commits

Click on a commit to change the comparison range
base
main
fe4553f
0%
[BUG] Fix join errors with same key name joins (resolves #2649) The issue fixed here had a workaround previously - aliasing the duplicate column name. This is not needed anymore as the aliasing is performed under the hood, taking care of uniqueness of individual column keys to avoid the duplicate issue.
111995e
24 days ago
-1%
Renaming join keys except when they are same key name column expressions Rename join keys except when they share the same key name and are Column expression types; include original expression name in the renamed expression.
1f661b4
12 days ago
ResourcesHomePricingDocsBlogGitHubChangelog
Copyright © 2024 CodSpeed Technology SAS. All rights reserved.