Apache Calcite的属性设置,例如解决编码问题

398 阅读1分钟

在项目的资源文件新建一个saffron.properties文件

内容为

calcite.default.charset = utf8

然后在org.apache.calcite.config.CalciteSystemProperty#loadProperties函数打断点查看是否加载该配置文件即可