Github user jackylk commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2148#discussion_r181633683
--- Diff: pom.xml ---
@@ -121,6 +122,8 @@
<suite.name>org.apache.carbondata.cluster.sdv.suite.SDVSuites</suite.name>
<script.exetension>.sh</script.exetension>
<carbon.hive.based.metastore>false</carbon.hive.based.metastore>
+ <grpc.version>1.10.0</grpc.version>
+ <netty.version>4.0.43.Final</netty.version>
--- End diff --
yes. I checked spark2.2, they are using netty 4.0.43. see
https://github.com/apache/spark/blob/branch-2.2/pom.xml#L556
because carbon-store-search module does not depend on spark, so I need to
explicitly set it here
---