Support single line comments starting with '#' for Hive (#1654)

This commit is contained in:
wugeer 2025-01-14 00:57:11 +08:00 committed by GitHub
parent c808c4e4fd
commit 6507484697
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 2 deletions

View file

@ -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