Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DOCS] Enable markdownlint rule MD032 #1353

Merged
merged 1 commit into from
Apr 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .github/linters/.markdown-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ 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: 1 addition & 0 deletions docs/api/flink/Function.md
Original file line number Diff line number Diff line change
Expand Up @@ -756,6 +756,7 @@ 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: 1 addition & 0 deletions docs/api/snowflake/vector-data/Function.md
Original file line number Diff line number Diff line change
Expand Up @@ -591,6 +591,7 @@ 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: 1 addition & 0 deletions docs/api/sql/Function.md
Original file line number Diff line number Diff line change
Expand Up @@ -760,6 +760,7 @@ 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: 1 addition & 0 deletions docs/community/contributor.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ 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: 3 additions & 0 deletions docs/community/publication.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,11 @@ 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: 1 addition & 0 deletions docs/community/release-manager.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ 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: 1 addition & 0 deletions docs/setup/databricks.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ 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
Loading