[minor] Fix few typos in the java docs (#1132)
This commit is contained in:
committed by
vinoth chandar
parent
dd06660183
commit
94aec965f5
@@ -89,7 +89,7 @@ import java.util.stream.IntStream;
|
|||||||
import scala.Tuple2;
|
import scala.Tuple2;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Hoodie Write Client helps you build datasets on HDFS [insert()] and then perform efficient mutations on a HDFS
|
* Hoodie Write Client helps you build datasets on HDFS [insert()] and then perform efficient mutations on an HDFS
|
||||||
* dataset [upsert()]
|
* dataset [upsert()]
|
||||||
* <p>
|
* <p>
|
||||||
* Note that, at any given time, there can only be one Spark job performing these operatons on a Hoodie dataset.
|
* Note that, at any given time, there can only be one Spark job performing these operatons on a Hoodie dataset.
|
||||||
|
|||||||
@@ -39,7 +39,7 @@ public class TestBloomFilter {
|
|||||||
|
|
||||||
private final String versionToTest;
|
private final String versionToTest;
|
||||||
|
|
||||||
// name attribute is optional, provide an unique name for test
|
// name attribute is optional, provide a unique name for test
|
||||||
// multiple parameters, uses Collection<Object[]>
|
// multiple parameters, uses Collection<Object[]>
|
||||||
@Parameters()
|
@Parameters()
|
||||||
public static Collection<Object[]> data() {
|
public static Collection<Object[]> data() {
|
||||||
|
|||||||
Reference in New Issue
Block a user