You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2022/09/21 05:55:20 UTC

[GitHub] [iceberg] ajantha-bhat commented on issue #5399: Error happened after deleting a partitioned column

ajantha-bhat commented on issue #5399:
URL: https://github.com/apache/iceberg/issues/5399#issuecomment-1253239248

   Update:
   Just a different exception in the latest code. But the problem still exist
   
   ```
   Cannot find source column for partition field: 1000: category: identity(3)
   org.apache.iceberg.exceptions.ValidationException: Cannot find source column for partition field: 1000: category: identity(3)
   	at org.apache.iceberg.exceptions.ValidationException.check(ValidationException.java:49)
   	at org.apache.iceberg.PartitionSpec.checkCompatibility(PartitionSpec.java:558)
   	at org.apache.iceberg.PartitionSpec$Builder.build(PartitionSpec.java:546)
   	at org.apache.iceberg.UnboundPartitionSpec.bind(UnboundPartitionSpec.java:45)
   	at org.apache.iceberg.PartitionSpecParser.fromJson(PartitionSpecParser.java:85)
   	at org.apache.iceberg.TableMetadataParser.fromJson(TableMetadataParser.java:390)
   	at org.apache.iceberg.TableMetadataParser.fromJson(TableMetadataParser.java:311)
   	at org.apache.iceberg.TableMetadataParser.read(TableMetadataParser.java:274)
   	at org.apache.iceberg.TableMetadataParser.read(TableMetadataParser.java:267)
   	at org.apache.iceberg.hadoop.HadoopTableOperations.updateVersionAndMetadata(HadoopTableOperations.java:98)
   	at org.apache.iceberg.hadoop.HadoopTableOperations.refresh(HadoopTableOperations.java:121)
   	at org.apache.iceberg.hadoop.HadoopTableOperations.current(HadoopTableOperations.java:84)
   	at org.apache.iceberg.BaseTable.properties(BaseTable.java:119)
   	at org.apache.iceberg.spark.source.SparkTable.<init>(SparkTable.java:128)
   	at org.apache.iceberg.spark.source.SparkTable.<init>(SparkTable.java:118)
   	at org.apache.iceberg.spark.SparkCatalog.alterTable(SparkCatalog.java:290)
   ```


-- 
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: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org