This is an automated email from the ASF dual-hosted git repository.
lresende pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-toree.git
The following commit(s) were added to refs/heads/master by this push:
new 4ed1974 Update branch/Spark version relationship
4ed1974 is described below
commit 4ed19744a1d3e90dca6652d3de04861c36e83ce9
Author: Luciano Resende <[email protected]>
AuthorDate: Sun Jul 19 10:10:24 2020 -0700
Update branch/Spark version relationship
---
README.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index a646bcc..c154a32 100644
--- a/README.md
+++ b/README.md
@@ -130,7 +130,8 @@ As it stands, we maintain several branches for legacy
versions of Spark. The tab
Branch | Apache Spark Version
---------------------------- | --------------------
-[master][master] | 2.x.x
+[master][master] | 3.x.x
+[0.4.x][0.4.x] | 2.x.x
[0.1.x][0.1.x] | 1.6+
Please note that for the most part, new features will mainly be added to the
`master` branch.