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 2020/07/01 01:56:51 UTC

[GitHub] [iceberg] stevenzwu opened a new issue #1148: TypeUtil didn't push field name into the fieldNames deque

stevenzwu opened a new issue #1148:
URL: https://github.com/apache/iceberg/issues/1148


   as a result, fieldNames and fieldIds have different size. We were trying to zip the fieldNames and fieldIds collections. when assert on size match, got this error as a result.
   
   java.lang.IllegalArgumentException: different size: names = [map], ids = [4, 3]


----------------------------------------------------------------
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:
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] stevenzwu closed issue #1148: TypeUtil didn't push field name into the fieldNames deque

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


   


----------------------------------------------------------------
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:
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] stevenzwu commented on issue #1148: TypeUtil didn't push field name into the fieldNames deque

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


   this is obsoleted by https://github.com/apache/iceberg/pull/840/files


----------------------------------------------------------------
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:
users@infra.apache.org



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