Closed wyb closed 1 day ago
:white_check_mark: pass : 0 / 0 (0%)
:white_check_mark: pass : 0 / 0 (0%)
:x: fail : 122 / 168 (72.62%)
path | covered_line | new_line | coverage | not_covered_line_detail | |
---|---|---|---|---|---|
:large_blue_circle: | be/src/formats/avro/binary_column.cpp | 122 | 168 | 72.62% | [213, 218, 219, 220, 221, 222, 224, 225, 230, 238, 243, 244, 245, 246, 248, 249, 254, 262, 274, 282, 297, 306, 307, 308, 309, 310, 312, 313, 318, 326, 340, 347, 359, 364, 365, 423, 424, 431, 432, 433, 487, 488, 495, 496, 497, 505] |
@Mergifyio backport branch-3.3
backport branch-3.3
https://github.com/Mergifyio backport branch-3.4
backport branch-3.4
backport branch-3.4
cancelled because of a new backport
command with different argumentshttps://github.com/Mergifyio backport branch-3.4
backport branch-3.4
Why I'm doing:
schema:
avro
avro_value_to_json
result:{"id": 1, "name": "Alice", "email": {"email2": {"x": {"int": 1}, "y": {"string": "alice@example.com"}}}}
What I'm doing:
add a new function to convert avro values to JSON strings while ignoring union type tags.
{"id":1,"name":"Alice","email":{"x":1,"y":"alice@example.com"}}
add a new config
avro_ignore_union_type_tag
and modify existing functions to use this new conversion method based on the config.Fixes #issue
What type of PR is this:
Does this PR entail a change in behavior?
If yes, please specify the type of change:
Checklist:
Bugfix cherry-pick branch check: