Unload format parquet not working

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!!

Hello,

It looks like that feature wasn’t released until version 7.8 – I have updated the documentation to make sure that feature is only listed in the correct version of the docs.

Hi, I’m on 7.8.13 and I get the same issue. I’m running the query on Singlestore Studio. Is there some extra configuration needed to access this feature?