1
0

[MINOR] typo fix (#1142)

This commit is contained in:
yungthuis66
2019-12-27 01:03:43 +08:00
committed by vinoth chandar
parent 842eabb27f
commit f20a130e3a

View File

@@ -74,7 +74,7 @@ import java.util.stream.IntStream;
*
* In continuous mode, DeltaStreamer runs in loop-mode going through the below operations (a) pull-from-source (b)
* write-to-sink (c) Schedule Compactions if needed (d) Conditionally Sync to Hive each cycle. For MOR table with
* continuous mode enabled, a seperate compactor thread is allocated to execute compactions
* continuous mode enabled, a separate compactor thread is allocated to execute compactions
*/
public class HoodieDeltaStreamer implements Serializable {