Commits


wqc200 authored and Andy Grove committed a94f2b371bf
ARROW-9673: [Rust] [DataFusion] Add a param "dialect" for DFParser::parse_sql i use func 'DFParser::parse_sql' in outsie app with mysql dialect, but parser_sql use generic dialect default, we need to add a parameter so that we can pass in the dialect. thanks. Closes #7916 from wqc200/master_sqlparser_dielect Authored-by: wqc200 <wqc200@gmail.com> Signed-off-by: Andy Grove <andygrove73@gmail.com>