This is an automated email from the ASF dual-hosted git repository.
alamb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git
The following commit(s) were added to refs/heads/master by this push:
new 18ef66231 Fix typo in workflow comment (#6604)
18ef66231 is described below
commit 18ef66231bddc7a2379542959b0251d91155fd28
Author: Piotr Findeisen <[email protected]>
AuthorDate: Sun Oct 20 22:22:14 2024 +0200
Fix typo in workflow comment (#6604)
---
.github/workflows/integration.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/integration.yml
b/.github/workflows/integration.yml
index 879f5a084..4e91844ef 100644
--- a/.github/workflows/integration.yml
+++ b/.github/workflows/integration.yml
@@ -60,7 +60,7 @@ jobs:
ARROW_RUST_EXE_PATH: /build/rust/debug
BUILD_DOCS_CPP: OFF
ARROW_INTEGRATION_CPP: ON
- # Sisable C# integration tests due to
https://github.com/apache/arrow-rs/issues/6577
+ # Disable C# integration tests due to
https://github.com/apache/arrow-rs/issues/6577
ARROW_INTEGRATION_CSHARP: OFF
ARROW_INTEGRATION_GO: ON
ARROW_INTEGRATION_JAVA: ON