#9824·dgraph

被遗弃的发布列表分割部分在删除、合并和压缩后仍然保持有效

作者: KeisukeYamashita创建于 2026年9月4日更新于 2026年9月4日
标签bug

/*

  • SPDX-FileCopyrightText: © 2017-2026 Istari Digital, Inc.
  • SPDX-License-Identifier: Apache-2.0 */

package posting

import ( "bytes" "context" "fmt" "math" "reflect" "testing"

"GitHub.com/dgraph-io/badger/v4"
bpb "GitHub.com/dgraph-io/badger/v4/pb"
"GitHub.com/dgraph-io/dgo/v250/protos/api"
"GitHub.com/dgraph-io/dgraph/v25/codec"
"GitHub.com/dgraph-io/dgraph/v25/protos/pb"
"GitHub.com/dgraph-io/dgraph/v25/x"
"GitHub.com/dgraph-io/ristretto/v2/z"

内容来源: dgraph-io/dgraph