Skip to content

Commit dc13ab9

Browse files
committed
[DOCS] formatting
1 parent ff2c919 commit dc13ab9

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

docs/blog/index.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
hide:
3+
<<<<<<< HEAD
34
<<<<<<< HEAD
45

56
- navigation
@@ -26,10 +27,18 @@ title: Blog
2627
# under the License.
2728
-->
2829
=======
30+
=======
31+
32+
>>>>>>> af8519e18a ([DOCS] formatting)
2933
- navigation
34+
3035
---
3136

37+
<<<<<<< HEAD
3238
# Blog
3339
>>>>>>> 3128e022f4 (blog refinements)
40+
=======
41+
# Apache Sedona Blog
42+
>>>>>>> af8519e18a ([DOCS] formatting)
3443
3544
The official source for Apache Sedona news, technical insights, release updates, and best practices in large-scale spatial data management.

docs/blog/posts/spatial-tables-data-lakehouses.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,6 +352,7 @@ For example, with Apache Sedona, you can join one table loaded from Shapefiles
352352
with another table loaded from GeoParquet, an extension of the open source Apache Parquet file format.
353353

354354
!!!tip "Best Practice: Co-location can optimize spatial tables in Lakehouses"
355+
355356
Consider the following co-location tips to optimize your spatial data queries: TODO
356357
* To speed up your Lakehouse queries, you can co-locate similar data in the same files and eliminate excessively small files.
357358
* Use Apache Iceberg to store the tabular and spatial tables in the same catalog. TODO
@@ -690,7 +691,7 @@ else:
690691
Lakehouse architecture offers many advantages for the data community, and
691692
with the native support native for `geometry` and `geography` (GEO) data types
692693
in Iceberg, the spatial community can now take advantage of these benefits.
693-
This marks a fundamental shift from simply storing spatial data *within*
694+
This marks a fundamental shift from simply storing spatial data _within_
694695
generic types (like binary WKB or string WKT).
695696

696697
This native support is expected to improve interoperability and performance

0 commit comments

Comments
 (0)