Qihoo360 / XSQL

Unified SQL Analytics Engine Based on SparkSQL
https://qihoo360.github.io/XSQL/
Apache License 2.0
209 stars 62 forks source link

数据源级别的表和字段的关于大小写敏感 #62

Open RustRw opened 4 years ago

RustRw commented 4 years ago

全局设置 set spark.sql.caseSensitive=true 可以支持大小写敏感.

可以支持具体不同数据源的大小写敏感吗? 比如Clickhouse是大小写敏感的, 其他的数据库如果是大小写不敏感就设置成大小写不敏感,

不知道这样是否是可以直接支持或者很容易可以做到的

beliefer commented 4 years ago

This is a global control of Spark , XSQL can tamper with it , but I don't understand your special needs.