Tags: libing8719/starrocks
Tags
Fix: set scan_ranges after preparing node (StarRocks#3738) (StarRocks… …#3746)
fix default delimiter for textfile (StarRocks#3640) (StarRocks#3673)
Add primary index memory usage stats to webui; add more info in error… … logging (StarRocks#2826)
Cherry-pick bugfix to 1.19 (StarRocks#2730) * Fix routine load not working with quoted jsonpath (StarRocks#2504) Fix StarRocks#2488 mysql mysql supports a kind of escaping. SELECT "Pat O""Hanrahan & <Matthew Eldridge]""" -> Pat O"Hanrahan & <Matthew Eldridge]" to support this. all STRING_LITERAL affect by this feature. but for routine load parse json config does not need this feature. it needs "jsonpaths"="["$.k1","$.k2.\"k2.1\""]" -> "$.k2."k2.1"" so I move embedded double quota to select literal. * Upgrade protobuf-java due to CVE-2021-22569 (StarRocks#2691)
Add mem check in fetch partition data (StarRocks#2385) (StarRocks#2387)
PreviousNext