Re: [EXTERNAL] Re:Flink SQL and createRemoteEnvironment

2023-11-30 Thread Oxlade, Dan
`b` DOUBLE, `c` DOUBLE, `d` STRING ); """.formatted(catalogName, dbName)); tEnv.executeSql(""" INSERT INTO `%s`.`%s`.`out`

Re:Flink SQL and createRemoteEnvironment

2023-11-27 Thread Xuyang
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