We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OpenMLDB/java/openmldb-jdbc/src/main/java/com/_4paradigm/openmldb/jdbc/PreparedStatement.java
Lines 274 to 277 in 9389d90
currentRow may be null, check it before call GetSchema. If it's null, throw an exception.
currentRow
GetSchema
And then, Line 279 this.currentRow == null below is useless. Delete it.
this.currentRow == null
Lines 279 to 281 in 9389d90
The text was updated successfully, but these errors were encountered:
Can you please assign this to me ? I need to just put the "if codeblock" from line 279 to line 275 right?
Sorry, something went wrong.
@vighnesh-kadam i have assigned to you. You can use if to check the null according to the description above
if
vighnesh-kadam
Successfully merging a pull request may close this issue.
OpenMLDB/java/openmldb-jdbc/src/main/java/com/_4paradigm/openmldb/jdbc/PreparedStatement.java
Lines 274 to 277 in 9389d90
currentRow
may be null, check it before callGetSchema
. If it's null, throw an exception.And then, Line 279
this.currentRow == null
below is useless. Delete it.OpenMLDB/java/openmldb-jdbc/src/main/java/com/_4paradigm/openmldb/jdbc/PreparedStatement.java
Lines 279 to 281 in 9389d90
The text was updated successfully, but these errors were encountered: