zhagnlu 1654b4cdc3
fix: [2.6] add null check for packed_writer_ in JsonStatsParquetWrite… (#45376)
fix: [2.6] add null check for packed_writer_ in
JsonStatsParquetWriter::Close() (#45158) (#45176)
Cherry-pick from master
Related to #45157
Fix a bug where DataNode panics when building json stats index throws an
exception before the writer is initialized. The destructor would call
Close() on an uninitialized packed_writer_ pointer, causing a null
pointer dereference.

fix: fix bug for shredding json when empty but not null json (#45214)

pr: #45221

fix: not use json_shredding for json path is null (#45311)

pr: #45310

Signed-off-by: luzhang <luzhang@zilliz.com>
Co-authored-by: congqixia <congqi.xia@zilliz.com>
Co-authored-by: luzhang <luzhang@zilliz.com>
2025-11-07 14:13:35 +08:00
..
2021-11-16 15:41:11 +08:00