Skip to content

Commit 3ef2ec4

Browse files
committed
review comments
Signed-off-by: MBWhite <whitemat@uk.ibm.com>
1 parent 93ce755 commit 3ef2ec4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,14 +84,14 @@ public class SubstraitRelVisitor extends RelNodeVisitor<Rel, RuntimeException> {
8484

8585
private Map<RexFieldAccess, Integer> fieldAccessDepthMap;
8686

87-
/** Use {@link SubstraitRelVisitor#SubstraitRelVisitor(ConverterProvider)} */
88-
@Deprecated
8987
/**
9088
* Creates a new SubstraitRelVisitor with the specified type factory and extensions.
9189
*
9290
* @param typeFactory the Calcite type factory
9391
* @param extensions the Substrait extension collection
92+
* @deprecated Use {@link SubstraitRelVisitor#SubstraitRelVisitor(ConverterProvider)}
9493
*/
94+
@Deprecated
9595
public SubstraitRelVisitor(
9696
RelDataTypeFactory typeFactory, SimpleExtension.ExtensionCollection extensions) {
9797
this(new ConverterProvider(extensions, typeFactory));

0 commit comments

Comments
 (0)