veenaypatil edited a comment on pull request #3136:
URL: https://github.com/apache/hudi/pull/3136#issuecomment-867543880
@vinothchandar added tests for multiple partitions
> adding a new partition between two fetches and seeing that the new
partition is picked up
not able to add new partition, tried using
```
Map<Object, Seq<Object>> newPartitionsAssignment =
adminZkClient.addPartitions(TEST_TOPIC_NAME,partitionAssignment,
JavaConversions.asScalaBuffer(brokerMetadataList), 3,
scala.Option.apply(JavaConversions.mapAsScalaMap(replicaAssignment)),
false);
```
which is not working
--
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:
[email protected]