bhasudha commented on issue #1329: [SUPPORT] Presto cannot query 
non-partitioned table
URL: https://github.com/apache/incubator-hudi/issues/1329#issuecomment-586038416
 
 
   @popart  The stack trace you showed looks like somehow a partition metafile 
(".hoodie_partition_metadata") is created in the table path. If this file is 
present, Hudi tries to read the partition depth from this file by searchign for 
the key "partitionDepth" in that metafile. An exception "Could not find 
partitionDepth in partition metafile" is thrown in this case. Can you quickly 
check if this partition metafile is  present in your table base path. If that 
is the case, we need to dig why that is created even though you chose a non 
partitioned table. 
   
   
   Also, just wanted to check did you mean presto version 0.227 ? Also, from 
the stack trace ( that you posted specific to Presto ), it looks liek this is 
coming from earlier Hudi version 0.5.0-incubating. Can you also confirm if this 
is true for further debugging ? Do you mind creating a Jira issue with these 
details ?
   

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to