Skip to content

Commit

Permalink
[hotfix][table] Remove unused imports, remove duplicate word 'with' f…
Browse files Browse the repository at this point in the history
…rom JavaDoc
  • Loading branch information
snuyanzin authored and twalthr committed Oct 21, 2022
1 parent 97bc331 commit c3bd7ec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@

/**
* This rule is copied from Calcite's {@link org.apache.calcite.rel.rules.AggregateRemoveRule}.
* Modification: - only matches aggregate with with SIMPLE group and non-empty group - supports SUM,
* MIN, MAX, AUXILIARY_GROUP aggregate functions with no filterArgs
* Modification: - only matches aggregate with SIMPLE group and non-empty group - supports SUM, MIN,
* MAX, AUXILIARY_GROUP aggregate functions with no filterArgs
*/

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*/
package org.apache.flink.table.planner.plan.nodes.logical

import org.apache.flink.table.catalog.{CatalogTable, ContextResolvedTable, ObjectIdentifier, ResolvedCatalogTable}
import org.apache.flink.table.catalog.ContextResolvedTable
import org.apache.flink.table.connector.sink.DynamicTableSink
import org.apache.flink.table.planner.plan.abilities.sink.SinkAbilitySpec
import org.apache.flink.table.planner.plan.nodes.FlinkConventions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ import org.apache.calcite.tools.RuleSets
import org.junit.{Before, Test}

import scala.collection.JavaConverters._
import scala.collection.Seq

class AggregateJoinTransposeITCase extends BatchTestBase {

Expand Down

0 comments on commit c3bd7ec

Please sign in to comment.