Skip to content

Commit c96b615

Browse files
shivusondurHyukjinKwon
authored andcommitted
[SPARK-28390][SQL][PYTHON][TESTS][FOLLOW-UP] Update the TODO with actual blocking JIRA IDs
## What changes were proposed in this pull request? only todo message updated. Need to add udf() for GroupBy Tests, after resolving following jira [SPARK-28386] and [SPARK-26741] ## How was this patch tested? NA, only TODO message updated. Closes apache#25415 from shivusondur/jiraFollowup. Authored-by: shivusondur <[email protected]> Signed-off-by: HyukjinKwon <[email protected]>
1 parent 4ddad79 commit c96b615

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

+1-1
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)