Skip to content

Commit 3c537c1

Browse files
committed
remove
1 parent 6e540c1 commit 3c537c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fdb-relational-core/src/test/java/com/apple/foundationdb/relational/recordlayer/query/StandardQueryTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -880,7 +880,7 @@ void aliasingTableToResolveAmbiguityWorks() throws Exception {
880880
}
881881
}
882882
}
883-
883+
884884
@Test
885885
void testBitmap() throws Exception {
886886
final String query = "SELECT BITMAP_CONSTRUCT_AGG(BITMAP_BIT_POSITION(uid)) as bitmap, category, BITMAP_BUCKET_OFFSET(uid) as offset FROM T1\n" +

0 commit comments

Comments
 (0)