Uh oh!
There was an error while loading. Please reload this page.
[feat](func) any function supports json - #50311
Conversation
felixwluo
commented
Apr 22, 2025
run buildall |
Thearas
commented
Apr 22, 2025
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
felixwluo
commented
Apr 22, 2025
run buildall |
doris-robot
commented
Apr 22, 2025
TPC-H: Total hot run time: 34128 ms |
doris-robot
commented
Apr 22, 2025
TPC-DS: Total hot run time: 186283 ms |
doris-robot
commented
Apr 22, 2025
ClickBench: Total hot run time: 29.68 s |
hello-stephen
commented
Apr 22, 2025
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
hello-stephen
commented
Apr 22, 2025
BE Regression P0 && UT Coverage ReportIncrement line coverage Increment coverage report
|
felixwluo
commented
Apr 23, 2025
run external |
| /** For JSON values. Similar to SingleValueDataString but specifically for JSON binary format. | ||
| */ | ||
| struct SingleValueDataJsonb { |
| AggregateFunctionsSingleValue<Data<SingleValueDataString>>>(argument_types, | ||
| result_is_nullable); | ||
| } | ||
| if (which.idx == TypeIndex::JSONB) { |
There was a problem hiding this comment.
min/max is also register by this create_aggregate_function_single_value function,
maybe have error for min/max?
| } | ||
| }; | ||
| /** For JSON values. Similar to SingleValueDataString but specifically for JSON binary format. |
There was a problem hiding this comment.
SingleValueDataJsonb code seems is same with SingleValueDataString,
so if use SingleValueDataString for json type,
what problem is report?
felixwluo
commented
Apr 23, 2025
run buildall |
doris-robot
commented
Apr 23, 2025
TPC-H: Total hot run time: 33889 ms |
doris-robot
commented
Apr 23, 2025
TPC-DS: Total hot run time: 185289 ms |
doris-robot
commented
Apr 23, 2025
ClickBench: Total hot run time: 29.54 s |
felixwluo
commented
Apr 24, 2025
run p0 |
felixwluo
commented
Apr 24, 2025
run buildall |
doris-robot
commented
Apr 24, 2025
TPC-H: Total hot run time: 33997 ms |
doris-robot
commented
Apr 24, 2025
TPC-DS: Total hot run time: 189739 ms |
doris-robot
commented
Apr 24, 2025
ClickBench: Total hot run time: 30.02 s |
hello-stephen
commented
Apr 24, 2025
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
hello-stephen
commented
Apr 24, 2025
BE Regression P0 && UT Coverage ReportIncrement line coverage Increment coverage report
|
felixwluo
commented
Apr 27, 2025
run buildall |
PR approved by at least one committer and no changes requested. |
felixwluo
commented
Apr 27, 2025
run cloud_p0 |
felixwluo
commented
Apr 27, 2025
run p0 |
hello-stephen
commented
Apr 27, 2025
BE Regression P0 && UT Coverage ReportIncrement line coverage Increment coverage report
|
felixwluo
commented
Apr 27, 2025
run buildall |
doris-robot
commented
Apr 27, 2025
TPC-H: Total hot run time: 34116 ms |
doris-robot
commented
Apr 27, 2025
TPC-DS: Total hot run time: 185467 ms |
doris-robot
commented
Apr 27, 2025
ClickBench: Total hot run time: 29.32 s |
doris-robot
commented
Apr 27, 2025
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
hello-stephen
commented
Apr 27, 2025
BE Regression P0 && UT Coverage ReportIncrement line coverage Increment coverage report
|
hello-stephen
commented
Apr 28, 2025
BE Regression P0 && UT Coverage ReportIncrement line coverage Increment coverage report
|
What problem does this PR solve?
Problem Summary:
Make any function support json.
Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)