This is an automated email from the ASF dual-hosted git repository.

jcamacho pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-xtable.git


The following commit(s) were added to refs/heads/main by this push:
     new 179d1973 Fix some typos in the api docstrings (#387)
179d1973 is described below

commit 179d19738b3c6b2b76db54e04dd7122ea41e538c
Author: hussein-awala <huss...@awala.fr>
AuthorDate: Tue Mar 12 22:18:47 2024 +0100

    Fix some typos in the api docstrings (#387)
---
 api/src/main/java/org/apache/xtable/client/CatalogConfig.java         | 4 ++--
 api/src/main/java/org/apache/xtable/model/OneSnapshot.java            | 4 ++--
 .../java/org/apache/xtable/model/schema/PartitionTransformType.java   | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/api/src/main/java/org/apache/xtable/client/CatalogConfig.java 
b/api/src/main/java/org/apache/xtable/client/CatalogConfig.java
index 0bd49687..4184b4c8 100644
--- a/api/src/main/java/org/apache/xtable/client/CatalogConfig.java
+++ b/api/src/main/java/org/apache/xtable/client/CatalogConfig.java
@@ -21,9 +21,9 @@ package org.apache.xtable.client;
 import java.util.Map;
 
 /**
- * Catologs are responsible for the management of and providing access to the 
metadata associated
+ * Catalogs are responsible for the management of and providing access to the 
metadata associated
  * with a given set of Tables, typically within the context of a namespaces. 
This interface
- * represents the configuration required to initialize a client for a 
particualr data engine such
+ * represents the configuration required to initialize a client for a 
particular data engine such
  * that it can access the necessary metadata for table conversions and 
semantic details.
  */
 public interface CatalogConfig {
diff --git a/api/src/main/java/org/apache/xtable/model/OneSnapshot.java 
b/api/src/main/java/org/apache/xtable/model/OneSnapshot.java
index 7708ae60..796cb8a5 100644
--- a/api/src/main/java/org/apache/xtable/model/OneSnapshot.java
+++ b/api/src/main/java/org/apache/xtable/model/OneSnapshot.java
@@ -30,8 +30,8 @@ import org.apache.xtable.model.storage.OneFileGroup;
 
 /**
  * Snapshot represents the view of the table at a specific point in time. 
Snapshot captures all the
- * required information (schemas, table metadata, files etc) which can be used 
by a query engine to
- * query the table as of {@link #version}. Additionally, it also captures the 
pending instants at
+ * required information (schemas, table metadata, files, etc.) which can be 
used by a query engine
+ * to query the table as of {@link #version}. Additionally, it also captures 
the pending instants at
  * the start of the sync process before the last completed instant on the 
table. These pending
  * instants are to avoid missing out of commits that are in progress while the 
sync started.
  *
diff --git 
a/api/src/main/java/org/apache/xtable/model/schema/PartitionTransformType.java 
b/api/src/main/java/org/apache/xtable/model/schema/PartitionTransformType.java
index 76e65bff..d6e082f1 100644
--- 
a/api/src/main/java/org/apache/xtable/model/schema/PartitionTransformType.java
+++ 
b/api/src/main/java/org/apache/xtable/model/schema/PartitionTransformType.java
@@ -20,7 +20,7 @@ package org.apache.xtable.model.schema;
 
 /**
  * The type of transformation to apply to a field in the schema to generate 
the partition value.
- * YEAR, MONTH, DAY, HOUR applies to source field which is of timestamp type 
where as VALUE type
+ * YEAR, MONTH, DAY, HOUR applies to source field which is of timestamp type 
whereas VALUE type
  * represents identity transformation.
  *
  * @since 0.1

Reply via email to