You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@paimon.apache.org by "yuzelin (via GitHub)" <gi...@apache.org> on 2023/08/11 04:11:58 UTC

[GitHub] [incubator-paimon] yuzelin commented on issue #1709: [Question] how to check BinaryRow's value

yuzelin commented on issue #1709:
URL: https://github.com/apache/incubator-paimon/issues/1709#issuecomment-1674190229

   Hi, if you know the schema of the data, you can convert `InternalRow` to readable Java object  by `InternalRow.FieldGetter`. You can see the test class `DataFormatTestUtil`, maybe its method can help you.
   


-- 
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@paimon.apache.org

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