1
0

[MINOR] Fix typo of DisruptorExecutor in RFC 53 (#5860)

This commit is contained in:
felixYyu
2022-06-14 14:30:17 +08:00
committed by GitHub
parent 264b15df87
commit f16b1e8982

View File

@@ -148,7 +148,7 @@ So there is no impact on existing users.
## Test Plan
1. Add UT `TestDisruptorMessageQueue` and `TestDisruptorExecutionInSpark` to guard above logic, also validate data correctness.
2. Add Benchmark `BoundInMemoryExecutorBenchmark` benchmark with BoundInMemoryExecutor(based-master) and DisruptorExecutior(new option)
2. Add Benchmark `BoundInMemoryExecutorBenchmark` benchmark with BoundInMemoryExecutor(based-master) and DisruptorExecutor(new option)
## Future Plan
For now, this DisruptorExecutor is supported for spark insert and spark bulk insert operations as an experimental feature. So that there're also several further steps need to be done: