This is an automated email from the ASF dual-hosted git repository.
mbudiu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/calcite.git
The following commit(s) were added to refs/heads/main by this push:
new 00f552e72a Typo in ArrowExtension
00f552e72a is described below
commit 00f552e72aeaa3a836fae5a97cd6ce1f9bacd685
Author: Cancai Cai <[email protected]>
AuthorDate: Mon Dec 2 00:19:06 2024 +0800
Typo in ArrowExtension
---
.../src/test/java/org/apache/calcite/adapter/arrow/ArrowExtension.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/arrow/src/test/java/org/apache/calcite/adapter/arrow/ArrowExtension.java
b/arrow/src/test/java/org/apache/calcite/adapter/arrow/ArrowExtension.java
index e5edb91965..ab1f5c2a88 100644
--- a/arrow/src/test/java/org/apache/calcite/adapter/arrow/ArrowExtension.java
+++ b/arrow/src/test/java/org/apache/calcite/adapter/arrow/ArrowExtension.java
@@ -65,7 +65,7 @@ class ArrowExtension implements ExecutionCondition {
if (enabled) {
return ConditionEvaluationResult.enabled("Arrow tests enabled");
} else {
- return ConditionEvaluationResult.disabled("Cassandra tests disabled");
+ return ConditionEvaluationResult.disabled("Arrow tests disabled");
}
}
}