You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2020/05/06 04:33:53 UTC

[GitHub] [incubator-hudi] yihua commented on pull request #1149: [WIP] [HUDI-472] Introduce configurations and new modes of sorting for bulk_insert

yihua commented on pull request #1149:
URL: https://github.com/apache/incubator-hudi/pull/1149#issuecomment-624436427


   @vinothchandar @n3nash I'm still working on resolving one failed unit test.  Somehow all tests pass in CI, but locally I have this single test failed, `org.apache.hudi.table.action.commit.TestCopyOnWriteActionExecutor#testInsertUpsertWithHoodieAvroPayload`:
   
   ```
   Caused by: java.util.NoSuchElementException: No value present in Option
   	at org.apache.hudi.common.util.Option.get(Option.java:88)
   	at org.apache.hudi.io.HoodieMergeHandle.<init>(HoodieMergeHandle.java:77)
   	at org.apache.hudi.table.action.commit.CommitActionExecutor.getUpdateHandle(CommitActionExecutor.java:118)
   	at org.apache.hudi.table.action.commit.CommitActionExecutor.handleUpdate(CommitActionExecutor.java:75)
   	at org.apache.hudi.table.action.commit.TestCopyOnWriteActionExecutor.lambda$testInsertUpsertWithHoodieAvroPayload$446d3dad$1(TestCopyOnWriteActionExecutor.java:434)
   ```
   
   I don't seem to change the merge logic.  If anyone familiar with this test can shed some light, that'd be great.


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

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