qrilka opened a new issue, #7867: URL: https://github.com/apache/arrow-datafusion/issues/7867
### Describe the bug I was trying to set parquet writer option to 2.0 in datafusion-cli and got the following confusing error message: ``` ❯ copy src_table to 'table.parquet' (format parquet,writer_version '2.0'); Invalid or Unsupported Configuration: Unknown or unsupported parquet writer version '2.0' valid options are '1.0' and '2.0' ``` It appears that I could use `2.0` without quotes and with double quotes like `"2.0"` but not with single quotes as the error message reports the values. Probably the error message should use double quotes instead. ### To Reproduce Use incorrect value for `writer_version` option in `COPY TO` using parquet format ### Expected behavior Error message should not be confusing ### Additional context _No response_ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org