HHoflittlefish777 opened a new issue, #32576: URL: https://github.com/apache/doris/issues/32576
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Description At present, s3 table valued function lacks some test cases, and the following additional cases need to be added: - [ ] format: csv/csv_with_names/csv_with_names_and_types/json/parquet/orc - [ ] column_separator: | - [ ] line_delimiter: \t - [ ] compress_type: UNKNOWN/PLAIN/GZ/LZO/BZ2/LZ4FRAME/DEFLATE - [ ] path_partition_keys: string | invalid value For specific formats, there are dedicated attributes: CSV format: - [ ] trim_double_quotes: true | invalid value - [ ] skip_lines: 1 | invalid value Json format: - [ ] read_json_by_line: false | invalid value - [ ] strip_outer_array: true | invalid value - [ ] json_root: string | invalid value - [ ] jsonpaths: string | invalid value - [ ] num_as_string: true | invalid value - [ ] fuzzy_parse: true | invalid value Some tests have been submitted, you can refer: https://github.com/apache/doris/blob/master/regression-test/suites/load_p0/tvf/test_s3_tvf.groovy If you are not clear about certain attributes, you can refer: https://doris.apache.org/docs/dev/sql-manual/sql-functions/table-functions/s3/ If you are interested in one or more of them, you can reply below and feel free to ask any questions you have. ### Solution _No response_ ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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]
