This is an automated email from the ASF dual-hosted git repository. hanahmily pushed a commit to branch bug-empty-mints in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb.git
commit c0d3b714fdb5923a4c8a4c455834df86a1f5209f Author: Hongtao Gao <[email protected]> AuthorDate: Fri Apr 10 11:24:22 2026 +0000 chore: fix lint issues --- banyand/internal/sidx/sync_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/banyand/internal/sidx/sync_test.go b/banyand/internal/sidx/sync_test.go index 0d73d0f64..1bf4221b5 100644 --- a/banyand/internal/sidx/sync_test.go +++ b/banyand/internal/sidx/sync_test.go @@ -163,4 +163,3 @@ func TestStreamingParts_Timestamps(t *testing.T) { assert.Equal(t, int64(1800001000), parts[1].MaxTimestamp) }) } -
