phillipleblanc commented on code in PR #2072:
URL:
https://github.com/apache/datafusion-ballista/pull/2072#discussion_r3599845341
##########
benchmarks/src/bin/tpcds.rs:
##########
@@ -65,18 +65,10 @@ const SKIP: &[(usize, &str)] = &[
// Distributed execution diverges from single-process DataFusion on the
same
// data (confirmed reproducible; DataFusion is correct under both join
modes).
// See https://github.com/apache/datafusion-ballista/issues/2046
- (
Review Comment:
🥳
##########
docs/source/upgrading/55.0.0.md:
##########
@@ -0,0 +1,73 @@
+<!---
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements. See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied. See the License for the
+ specific language governing permissions and limitations
+ under the License.
+-->
+
+# Upgrade Guides
+
+## Ballista 55.0.0
+
+**Note:** Ballista `55.0.0` has not been released yet. The information provided
+in this section pertains to features and changes that have already been merged
+to the main branch and are awaiting release in this version.
+
+### Planner and execution behavior changes
+
+#### `SortMergeJoinExec` is no longer converted to a broadcast join
+
+`54.0.0` added a static-planner rewrite that converted a `SortMergeJoinExec`
Review Comment:
Do you think this is worth a patch release on 54 to fix?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]