podunk Mon, 11 Jul 2022 01:16:18 -0700
CREATE TABLE some_table (name STRING, score INT) WITH ( 'format' = 'csv', '...' );
//do some other stuff here Then how to save table result to CSV file? Best, Mike