This is an automated email from the ASF dual-hosted git repository.
xudong963 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git
The following commit(s) were added to refs/heads/master by this push:
new b80c85359 docs: fix typo (#3109)
b80c85359 is described below
commit b80c85359bdfc6d483cb2f222a988a9125ed8670
Author: Dezhi Wu <[email protected]>
AuthorDate: Fri Aug 12 09:25:43 2022 +0800
docs: fix typo (#3109)
---
CONTRIBUTING.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 0a8a34fe8..4c0379773 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -95,7 +95,7 @@ One very important test is the
[sql_integration](https://github.com/apache/arrow
### SQL / Postgres Integration Tests
-The
[integration-tests](https://github.com/apache/arrow-datafusion/blob/master/datafusion/integration-tests]
directory contains a harness that runs certain queries against both postgres
and datafusion and compares results
+The
[integration-tests](https://github.com/apache/arrow-datafusion/blob/master/datafusion/integration-tests)
directory contains a harness that runs certain queries against both postgres
and datafusion and compares results
#### setup environment