Re: [EXTERNAL] Re:Flink SQL and createRemoteEnvironment
`b` DOUBLE, `c` DOUBLE, `d` STRING ); """.formatted(catalogName, dbName)); tEnv.executeSql(""" INSERT INTO `%s`.`%s`.`out`
Re:Flink SQL and createRemoteEnvironment
Hi, Dan. Can you provide more details? > I'm seeing unexpected behavior where it appears like the sql is executed > locally. Did you find a minicluster started locally running you program? > In my case the remote environment is inside AWS and it doesn't appear to pick > up the region and cr