Github user gvramana commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1152#discussion_r126870083 --- Diff: core/src/main/java/org/apache/carbondata/core/dictionary/client/NonSecureDictionaryClientHandler.java --- @@ -57,7 +57,7 @@ public void channelRead(ChannelHandlerContext ctx, Object msg) throws Exception try { ByteBuf data = (ByteBuf) msg; DictionaryMessage key = new DictionaryMessage(); - key.readData(data); + key.readNonSecureData(data); --- End diff -- function can be named readskiplength
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---