mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-08-03 22:08:16 +00:00
Support single line comments starting with '#' for Hive (#1654)
This commit is contained in:
parent
c808c4e4fd
commit
6507484697
2 changed files with 4 additions and 2 deletions
|
@ -10423,6 +10423,7 @@ fn test_comment_hash_syntax() {
|
|||
Box::new(BigQueryDialect {}),
|
||||
Box::new(SnowflakeDialect {}),
|
||||
Box::new(MySqlDialect {}),
|
||||
Box::new(HiveDialect {}),
|
||||
]);
|
||||
let sql = r#"
|
||||
# comment
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue