Skip to content

Commit 44064aa

Browse files
Apache Spark 3.5.2
1 parent 9e60817 commit 44064aa

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

docs/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ hide:
1010

1111
Welcome to **The Internals of {{ book.title }}** online book! 🤙
1212

13-
I'm [Jacek Laskowski](https://pl.linkedin.com/in/jaceklaskowski), an IT freelancer specializing in
13+
I'm [Jacek Laskowski](https://pl.linkedin.com/in/jaceklaskowski), a Freelance Data(bricks) Engineer specializing in
1414
[Apache Spark](https://books.japila.pl/apache-spark-internals/) (incl. [Spark SQL](https://books.japila.pl/spark-sql-internals/) and [Spark Structured Streaming](https://books.japila.pl/spark-structured-streaming-internals/)),
1515
[Delta Lake](https://books.japila.pl/delta-lake-internals/),
16-
[Databricks](https://www.databricks.com/product/data-lakehouse),
17-
and [Apache Kafka](https://books.japila.pl/kafka-internals/) (incl. [Kafka Streams](https://books.japila.pl/kafka-streams-internals/) and [ksqlDB](https://books.japila.pl/ksqldb-internals/)) with brief forays into a wider data engineering space (e.g., [Trino](https://trino.io/), [Dask](https://www.dask.org/) and [dbt](https://www.getdbt.com/), mostly during [Warsaw Data Engineering](https://www.meetup.com/Warsaw-Data-Engineering/) meetups).
16+
[Databricks](https://www.databricks.com/),
17+
and [Apache Kafka](https://books.japila.pl/kafka-internals/) (incl. [Kafka Streams](https://books.japila.pl/kafka-streams-internals/)) with brief forays into a wider data engineering space (e.g., [Trino](https://trino.io/), [Dask](https://www.dask.org/) and [dbt](https://www.getdbt.com/), mostly during [Warsaw Data Engineering](https://www.meetup.com/Warsaw-Data-Engineering/) meetups).
1818

1919
I'm very excited to have you here and hope you will enjoy exploring the internals of {{ book.title }} as much as I have.
2020

mkdocs.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repo_name: pyspark-internals
77
repo_url: https://github.com/japila-books/pyspark-internals
88
edit_uri: edit/main/docs/
99

10-
copyright: Copyright © 2023 Jacek Laskowski
10+
copyright: Copyright © 2023-2024 Jacek Laskowski
1111

1212
theme:
1313
name: material
@@ -62,9 +62,7 @@ markdown_extensions:
6262
- pymdownx.caret
6363
- pymdownx.critic
6464
- pymdownx.details
65-
- pymdownx.emoji:
66-
emoji_index: !!python/name:materialx.emoji.twemoji
67-
emoji_generator: !!python/name:materialx.emoji.to_svg
65+
- pymdownx.emoji
6866
- pymdownx.inlinehilite
6967
- pymdownx.magiclink
7068
- pymdownx.mark
@@ -108,9 +106,11 @@ extra:
108106
java:
109107
api: https://docs.oracle.com/en/java/javase/17/docs/api/java.base
110108
pandas:
111-
version: 1.5.0
109+
version: 2.2.0
112110
api: https://pandas.pydata.org/docs/reference/api
113111
home: https://pandas.pydata.org/
112+
pyarrow:
113+
version: 17.0.0
114114
py4j:
115115
version: 0.10.9
116116
doc: https://www.py4j.org
@@ -140,8 +140,8 @@ extra:
140140
- icon: fontawesome/brands/mastodon
141141
link: https://fosstodon.org/@jaceklaskowski
142142
spark:
143-
version: 3.4.0
144-
github: https://github.com/apache/spark/tree/v3.4.0
143+
version: 3.5.2
144+
github: https://github.com/apache/spark/tree/v3.5.2
145145
jira: https://issues.apache.org/jira/browse
146146
# https://squidfunk.github.io/mkdocs-material/setup/setting-up-tags/#tag-icons-and-identifiers
147147
tags:

0 commit comments

Comments
 (0)