You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2022/05/11 07:54:21 UTC

[GitHub] [hudi] danny0405 commented on a diff in pull request #5555: [MINOR] Fixing streaming read a hoodie table with complex data type w…

danny0405 commented on code in PR #5555:
URL: https://github.com/apache/hudi/pull/5555#discussion_r869984811


##########
packaging/hudi-flink-bundle/pom.xml:
##########
@@ -221,6 +221,33 @@
                   <pattern>com.fasterxml.jackson.</pattern>
                   <shadedPattern>${flink.bundle.shade.prefix}com.fasterxml.jackson.</shadedPattern>
                 </relocation>
+                <!-- The classes below in org.apache.flink.table.data package come from flink-table-runtime,
+                which have to be shaded one by one,
+                instead of shading all classes under org.apache.flink.table.data. -->
+                <relocation>
+                  <pattern>org.apache.flink.table.data.ColumnarRowData</pattern>
+                  <shadedPattern>${flink.bundle.shade.prefix}org.apache.flink.table.data.ColumnarRowData</shadedPattern>

Review Comment:
   Oops, the fix is ugly, we may need to find better solution ~



-- 
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-unsubscribe@hudi.apache.org

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