Re: Spark Website Styling Issues Partially Resolved

2025-02-06 Thread Reynold Xin
Thanks for fixing these! On Thu, Feb 6, 2025 at 4:40 PM Gengliang Wang wrote: > Hi all, > > The Spark website styling was recently broken due to a violation of > Content Security Policy (CSP). I have fixed the main website ( > spark.apache.org) and the latest documentation site (Spark 3.5.4 docs

Spark Website Styling Issues Partially Resolved

2025-02-06 Thread Gengliang Wang
Hi all, The Spark website styling was recently broken due to a violation of Content Security Policy (CSP). I have fixed the main website (spark.apache.org) and the latest documentation site (Spark 3.5.4 docs ). Most pages should now be functioning. However, s

Re: Incorrect Results and SIGSEGV on Read with Iceberg + PySpark + Nessie

2025-02-06 Thread Aaron Grubb
Someone just replied to the bug, it was already known about and will be fixed in the upcoming Iceberg 1.7.2 release. On Thu, 2025-02-06 at 09:35 +, Aaron Grubb wrote: > Hi all, > > I filed a bug with the Iceberg team [1] but I'm not sure that it's 100% > specific to Iceberg (I assume it is

Incorrect Results and SIGSEGV on Read with Iceberg + PySpark + Nessie

2025-02-06 Thread Aaron Grubb
Hi all, I filed a bug with the Iceberg team [1] but I'm not sure that it's 100% specific to Iceberg (I assume it is as data in the related parquet file is correct and session.read.parquet always returns correct results) so I figured I would flag it here in case anyone has some insight. Currently