From 9f79850c2eae407da5ed6f1c50a38ac5f0a2058b Mon Sep 17 00:00:00 2001 From: qqqttt123 <148952220+qqqttt123@users.noreply.github.com> Date: Thu, 26 Oct 2023 10:17:52 +0800 Subject: [PATCH] [MINOR] fix(docs): Fix the typo of the code comment (#597) ### What changes were proposed in this pull request? The comment left the word `Spark`. I add it back. ### Why are the changes needed? Improve the quality of the comment. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? No need. Co-authored-by: qqqttt --- .../main/java/com/datastrato/gravitino/rel/SchemaChange.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/src/main/java/com/datastrato/gravitino/rel/SchemaChange.java b/api/src/main/java/com/datastrato/gravitino/rel/SchemaChange.java index 17c947819a..2223d80032 100644 --- a/api/src/main/java/com/datastrato/gravitino/rel/SchemaChange.java +++ b/api/src/main/java/com/datastrato/gravitino/rel/SchemaChange.java @@ -15,7 +15,7 @@ * limitations under the License. */ -// Referred from Apache's connector/catalog implementation +// Referred from Apache Spark's connector/catalog implementation // sql/catalyst/src/main/java/org/apache/spark/sql/connector/catalog/NamespaceChange.java package com.datastrato.gravitino.rel;