adamjoneill edited a comment on issue #1325: presto - querying nested object in 
parquet file created by hudi
URL: https://github.com/apache/incubator-hudi/issues/1325#issuecomment-585777129
 
 
   Had some success, if i added a property to the object of simple type ie. not 
a nested object hudi saves the parquet and the presto query (select * and 
nested) appear to work.
   
   ```
   const valueToUse = {
         ...order,
         tickets: {
           items: [
             {
               dummyId: 2, // <-- added this property
               ticketType: {
                 id: 258815,
               },
             },
           ],
         },
       };
   ```

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


With regards,
Apache Git Services

Reply via email to