Re: [PR] [Fix] fix arrow read timestamp bug [doris-flink-connector]

2024-08-01 Thread via GitHub
JNSimba merged PR #446: URL: https://github.com/apache/doris-flink-connector/pull/446 -- 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-unsubscr..

Re: [PR] [Fix] fix arrow read timestamp bug [doris-flink-connector]

2024-07-25 Thread via GitHub
DongLiang-0 commented on code in PR #446: URL: https://github.com/apache/doris-flink-connector/pull/446#discussion_r1691124920 ## flink-doris-connector/src/main/java/org/apache/doris/flink/serialization/RowBatch.java: ## @@ -347,16 +343,18 @@ public boolean doConvert(

[PR] [Fix] fix arrow read timestamp bug [doris-flink-connector]

2024-07-25 Thread via GitHub
JNSimba opened a new pull request, #446: URL: https://github.com/apache/doris-flink-connector/pull/446 # Proposed changes Currently, when reading arrow, since the be layer hard-codes all datetimev2 scales to 6, arrow returns TimeStampMicroVector, which results in scale parsing errors