Skip to content

Commit

Permalink
Revert "[DOCS] Enable markdownlint rule MD032 (#1353)"
Browse files Browse the repository at this point in the history
This reverts commit 631794b.
  • Loading branch information
jiayuasu committed Apr 28, 2024
1 parent 2dce36c commit 5211b31
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 9 deletions.
3 changes: 3 additions & 0 deletions .github/linters/.markdown-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ MD026: false
# ol-prefix - Ordered list item prefix
MD029: false

# blanks-around-lists - Lists should be surrounded by blank lines
MD032: false

# no-inline-html - Inline HTML
MD033: false

Expand Down
1 change: 0 additions & 1 deletion docs/api/flink/Function.md
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,6 @@ Result:
Introduction: Returns a homogeneous multi-geometry from a given geometry collection.

The type numbers are:

1. POINT
2. LINESTRING
3. POLYGON
Expand Down
1 change: 0 additions & 1 deletion docs/api/snowflake/vector-data/Function.md
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,6 @@ GEOMETRYCOLLECTION (POINT (40 10), LINESTRING (0 5, 0 10))
Introduction: Returns a homogeneous multi-geometry from a given geometry collection.

The type numbers are:

1. POINT
2. LINESTRING
3. POLYGON
Expand Down
1 change: 0 additions & 1 deletion docs/api/sql/Function.md
Original file line number Diff line number Diff line change
Expand Up @@ -705,7 +705,6 @@ Result:
Introduction: Returns a homogeneous multi-geometry from a given geometry collection.

The type numbers are:

1. POINT
2. LINESTRING
3. POLYGON
Expand Down
1 change: 0 additions & 1 deletion docs/community/contributor.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ Current Sedona Committers are as follows:
## Nominate a committer or PMC member

Steps are as follows:

1. Call a vote (templates/committerVote.txt)
2. Close the vote. If the result is positive, invite the new committer.

Expand Down
3 changes: 0 additions & 3 deletions docs/community/publication.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,8 @@ GeoSpark Perspective and Beyond"** is the full research paper that talks about t
GeoSpark were evaluated by papers published on database top venues. It is worth noting that we do not have any collaboration with the authors.

* SIGMOD 2020 paper ["Architecting a Query Compiler for Spatial Workloads"](https://dl.acm.org/doi/abs/10.1145/3318464.3389701) Ruby Y. Tahboub, Tiark Rompf (Purdue University).

> In Figure 16a, GeoSpark distance join query runs around 7x - 9x faster than Simba, a spatial extension on Spark, on 1 - 24 core machines.
* PVLDB 2018 paper ["How Good Are Modern Spatial Analytics Systems?"](http://www.vldb.org/pvldb/vol11/p1661-pandey.pdf) Varun Pandey, Andreas Kipf, Thomas Neumann, Alfons Kemper (Technical University of Munich), quoted as follows:

> GeoSpark comes close to a complete spatial analytics system. It also exhibits the best performance in most cases.
## Full publications
Expand Down
1 change: 0 additions & 1 deletion docs/community/release-manager.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ JAVA_HOME="${JAVA_HOME:-$(/usr/libexec/java_home -v 1.8)}" exec "/usr/local/Cell
## 3. Use SVN to update KEYS

Use SVN to append your armored PGP public key to the `KEYS` files

* https://dist.apache.org/repos/dist/dev/sedona/KEYS
* https://dist.apache.org/repos/dist/release/sedona/KEYS

Expand Down
1 change: 0 additions & 1 deletion docs/setup/databricks.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ We recommend Databricks 10.x+.
* 1.4.1, 1.5.0 are complied against Spark 3.3, 3.4, 3.5

> In Spark 3.2, `org.apache.spark.sql.catalyst.expressions.Generator` class added a field `nodePatterns`. Any SQL functions that rely on Generator class may have issues if compiled for a runtime with a differing spark version. For Sedona, those functions are:
>
> * ST_MakeValid
> * ST_SubDivideExplode
Expand Down

0 comments on commit 5211b31

Please sign in to comment.