apache / datafusion-sqlparser-rs

Extensible SQL Lexer and Parser for Rust
Apache License 2.0
2.8k stars 543 forks source link

Add support for Hive's `LOAD DATA` expr #1520

Closed wugeer closed 1 week ago

wugeer commented 1 week ago

This PR supports LOAD DATA clause for hive dialect,. For more information, please refer to: https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=27362036#LanguageManualDML-Loadingfilesintotables

It also introduces the following keywords:

alamb commented 1 week ago

Thanks @iffyio and @wugeer -- this repo is just cranking right along