Skip to content

Commit

Permalink
[hotfix][table-planner] Remove unused field from PlannerBase
Browse files Browse the repository at this point in the history
  • Loading branch information
twalthr committed Aug 4, 2021
1 parent 5b2535b commit d19d044
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,6 @@ abstract class PlannerBase(
getTraitDefs.toList
)

private val sqlExprToRexConverterFactory = plannerContext.getSqlExprToRexConverterFactory

/** Returns the [[FlinkRelBuilder]] of this TableEnvironment. */
private[flink] def getRelBuilder: FlinkRelBuilder = {
val currentCatalogName = catalogManager.getCurrentCatalog
Expand Down

0 comments on commit d19d044

Please sign in to comment.