xiangfu0 commented on code in PR #12213: URL: https://github.com/apache/pinot/pull/12213#discussion_r1440950207
########## pinot-query-planner/src/main/java/org/apache/pinot/query/type/TypeFactory.java: ########## @@ -39,11 +41,17 @@ * upgrading Calcite versions. */ public class TypeFactory extends JavaTypeFactoryImpl { + private static final Charset DEFAULT_CHARSET = StandardCharsets.UTF_8; Review Comment: is there anyway to set default charset? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org