You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2021/12/14 03:48:15 UTC

[GitHub] [iceberg] chenzihao5 opened a new issue #3738: Problem of data overflow when convert Integer to Long

chenzihao5 opened a new issue #3738:
URL: https://github.com/apache/iceberg/issues/3738


   I met a problem of data overflow when writer a data whose type is java.sql.Time. After debug, I find the root problem that cause by converting Integer to Long In FlinkValueWriters.
   
   before:
   ![image](https://user-images.githubusercontent.com/38340392/145926044-3db8678e-57cf-4038-b2e7-5ccbc2c79295.png)
   after:
   ![image](https://user-images.githubusercontent.com/38340392/145926109-0bfe16af-2cad-412b-a4a9-5bcdab45532a.png)
   
   @openinx @JingsongLi Please help confirm this problem, Thanks.


-- 
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: issues-unsubscribe@iceberg.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] rdblue commented on issue #3738: Problem of data overflow when convert Integer to Long

Posted by GitBox <gi...@apache.org>.
rdblue commented on issue #3738:
URL: https://github.com/apache/iceberg/issues/3738#issuecomment-1000514653


   Fixed by #3740.


-- 
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: issues-unsubscribe@iceberg.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] rdblue closed issue #3738: Problem of data overflow when convert Integer to Long

Posted by GitBox <gi...@apache.org>.
rdblue closed issue #3738:
URL: https://github.com/apache/iceberg/issues/3738


   


-- 
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: issues-unsubscribe@iceberg.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org