Skip to content

Commit

Permalink
beam-sql-udf-doc-mistake (#32019)
Browse files Browse the repository at this point in the history
  • Loading branch information
yyfhust authored Jul 30, 2024
1 parent 89d5e2f commit 98f8b86
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ public static class SquareSum extends CombineFn<Integer, Integer, Integer> {
String sql =
"SELECT f_int1, squaresum(f_int2) "
+ "FROM PCOLLECTION "
+ "GROUP BY f_int2";
+ "GROUP BY f_int1";

// Create and apply the PTransform representing the query.
// Register the UDAFs used in the query by calling '.registerUdaf()' by
Expand Down

0 comments on commit 98f8b86

Please sign in to comment.