This is an automated email from the ASF dual-hosted git repository.
vbalaji pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git
The following commit(s) were added to refs/heads/master by this push:
new 61b5979dc35 [MINOR] fix typo (#10634)
61b5979dc35 is described below
commit 61b5979dc358d66fff488decc8767a0c0c78e505
Author: lxliyou001 <[email protected]>
AuthorDate: Thu Feb 8 14:16:32 2024 +0800
[MINOR] fix typo (#10634)
---
.../src/main/java/org/apache/hudi/common/bloom/InternalFilter.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/hudi-common/src/main/java/org/apache/hudi/common/bloom/InternalFilter.java
b/hudi-common/src/main/java/org/apache/hudi/common/bloom/InternalFilter.java
index 6b2e46ee077..e23255bb4b6 100644
--- a/hudi-common/src/main/java/org/apache/hudi/common/bloom/InternalFilter.java
+++ b/hudi-common/src/main/java/org/apache/hudi/common/bloom/InternalFilter.java
@@ -192,7 +192,7 @@ abstract class InternalFilter {
* <p>For efficiency, implementations should attempt to re-use storage in the
* existing object where possible.</p>
*
- * @param in <code>DataInput</code> to deseriablize this object from.
+ * @param in <code>DataInput</code> to deserialize this object from.
* @throws IOException
*/
public void readFields(DataInput in) throws IOException {