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

   ### Apache Iceberg version
   
   0.14.0
   
   ### Query engine
   
   None
   
   ### Please describe the bug 🐞
   
   @nastra 
   
   I am using Vectorized read from Java API and able to load the data from 
Vectorized root from iceberg batches to arrow.
   
   Some of the records I am not able to build in Arrow cache as the schema 
return are different
   
    VectorizedTableScanIterable iter = new 
VectorizedTableScanIterable(filteredScan, batchSize, false);) {
   for (ColumnarBatch batch : iter) {
     VectorSchemaRoot batchRoot = batch.createVectorSchemaRootFromVectors();
   
   batchRoot schema are returned different for a given table. 
   
   Do we type cast the results to adhere to actual schema of Iceberg when we 
read the base files returned by the read? 
   


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

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to