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

houqp 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 b54e502  Add all postgres set operators to readme (#1089)
b54e502 is described below

commit b54e502d41bbf1c21f9fee269310b136383a78c3
Author: carlos <[email protected]>
AuthorDate: Sat Oct 9 13:39:54 2021 +0800

    Add all postgres set operators to readme (#1089)
---
 README.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index b2c56a3..9350c2c 100644
--- a/README.md
+++ b/README.md
@@ -214,7 +214,9 @@ DataFusion also includes a simple command-line interactive 
SQL utility. See the
   - [x] UNION ALL
   - [x] UNION
   - [ ] INTERSECT
-  - [ ] MINUS
+  - [ ] INTERSECT ALL
+  - [ ] EXCEPT
+  - [ ] EXCEPT ALL
 - [x] Joins
   - [x] INNER JOIN
   - [x] LEFT JOIN

Reply via email to