Skip to content

Commit

Permalink
fix errors
Browse files Browse the repository at this point in the history
  • Loading branch information
kanha-gupta committed Jun 8, 2023
1 parent a287406 commit 14aea7d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
* Window converter.
*/
public final class WindowConverter implements SQLSegmentConverter<WindowSegment, SqlNodeList> {

@Override
public Optional<SqlNodeList> convert(final WindowSegment segment) {
SqlIdentifier sqlIdentifier = new SqlIdentifier(segment.getIdentifierValue().getValue(), SqlParserPos.ZERO);
Expand All @@ -44,3 +44,4 @@ public Optional<SqlNodeList> convert(final WindowSegment segment) {
return Optional.of(result);
}
}

0 comments on commit 14aea7d

Please sign in to comment.