mirror of
https://github.com/minio/minio.git
synced 2025-01-23 20:53:18 -05:00
b2936243f9
This change fixes handling of these types of queries: - Double quoted column names with special characters: SELECT "column.name" FROM s3object - Double quoted column names with reserved keywords: SELECT "CAST" FROM s3object - Table name as prefix for column names: SELECT S3Object."CAST" FROM s3object