wuyunfeng commented on a change in pull request #3631:
URL: https://github.com/apache/incubator-doris/pull/3631#discussion_r426978066



##########
File path: extension/spark-doris-connector/pom.xml
##########
@@ -168,6 +211,10 @@
                             <pattern>com.google.flatbuffers</pattern>
                             
<shadedPattern>org.apache.doris.flatbuffers</shadedPattern>
                         </relocation>
+                        <relocation>
+                            <pattern>org.apache.thrift</pattern>
+                            
<shadedPattern>org.apache.doris.thrift</shadedPattern>

Review comment:
       ```suggestion
                               
<shadedPattern>org.apache.doris.shaded.org.apache.thrift</shadedPattern>
   ```

##########
File path: extension/spark-doris-connector/pom.xml
##########
@@ -168,6 +211,10 @@
                             <pattern>com.google.flatbuffers</pattern>
                             
<shadedPattern>org.apache.doris.flatbuffers</shadedPattern>

Review comment:
       Maybe we should unify the `shaded` package name,  such as:
   
   xxx -> org.apache.doris.shaded.xxxxx




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to