-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
[Feature](JsonReader) support sepecify $.
as root column in json path
#38213
Conversation
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
TPC-H: Total hot run time: 39598 ms
|
TPC-DS: Total hot run time: 174941 ms
|
ClickBench: Total hot run time: 30.5 s
|
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
TPC-H: Total hot run time: 40097 ms
|
TPC-DS: Total hot run time: 172820 ms
|
ClickBench: Total hot run time: 30.61 s
|
``` curl --location-trusted -u root: -T value.json -H "read_json_by_line:true" -H "format:json" -H "max_filter_ratio:0.5" -H "jsonpaths: [\"$.id\", \"$.entity_id\", \"$.\"]" http://127.0.0.1:8149/api/regression_test/records/_stream_load ```
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
TPC-H: Total hot run time: 39634 ms
|
TPC-DS: Total hot run time: 174042 ms
|
ClickBench: Total hot run time: 30.32 s
|
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.
LGTM
PR approved by anyone and no changes requested. |
run buildall |
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
2 similar comments
clang-tidy review says "All clean, LGTM! 👍" |
clang-tidy review says "All clean, LGTM! 👍" |
TPC-H: Total hot run time: 39078 ms
|
TPC-DS: Total hot run time: 171702 ms
|
ClickBench: Total hot run time: 30.43 s
|
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.
LGTM
PR approved by at least one committer and no changes requested. |
…th (apache#38213) ``` curl --location-trusted -u root: -T value.json -H "read_json_by_line:true" -H "format:json" -H "max_filter_ratio:0.5" -H "jsonpaths: [\"$.id\", \"$.entity_id\", \"$.\"]" http://127.0.0.1:8149/api/regression_test/records/_stream_load ```
…th (apache#38213) ``` curl --location-trusted -u root: -T value.json -H "read_json_by_line:true" -H "format:json" -H "max_filter_ratio:0.5" -H "jsonpaths: [\"$.id\", \"$.entity_id\", \"$.\"]" http://127.0.0.1:8149/api/regression_test/records/_stream_load ```
Proposed changes
Issue Number: close #xxx