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/11/18 09:52:55 UTC

[GitHub] [iceberg] chenwyi2 opened a new issue, #6216: write.metadata.metrics.default how to works?

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

   ### Query engine
   
   spark 3.xx
   
   ### Question
   
   i set write.metadata.metrics.default =full to an iceberg table, how can i see if it works? i log the upper and lower message, the object message is : 'java.nio.HeapByteBuffer[pos=0 lim=16 cap=16]', it seems  that write.metadata.metrics.default is truncat(16), so i am a little confused


-- 
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] chenwyi2 commented on issue #6216: write.metadata.metrics.default how to works?

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

   ![image](https://user-images.githubusercontent.com/19389434/202688257-f38784f4-7378-4f4c-90d1-a1b282c0edbb.png)
   
   here, LOG.info("lower {}, fromByteBuffer{}",lower,Conversions.fromByteBuffer(pathType, lower));, and the low is java.nio.HeapByteBuffer[pos=0 lim=16 cap=16]


-- 
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] nastra commented on issue #6216: write.metadata.metrics.default how to works?

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

   @chenwyi2 could you please rephrase your question so that I can help you better in answering it?


-- 
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] chenwyi2 closed issue #6216: write.metadata.metrics.default how to works?

Posted by GitBox <gi...@apache.org>.
chenwyi2 closed issue #6216: write.metadata.metrics.default how to works?
URL: https://github.com/apache/iceberg/issues/6216


-- 
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] nastra commented on issue #6216: write.metadata.metrics.default how to works?

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

   You can look at the manifest file and it should contains metrics for `lower_bounds` / `upper_bounds`/ and a few others. Or is your question more specific to using `full` metrics mode?


-- 
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] chenwyi2 commented on issue #6216: write.metadata.metrics.default how to works?

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

   manifest file  can see deleteFile.lowerBounds() ?


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