You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
com.amazonaws.glue.catalog.metastore.GlueMetastoreClientDelegate#createTable(org.apache.hadoop.hive.metastore.api.Table tbl) throws NullPointerException if the table does not have any partition.
Actaut root cause appeared to be in method
com.amazonaws.glue.catalog.converters.HiveToCatalogConverter#com.amazonaws.services.glue.model.Table convertTable(Table hiveTable) at line catalogTable.setPartitionKeys(convertFieldSchemaList(hiveTable.getPartitionKeys()));
Exception Trace.
org.apache.hadoop.hive.metastore.api.MetaException: Unable to create table: java.lang.NullPointerException
at com.amazonaws.glue.catalog.metastore.GlueMetastoreClientDelegate.createTable(GlueMetastoreClientDelegate.java:323) ~[aws-glue-datacatalog-hive2-client-1.10.0-SNAPSHOT.jar:?]
at com.amazonaws.glue.catalog.metastore.AWSCatalogMetastoreClient.createTable(AWSCatalogMetastoreClient.java:596) ~[aws-glue-datacatalog-hive2-client-1.10.0-SNAPSHOT.jar:?]
The text was updated successfully, but these errors were encountered:
com.amazonaws.glue.catalog.metastore.GlueMetastoreClientDelegate#createTable(org.apache.hadoop.hive.metastore.api.Table tbl) throws NullPointerException if the table does not have any partition.
Actaut root cause appeared to be in method
com.amazonaws.glue.catalog.converters.HiveToCatalogConverter#com.amazonaws.services.glue.model.Table convertTable(Table hiveTable) at line catalogTable.setPartitionKeys(convertFieldSchemaList(hiveTable.getPartitionKeys()));
Exception Trace.
org.apache.hadoop.hive.metastore.api.MetaException: Unable to create table: java.lang.NullPointerException
at com.amazonaws.glue.catalog.metastore.GlueMetastoreClientDelegate.createTable(GlueMetastoreClientDelegate.java:323) ~[aws-glue-datacatalog-hive2-client-1.10.0-SNAPSHOT.jar:?]
at com.amazonaws.glue.catalog.metastore.AWSCatalogMetastoreClient.createTable(AWSCatalogMetastoreClient.java:596) ~[aws-glue-datacatalog-hive2-client-1.10.0-SNAPSHOT.jar:?]
The text was updated successfully, but these errors were encountered: