[
https://issues.apache.org/jira/browse/FLINK-7051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16220522#comment-16220522
]
ASF GitHub Bot commented on FLINK-7051:
---------------------------------------
Github user fhueske commented on a diff in the pull request:
https://github.com/apache/flink/pull/4873#discussion_r147154899
--- Diff:
flink-libraries/flink-table/src/test/scala/org/apache/flink/table/api/batch/sql/AggregateTest.scala
---
@@ -208,29 +208,29 @@ class AggregateTest extends TableTestBase {
val sqlQuery = "SELECT b, c, avg(a) as a, GROUP_ID() as g FROM MyTable
" +
"GROUP BY GROUPING SETS (b, c)"
- val aggregate = unaryNode(
- "DataSetCalc",
- binaryNode(
- "DataSetUnion",
+ val aggregate = binaryNode(
--- End diff --
The Grouping Set tests in this file are identical to those in
`GroupingSetsTest` and can be therefore removed.
> Bump up Calcite version to 1.14
> -------------------------------
>
> Key: FLINK-7051
> URL: https://issues.apache.org/jira/browse/FLINK-7051
> Project: Flink
> Issue Type: New Feature
> Components: Table API & SQL
> Reporter: Timo Walther
> Assignee: Haohui Mai
> Priority: Critical
> Fix For: 1.4.0
>
>
> This is an umbrella issue for all tasks that need to be done once Apache
> Calcite 1.14 is released.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)