You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by "xuzhiwen1255 (via GitHub)" <gi...@apache.org> on 2023/04/23 07:00:09 UTC

[GitHub] [iceberg] xuzhiwen1255 opened a new issue, #7413: Spark3.x fails to run the test

xuzhiwen1255 opened a new issue, #7413:
URL: https://github.com/apache/iceberg/issues/7413

   ### Apache Iceberg version
   
   1.2.1 (latest release)
   
   ### Query engine
   
   Spark
   
   ### Please describe the bug 🐞
   
   
   ci: https://github.com/xuzhiwen1255/iceberg/actions/runs/4775773009/jobs/8490338758
   local :  
   <img width="929" alt="image" src="https://user-images.githubusercontent.com/105710753/233824596-6117f069-dec1-4879-b3e6-86d958169fe4.png">
   
   
    I guess it has something to do with  #4479 
   
   In the execution test method testFailReadingCheckpointInvalidSnapshot,a null pointer exception occurred.
   The problem code is as follows,
   SparkMicroBatchStream#latestOffset().
   ```java
   
   Snapshot curSnapshot = table.snapshot(startingOffset.snapshotId());
   ```
   Because the snapshot has been cleaned up, the snapshot cannot be obtained when the snapshot is obtained, which leads to a null pointer problem because it is not judged whether the snapshot is null when it is passed down.
   
   
   


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


[GitHub] [iceberg] xuzhiwen1255 commented on issue #7413: Spark3.x fails to run the test

Posted by "xuzhiwen1255 (via GitHub)" <gi...@apache.org>.
xuzhiwen1255 commented on issue #7413:
URL: https://github.com/apache/iceberg/issues/7413#issuecomment-1518970406

   Is anyone working on this problem synchronously?


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


[GitHub] [iceberg] xuzhiwen1255 closed issue #7413: Spark3.x fails to run the test

Posted by "xuzhiwen1255 (via GitHub)" <gi...@apache.org>.
xuzhiwen1255 closed issue #7413: Spark3.x fails to run the test
URL: https://github.com/apache/iceberg/issues/7413


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


[GitHub] [iceberg] singhpk234 commented on issue #7413: Spark3.x fails to run the test

Posted by "singhpk234 (via GitHub)" <gi...@apache.org>.
singhpk234 commented on issue #7413:
URL: https://github.com/apache/iceberg/issues/7413#issuecomment-1518982035

   Hey @xuzhiwen1255, have added a pr for the same, https://github.com/apache/iceberg/pull/7414
   


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


[GitHub] [iceberg] xuzhiwen1255 commented on issue #7413: Spark3.x fails to run the test

Posted by "xuzhiwen1255 (via GitHub)" <gi...@apache.org>.
xuzhiwen1255 commented on issue #7413:
URL: https://github.com/apache/iceberg/issues/7413#issuecomment-1518997491

   > Hey @xuzhiwen1255, have added a pr for the same, #7414
   @singhpk234 Thank you for your contribution. It solved my doubts
   


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