I’m using 7.3.12.
When I run this example from the documentation, it doesn’t work. It’s giving
SQL Error [1064] [42000]: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘FORMAT PARQUET’ at line 2
SELECT * FROM table1 into fs ‘/tmp/parquet_files’ FORMAT PARQUET;
I need to unload a table into parquet format. What is the correct sentence?
Thanks!!