github.com/treeverse/lakefs@v1.24.1-0.20240520134607-95648127bfb0/clients/spark/src/test/resources/pebble-testdata/reader/bloom (about)

     1  build
     2  a.SET.1:A
     3  aa.SET.2:AA
     4  aaa.SET.3:AAA
     5  aaaa.SET.4:AAAA
     6  b.SET.5:B
     7  ----
     8  
     9  get
    10  b
    11  ab
    12  a
    13  aaa
    14  aa
    15  aaaa
    16  ----
    17  B
    18  <err: pebble: not found>
    19  A
    20  AAA
    21  AA
    22  AAAA