-
Notifications
You must be signed in to change notification settings - Fork 920
New issue
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
[REVIEW] Handle double quote and escape character in json #6296
[REVIEW] Handle double quote and escape character in json #6296
Conversation
Please update the changelog in order to start CI tests. View the gpuCI docs here. |
…rgsl888prabhu/cudf into 6270_fix_read_json_double_quote
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just some comments to be fixed
…270_fix_read_json_double_quote
Codecov Report
@@ Coverage Diff @@
## branch-0.16 #6296 +/- ##
===============================================
+ Coverage 83.16% 83.18% +0.02%
===============================================
Files 90 90
Lines 14692 14693 +1
===============================================
+ Hits 12218 12222 +4
+ Misses 2474 2471 -3
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pytest lgtm
…270_fix_read_json_double_quote
…rgsl888prabhu/cudf into 6270_fix_read_json_double_quote
) * Change to handle escape char in case of json * CHANGELOG.md * little modification in test case * style changes :) * review changes * remove build.sh changes * review changes * review changes to add more tests * Update cpp/src/io/json/reader_impl.cu Co-authored-by: David <[email protected]> Co-authored-by: David <[email protected]>
closes #6270