wuwenchi commented on code in PR #265:
URL: 
https://github.com/apache/doris-flink-connector/pull/265#discussion_r1429398392


##########
flink-doris-connector/pom.xml:
##########
@@ -124,6 +124,13 @@ under the License.
             <scope>provided</scope>
         </dependency>
 
+        <dependency>
+            <groupId>org.apache.flink</groupId>
+            <artifactId>flink-python</artifactId>
+            <version>${flink.version}</version>
+            <scope>provided</scope>

Review Comment:
   In order to use ArrowSerializer. This class provides conversion from rowdata 
schema to arrow schema, and provides conversion from rowdata to arrow data.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to