Skip to content

Commit 6d966b6

Browse files
committed
fix: submodule
Signed-off-by: MBWhite <whitemat@uk.ibm.com>
1 parent e696632 commit 6d966b6

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

isthmus/src/main/java/io/substrait/isthmus/OuterReferenceResolver.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public OuterReferenceResolver() {
4141
nestedDepth = new HashMap<>();
4242
fieldAccessDepthMap = new IdentityHashMap<>();
4343
}
44-
44+
4545
/**
4646
* Applies the resolver to a {@link RelNode} tree, computing the depth map.
4747
*

isthmus/src/main/java/io/substrait/isthmus/expression/FunctionConverter.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,8 @@ public FunctionConverter(
158158

159159
/**
160160
* Resolves a Calcite {@link SqlOperator} from a Substrait function key (Substrait → Calcite).
161-
* <p>
162-
* Given a Substrait function key (e.g., "concat:str_str") and output type, this method finds
161+
*
162+
* <p>Given a Substrait function key (e.g., "concat:str_str") and output type, this method finds
163163
* the corresponding Calcite {@link SqlOperator}. When multiple operators match, the output type
164164
* is used to disambiguate.
165165
*

isthmus/src/main/java/io/substrait/isthmus/expression/FunctionMappings.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,6 @@ public class FunctionMappings {
140140
.addAll(AGGREGATE_SIGS)
141141
.build();
142142

143-
144143
/** Type-based resolvers to disambiguate Calcite operators by expected output type. */
145144
public static final Map<SqlOperator, TypeBasedResolver> OPERATOR_RESOLVER =
146145
Map.of(

0 commit comments

Comments
 (0)