gfn9cho commented on issue #954: org.apache.hudi.org.apache.hadoop_hive.metastore.api.NoSuchObjectException: <hivedb.tableName> table not found URL: https://github.com/apache/incubator-hudi/issues/954#issuecomment-545032525 @umehrot2 , Are you able to add a primary key. I am getting below error, createTableWithConstraints is not supported or addPrimaryKey is not supported. Looks like it's not yet implemented in AWS Glue catalog as the code in there just throws this exception. Do we know approximate ETA on when this will be available in EMR. It seems a deadlock. On one end, ddl to add constraint is not supported and on the other, its checking for primary key and returning NULL. Please let me know if there are any other workaround available. Can it be handled here to catch exception and return empty list, `https://github.com/apache/hive/blob/rel/release-2.3.6/service/src/java/org/apache/hive/service/cli/operation/GetColumnsOperation.java#L171`
---------------------------------------------------------------- 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
