my code is:
tEnv.createTemporaryView("orderA", orderA, "user,product,amount"); I got the hint: createTemporaryView is deprecated Then,what's the newest function to achieve above effect? Thanks for your help
my code is:
tEnv.createTemporaryView("orderA", orderA, "user,product,amount"); I got the hint: createTemporaryView is deprecated Then,what's the newest function to achieve above effect? Thanks for your help