mirror of
https://github.com/minio/minio.git
synced 2025-11-20 18:06:10 -05:00
fix: s3 sql parse error for colums as with quotes (#18765)
This commit is contained in:
@@ -128,7 +128,7 @@ type JSONPath struct {
|
||||
// AliasedExpression is an expression that can be optionally named
|
||||
type AliasedExpression struct {
|
||||
Expression *Expression `parser:"@@"`
|
||||
As string `parser:"[ \"AS\" @Ident ]"`
|
||||
As string `parser:"[ \"AS\" @Ident | \"AS\" @LitString ]"`
|
||||
}
|
||||
|
||||
// Grammar for Expression
|
||||
|
||||
Reference in New Issue
Block a user