we can separate copy options and format options in 2 dict. and reuse fn like ``` pub fn parse_copy_file_format_options( file_format_options: &BTreeMap<String, String>, ) -> Result<FileFormatOptions> ``` _Originally posted by @youngsofun in https://github.com/datafuselabs/databend/pull/9249#discussion_r1049708387_