Skip to content

Commit

Permalink
[FLINK-15689][table] Configure ExecutionEnvironment from BatchTableEn…
Browse files Browse the repository at this point in the history
…vironment
  • Loading branch information
dawidwys committed Jan 23, 2020
1 parent dbd0ea0 commit b2fda00
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,9 @@ abstract class BatchTableEnvImpl(

logicalPlan match {
case node: DataSetRel =>
execEnv.configure(
config.getConfiguration,
Thread.currentThread().getContextClassLoader)
val plan = node.translateToPlan(this, new BatchQueryConfig)
val conversion =
getConversionMapper(
Expand Down

0 comments on commit b2fda00

Please sign in to comment.