Skip to content

Commit dd41b26

Browse files
committed
Only TODO message updated
1 parent 37eedf6 commit dd41b26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/core/src/test/resources/sql-tests/inputs/udf/pgSQL/udf-select_having.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
-- https://github.com/postgres/postgres/blob/REL_12_BETA2/src/test/regress/sql/select_having.sql
77
--
88
-- This test file was converted from inputs/pgSQL/select_having.sql
9-
-- TODO: We should add UDFs in GROUP BY clause when [SPARK-28445] is resolved.
9+
-- TODO: We should add UDFs in GROUP BY clause when [SPARK-28386] and [SPARK-26741] is resolved.
1010

1111
-- load test data
1212
CREATE TABLE test_having (a int, b int, c string, d string) USING parquet;

0 commit comments

Comments
 (0)