mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-06 17:18:35 +08:00
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>