Documentation Home
HeatWave User Guide
Related Documentation Download this Manual
PDF (US Ltr) - 2.5Mb
PDF (A4) - 2.5Mb


HeatWave User Guide  /  ...  /  Lakehouse Limitations for the CSV File Format

5.10.3 Lakehouse Limitations for the CSV File Format

  • MySQL does not recognise NaN values in CSV files. Replace all NaN values with NULL.

  • Lakehouse does not support CSV files with more than 4MB per line.

  • As of MySQL 9.3.2, Lakehouse supports the VECTOR data type for CSV and Parquet files. Consider the following limitations:

    • You cannot give the VECTOR data type a default value other than NULL.

    • Vectors that are in binary or hex format are not supported.

    • You cannot directly convert VECTOR to JSON or JSON to VECTOR.

    • If you run Vector_to_string(col)as a Vector_to_string() function, it fails if there are any 0x (default for invalid vectors) values. To avoid errors, filter out these values.