Skip to content

Commit

Permalink
Format code
Browse files Browse the repository at this point in the history
  • Loading branch information
zihaoAK47 committed Oct 15, 2023
1 parent 711f020 commit 90f67f5
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,9 @@ public Collection<Object[]> getModifiableCollection() {
}

@Override
public TableModify toModificationRel(final RelOptCluster relOptCluster, final RelOptTable relOptTable, final Prepare.CatalogReader catalogReader,
final RelNode relNode, final TableModify.Operation operation, final List<String> updateColumnList, final List<RexNode> sourceExpressionList, final boolean flattened) {
public TableModify toModificationRel(final RelOptCluster relOptCluster, final RelOptTable relOptTable, final Prepare.CatalogReader catalogReader,
final RelNode relNode, final TableModify.Operation operation, final List<String> updateColumnList,
final List<RexNode> sourceExpressionList, final boolean flattened) {
return LogicalTableModify.create(relOptTable, catalogReader, relNode, operation, updateColumnList, sourceExpressionList, flattened);
}
}

0 comments on commit 90f67f5

Please sign in to comment.