MiguelAnzoWizeline commented on a change in pull request #14586:
URL: https://github.com/apache/beam/pull/14586#discussion_r652245532



##########
File path: 
sdks/java/io/google-cloud-platform/src/test/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryIOStorageReadTest.java
##########
@@ -1351,4 +1353,20 @@ public void testReadFromBigQueryIOWithTrimmedSchema() 
throws Exception {
 
     p.run();
   }
+
+  private static org.apache.arrow.vector.types.pojo.Field field(

Review comment:
       @TheNeuralBit Also, I made a small check immediately attempting to 
deserialize in the same way ArrowConversion is doing it, and I'm getting the 
same null 
[there](https://github.com/MiguelAnzoWizeline/beam/commit/19d160116948fe1e2206a18a9d7b931dfc44fead)
   Data is being set to the Record 
[appropriately](https://github.com/MiguelAnzoWizeline/beam/blob/19d160116948fe1e2206a18a9d7b931dfc44fead/sdks/java/io/google-cloud-platform/src/test/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryIOStorageReadTest.java#L604)
 following the examples I saw in ArrowConversion.
   It makes me think that deserialization process is wrong somehow.




-- 
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:
[email protected]


Reply via email to