Skip to content

Commit

Permalink
Revert unwanted change
Browse files Browse the repository at this point in the history
  • Loading branch information
dbaliafroozeh committed Apr 6, 2021
1 parent 744a782 commit f404246
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,7 @@ case class BitOrAgg(child: Expression) extends BitAggregate {
> SELECT _FUNC_(col) FROM VALUES (3), (5) AS tab(col);
6
""",
group = "ag" +
"g_funcs",
group = "agg_funcs",
since = "3.0.0")
case class BitXorAgg(child: Expression) extends BitAggregate {

Expand Down

0 comments on commit f404246

Please sign in to comment.