| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
/gcbrun |
Sorry, something went wrong.
|
/gcbrun |
Sorry, something went wrong.
There was a problem hiding this comment.
Looks good! Some nits.
Sorry, something went wrong.
| ServerStream<ReadRowsResponse> stream = client.readRowsCallable().call(readRowsRequest); | ||
| for (ReadRowsResponse response : stream) { | ||
| Preconditions.checkState(response.hasArrowRecordBatch()); | ||
| rowCount += response.getRowCount(); |
There was a problem hiding this comment.
validate the value?
Sorry, something went wrong.
There was a problem hiding this comment.
Added validation.
Sorry, something went wrong.
|
|
||
| JSONObject row3 = new JSONObject(); | ||
| JSONObject rangeDate3 = new JSONObject(); | ||
| rangeDate3.put("start", 18262); |
There was a problem hiding this comment.
test date as a string?
Sorry, something went wrong.
There was a problem hiding this comment.
Updated to use string values.
Sorry, something went wrong.
…eJSONStreamWriter
…eJSONStreamWriter
|
/gcbrun |
Sorry, something went wrong.
There was a problem hiding this comment.
@yirutang
Thanks for the review. I've updated the PR with the suggestions. PTAL.
Sorry, something went wrong.
|
|
||
| JSONObject row3 = new JSONObject(); | ||
| JSONObject rangeDate3 = new JSONObject(); | ||
| rangeDate3.put("start", 18262); |
There was a problem hiding this comment.
Updated to use string values.
Sorry, something went wrong.
| ServerStream<ReadRowsResponse> stream = client.readRowsCallable().call(readRowsRequest); | ||
| for (ReadRowsResponse response : stream) { | ||
| Preconditions.checkState(response.hasArrowRecordBatch()); | ||
| rowCount += response.getRowCount(); |
There was a problem hiding this comment.
Added validation.
Sorry, something went wrong.
|
/gcbrun |
Sorry, something went wrong.
|
/gcbrun |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
Fixes #2481 ☕️