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

kszucs pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/master by this push:
     new 3771045  Fix markdown syntax in python's and rust's readme (#3964)
3771045 is described below

commit 3771045a4d63061bab84a389b40d43138e98421d
Author: Krisztián Szűcs <[email protected]>
AuthorDate: Mon Mar 18 16:08:59 2019 +0100

    Fix markdown syntax in python's and rust's readme (#3964)
---
 python/README.md          |  2 +-
 rust/datafusion/README.md | 41 ++++++++++++++++++++---------------------
 2 files changed, 21 insertions(+), 22 deletions(-)

diff --git a/python/README.md b/python/README.md
index 658deb3..9179dc1 100644
--- a/python/README.md
+++ b/python/README.md
@@ -1,4 +1,4 @@
-y<!---
+<!---
   Licensed to the Apache Software Foundation (ASF) under one
   or more contributor license agreements.  See the NOTICE file
   distributed with this work for additional information
diff --git a/rust/datafusion/README.md b/rust/datafusion/README.md
index 23aa45c..20a8657 100644
--- a/rust/datafusion/README.md
+++ b/rust/datafusion/README.md
@@ -34,32 +34,32 @@ datafusion = "0.12"
 
 ## General
 
-[x] SQL Parser
-[x] SQL Query Planner
-[x] Query Optimizer
-[x] Projection push down
-[ ] Predicate push down
-[x] Type coercion
-[ ] Parallel query execution
+- [x] SQL Parser
+- [x] SQL Query Planner
+- [x] Query Optimizer
+- [x] Projection push down
+- [ ] Predicate push down
+- [x] Type coercion
+- [ ] Parallel query execution
 
 ## SQL Support
 
-[x] Projection
-[x] Selection
-[x] Aggregate
-[ ] Sorting
-[x] Limit
-[ ] Nested types and dot notation
-[ ] Lists
-[ ] UDFs
-[ ] Subqueries
-[ ] Joins
+- [x] Projection
+- [x] Selection
+- [x] Aggregate
+- [ ] Sorting
+- [x] Limit
+- [ ] Nested types and dot notation
+- [ ] Lists
+- [ ] UDFs
+- [ ] Subqueries
+- [ ] Joins
 
 ## Data Sources
 
-[x] CSV
-[x] Parquet primitive types
-[ ] Parquet nested types
+- [x] CSV
+- [x] Parquet primitive types
+- [ ] Parquet nested types
 
 # Example
 
@@ -134,4 +134,3 @@ fn main() {
     }
 }
 ```
-

Reply via email to