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;

https://docs.singlestore.com/db/v7.3/en/reference/sql-reference/data-manipulation-language-dml/select.html#select-into-s3

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.