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 2022/06/15 20:32:31 UTC

[GitHub] [iceberg] romibuzi opened a new issue, #5054: Docs: missing bigint in available types

romibuzi opened a new issue, #5054:
URL: https://github.com/apache/iceberg/issues/5054

   Hi. I see in many examples usage of `bigint` type but it is not listed in documentation: https://iceberg.apache.org/docs/latest/schemas/. Is it the same as long type ?


-- 
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.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] wuwenchi commented on issue #5054: Docs: missing bigint in available types

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

   1.  `bigint` in flink will be converted to `long` in iceberg. For other flink type conversions, you can look #4865.
   2. `bigint` in spark is same as `long` in spark, `long` in spark will be converted to `long` in iceberg. For other spark type conversions, you can look https://iceberg.apache.org/docs/latest/spark-writes/#spark-type-to-iceberg-type.


-- 
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] romibuzi commented on issue #5054: Docs: missing bigint in available types

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

   Thank you @wuwenchi ! does that means that technically there is no `bigint` type in Iceberg ?


-- 
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] wuwenchi commented on issue #5054: Docs: missing bigint in available types

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

   Yes, I personally think so.


-- 
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] romibuzi commented on issue #5054: Docs: missing bigint in available types

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

   Indeed in the end there is just long type in Iceberg: https://github.com/apache/iceberg/blob/44c1d00b37f0d7fc2e978baad4f7a861a8335cf0/api/src/main/java/org/apache/iceberg/types/Types.java#L46. Thanks @wuwenchi i am closing this.


-- 
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] romibuzi closed issue #5054: Docs: missing bigint in available types

Posted by GitBox <gi...@apache.org>.
romibuzi closed issue #5054: Docs: missing bigint in available types
URL: https://github.com/apache/iceberg/issues/5054


-- 
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