Skip to content

Commit

Permalink
[Ignore][testPr]
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-skumbham committed Oct 3, 2023
1 parent a1ba3d1 commit c738d32
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/java/net/snowflake/client/core/SFStatement.java
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,9 @@ public long getConservativeMemoryLimit() {
}

/**
* Return an array of child query ID for the given query ID.
* Return an array of child
*
* query ID for the given query ID.
*
* <p>If the given query ID is for a multiple statements query, it returns an array of its child
* statements, otherwise, it returns an array to include the given query ID.
Expand Down

0 comments on commit c738d32

Please sign in to comment.