This is an automated email from the ASF dual-hosted git repository. hanahmily pushed a change to branch trace/query in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb.git
from 9b0a5ffa Improve error handling in WriteToGroup function by returning early on error from Get request. This change enhances the robustness of trace data processing. add aebb72f7 Refactor part and memory part handling in the sidx package. Update newPartWrapper to accept both part and memory part parameters, ensuring proper initialization and cleanup. No new revisions were added by this update. Summary of changes: banyand/internal/sidx/introducer.go | 4 +-- banyand/internal/sidx/metadata.go | 27 +++---------------- banyand/internal/sidx/metadata_test.go | 13 +++------ banyand/internal/sidx/part.go | 12 +++------ banyand/internal/sidx/part_test.go | 3 +-- banyand/internal/sidx/part_wrapper.go | 21 ++++++++++++--- banyand/internal/sidx/part_wrapper_test.go | 42 +++++++++++++++--------------- banyand/internal/sidx/query_result_test.go | 14 +++++----- banyand/internal/sidx/snapshot.go | 10 +++---- banyand/internal/sidx/snapshot_test.go | 4 +-- banyand/trace/write_standalone.go | 6 +++-- 11 files changed, 70 insertions(+), 86 deletions(-)