orenccl commented on PR #5737:
URL: https://github.com/apache/gravitino/pull/5737#issuecomment-2523759971

   Originally, I was able to pass the unit tests. However, when I built the 
Iceberg REST server Docker image and tested it with Spark, I ran into an error.
   
   ```SQL
   INSERT INTO testDatabase.test_azure VALUES (1), (2)
   24/12/06 22:49:49 ERROR TorrentBroadcast: Store broadcast broadcast_0 fail, 
remove all pieces of the broadcast
   24/12/06 22:49:49 ERROR SparkSQLDriver: Failed in [INSERT INTO 
testDatabase.test_azure VALUES (1), (2)]
   java.io.NotSerializableException: 
com.azure.storage.common.StorageSharedKeyCredential
   Serialization stack:
           - object not serializable (class: 
com.azure.storage.common.StorageSharedKeyCredential, value: 
com.azure.storage.common.StorageSharedKeyCredential@63f38fb1)
   ```
   
   I found that this is a known issue. Please refer to:
   - [Issue #10245](https://github.com/apache/iceberg/issues/10245)
   - [Pull Request #10045](https://github.com/apache/iceberg/pull/10045)
   
   This issue has been addressed in Iceberg version 1.6.0.


-- 
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]

Reply via email to