Skip to content

Commit

Permalink
exclude build
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Ye <[email protected]>
  • Loading branch information
yeya24 committed Oct 23, 2023
1 parent 485ae74 commit d63c4c1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions integration/query_fuzz_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,9 @@ func TestVerticalShardingFuzz(t *testing.T) {
for {
expr = ps.WalkRangeQuery()
if a, ok := expr.(*parser.AggregateExpr); ok && len(a.Grouping) == 0 && !a.Without {
if a.Op == parser.TOPK || a.Op == parser.BOTTOMK {
continue
}
qa, err := analyzer.Analyze(a.Expr.String())
require.NoError(t, err)
// Let's focus on outer query not shardable but inner query shardable case.
Expand Down

0 comments on commit d63c4c1

Please sign in to comment.