IeohMingChan commented on issue #2814:
URL:
https://github.com/apache/incubator-seatunnel/issues/2814#issuecomment-1252299503
> @IeohMingChan Please add
>
> ```
> execution.planner = "blink"
> ```
Thank you bros! I have added execution.planner = "blink" in env block
without changing any other code, but the problem is still existed. What
anything else should I do? Here is my code:
`env {
execution.parallelism = 1
execution.planner = "blink"
}
source{
FakeSource {
result_table_name = "test"
}
}
transform {
sql {
sql = "select FROM_UNIXTIME(1403006911, 'yyyy-MM-dd HH:mm:ss')"
result_table_name = "sqlout"
}
}
sink {
ConsoleSink {source_table_name = "sqlout"}
}`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]