jzhuge commented on PR #4118:
URL: https://github.com/apache/iceberg/pull/4118#issuecomment-1098519353

   Any plan to merge the fix to 0.13? Hit it when running `add partition field` 
with Spark 3.2.1 + Iceberg 0.13.1
   
   ```bash
   [spark-3.2.1-bin-hadoop2.7]# bin/spark-sql --packages 
org.apache.iceberg:iceberg-spark-runtime-3.2_2.12:0.13.1
   ...
   spark-sql> CREATE TABLE local.db.table (id bigint, data string) USING 
iceberg;
   Time taken: 2.61 seconds
   spark-sql> INSERT INTO local.db.table VALUES (1, 'a'), (2, 'b'), (3, 'c');
   Time taken: 2.745 seconds
   spark-sql> table local.db.table;
   1       a
   2       b
   3       c
   Time taken: 0.418 seconds, Fetched 3 row(s)
   spark-sql> alter table local.db.table add partition field id;
   ANTLR Runtime version 4.8 used for parser compilation does not match the 
current runtime version 4.7.1ANTLR Runtime version 4.8 used for parser 
compilation does not match the current runtime version 4.7.1
   ```


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to