Zouxxyy

Results 24 issues of Zouxxyy

https://github.com/MIC-DKFZ/nnDetection/blob/9853d3e49e109dcd35b1ce70802c6e42aba879e1/projects/Task012_LIDC/scripts/prepare_mic.py#L44 if ii == '0000000' after `nodule_ids = [ii.split('_')[2].lstrip("0") for ii in roi_id_paths]` ii will be '' which will cause `rater_labels = [df[df.NoduleID == int(ii)].Malignancy.values[0] for ii in nodule_ids]` raise...

investigating

### Change Logs Fix testNoGlobalConfFileConfigured ### Impact none **Risk level: none** ### Contributor's checklist - [ ] Read through [contributor's guide](https://hudi.apache.org/contribute/how-to-contribute) - [ ] Change Logs and Impact were stated...

priority:minor

### Change Logs upgrade rocksdbjni from 5.17.2 to 6.29.5 ### Impact **Risk level: none** ### Contributor's checklist - [ ] Read through [contributor's guide](https://hudi.apache.org/contribute/how-to-contribute) - [ ] Change Logs and...

dependencies
priority:major

…Format ### Change Logs Currently, After doing schema evalution using spark-sql, query using hive will fail ```sql -- spark-sql set hoodie.schema.on.read.enable=true; create table hudi_mor_test_tbl ( id bigint, name string, ts...

schema-and-data-types
hive
schema-evolution

### Purpose spark support `Cross Partitions Upsert Dynamic Bucket Mode` ### Tests ### API and Format ### Documentation

When I read the `tcia-lidc-xml` of LIDC-IDRI dataset, I found that some xml files could not be read normally, after I replaced this code, it worked. before ```python it =...

https://github.com/BBuf/simple-faster-rcnn-explain/blob/cff53d47cf0b99e1e00475400d135248bd8e595a/model/region_proposal_network.py#L135

选举Leader的一个需求是 candidate 请求投票时,如果有超过半数的响应为 success,就获选leader。 但这处代码的实现是:通过 CountDownLatch(size)阻塞实现,且是在全部都响应了才开始判断。 而且这部分的异步任务处理 分提交和检测完成两次,觉得写的有点繁琐。个人觉得可使用一个ExecutorCompletionService,写起来更清晰,同时在每次take后检测是否有超过半数的成功响应。

### Change Logs _Describe context and summary for this change. Highlight if any code was copied._ ### Impact _Describe any public API or user-facing feature change or any performance impact._...

size:M

### Change Logs Fix flaky testMultiWriterWithAsyncTableServicesWithConflict test ### Impact Fix flaky testMultiWriterWithAsyncTableServicesWithConflict test ### Risk level (write none, low medium or high below) none ### Documentation Update none ### Contributor's...

test-stability
size:S