TangSiyang2001 commented on issue #32576: URL: https://github.com/apache/doris/issues/32576#issuecomment-2011354373
Actually some cases above were covered. I think a more accurate version may be like: The cases need to be complete: - [ ] line_delimiter: \t - [ ] compress_type: UNKNOWN/LZO (is not supported by default)/DEFLATE - [ ] path_partition_keys: invalid value For specific formats, there are dedicated attributes: CSV format: - [ ] trim_double_quotes: true | invalid value - [ ] skip_lines: 1 | invalid value - [ ] read_json_by_line: invalid value - [ ] strip_outer_array: invalid value Json format: - [ ] json root: string: | invalid value - [ ] jsonpath: string: | invalid value - [ ] num_as_string: true | invalid value - [ ] fuzzy_parse: true | invalid value -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
