You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor: Create reusable blue-link CSS class and fix white link styling
- Created .blue-link CSS class to replace repeated className attributes
- Replaced all instances of long blue link className with blue-link class
- Fixed white link in presto.mdx description with inline styles
- Addresses PR review comments for code maintainability
Copy file name to clipboardExpand all lines: docs-iceberg-query-engine/athena.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ export const athenaFeatures = [
26
26
chip: "AWS-Native Only",
27
27
description: (
28
28
<>
29
-
Only <Linkto="/docs/writers/iceberg/catalog/glue/"className="text-blue-600 dark:text-blue-400 underline hover:text-blue-700 dark:hover:text-blue-300">AWS Glue Data Catalog</Link> supported for Iceberg. Hive, REST, Nessie, or JDBC catalogs not recognized - tight AWS ecosystem integration
29
+
Only <Linkto="/docs/writers/iceberg/catalog/glue/"className="blue-link">AWS Glue Data Catalog</Link> supported for Iceberg. Hive, REST, Nessie, or JDBC catalogs not recognized - tight AWS ecosystem integration
<Linkto="/blog/2025/10/03/iceberg-metadata/#63-time-travel-rollback-and-branching"className="text-blue-600 dark:text-blue-400 underline hover:text-blue-700 dark:hover:text-blue-300">Time-travel</Link> since 25.4 with SET iceberg_timestamp_ms=<epoch> or iceberg_snapshot_id; partition pruning via use_iceberg_partition_pruning=1
370
+
<Linkto="/blog/2025/10/03/iceberg-metadata/#63-time-travel-rollback-and-branching"className="blue-link">Time-travel</Link> since 25.4 with SET iceberg_timestamp_ms=<epoch> or iceberg_snapshot_id; partition pruning via use_iceberg_partition_pruning=1
<Linkto="/iceberg/query-engine/snowflake"className="text-blue-600 dark:text-blue-400 underline hover:text-blue-700 dark:hover:text-blue-300">UniForm</Link> enables the same table to be accessible as both Delta and Iceberg simultaneously, generating Iceberg metadata on every Delta commit
84
+
<Linkto="/iceberg/query-engine/snowflake"className="blue-link">UniForm</Link> enables the same table to be accessible as both Delta and Iceberg simultaneously, generating Iceberg metadata on every Delta commit
External engines can <Linkto="/blog/2025/10/03/iceberg-metadata/#63-time-travel-rollback-and-branching"className="text-blue-600 dark:text-blue-400 underline hover:text-blue-700 dark:hover:text-blue-300">time-travel</Link> using standard Iceberg syntax with snapshot-ID or timestamp, enhanced with Delta version mapping properties
313
+
External engines can <Linkto="/blog/2025/10/03/iceberg-metadata/#63-time-travel-rollback-and-branching"className="blue-link">time-travel</Link> using standard Iceberg syntax with snapshot-ID or timestamp, enhanced with Delta version mapping properties
Copy file name to clipboardExpand all lines: docs-iceberg-query-engine/duckdb.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ export const duckdbFeatures = [
24
24
chip: "Partial Support",
25
25
description: (
26
26
<>
27
-
Hadoop (file-system) and Iceberg <Linkto="/iceberg/query-engine"className="text-blue-600 dark:text-blue-400 underline hover:text-blue-700 dark:hover:text-blue-300">REST catalog</Link> supported via rest option with bearer/OAuth tokens; no native Hive/Glue catalog yet
27
+
Hadoop (file-system) and Iceberg <Linkto="/iceberg/query-engine"className="blue-link">REST catalog</Link> supported via rest option with bearer/OAuth tokens; no native Hive/Glue catalog yet
Hadoop (file-system), <Linkto="/docs/writers/iceberg/catalog/rest/?rest-catalog=generic"className="text-blue-600 dark:text-blue-400 underline hover:text-blue-700 dark:hover:text-blue-300">REST catalog</Link> with OAuth tokens; no native Hive/Glue support
527
+
Hadoop (file-system), <Linkto="/docs/writers/iceberg/catalog/rest/?rest-catalog=generic"className="blue-link">REST catalog</Link> with OAuth tokens; no native Hive/Glue support
528
528
</>
529
529
),
530
530
tooltip: "Can proxy Hive/Glue through REST but no direct catalog integration"
Copy file name to clipboardExpand all lines: docs-iceberg-query-engine/impala.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ export const impalaFeatures = [
24
24
chip: "Enterprise Ready",
25
25
description: (
26
26
<>
27
-
Deep integration with <Linkto="/iceberg/query-engine/hive"className="text-blue-600 dark:text-blue-400 underline hover:text-blue-700 dark:hover:text-blue-300">Hive Metastore</Link>, HadoopCatalog, and HadoopTables; other catalog implementations configurable via Hive site-config
27
+
Deep integration with <Linkto="/iceberg/query-engine/hive"className="blue-link">Hive Metastore</Link>, HadoopCatalog, and HadoopTables; other catalog implementations configurable via Hive site-config
<Linkto="/iceberg/query-engine/hive"className="text-blue-600 dark:text-blue-400 underline hover:text-blue-700 dark:hover:text-blue-300">Hive Catalog (HMS)</Link>, HadoopCatalog, HadoopTables; other catalog-impl via Hive site-config
529
+
<Linkto="/iceberg/query-engine/hive"className="blue-link">Hive Catalog (HMS)</Link>, HadoopCatalog, HadoopTables; other catalog-impl via Hive site-config
530
530
</>
531
531
),
532
532
tooltip: "No direct Glue/REST/Nessie support; requires HMS infrastructure"
Copy file name to clipboardExpand all lines: docs-iceberg-query-engine/presto.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ export const prestoFeatures = [
26
26
chip: "REST/Nessie + OAuth2",
27
27
description: (
28
28
<>
29
-
<Linkto="/iceberg/query-engine/hive"className="text-blue-600 dark:text-blue-400 underline hover:text-blue-700 dark:hover:text-blue-300">Hive Metastore</Link>, <Linkto="/docs/writers/iceberg/catalog/glue/"className="text-blue-600 dark:text-blue-400 underline hover:text-blue-700 dark:hover:text-blue-300">AWS Glue</Link>, REST/Nessie (0.277+ with OAuth2), Hadoop (file-based); JDBC possible via same properties
29
+
<Linkto="/iceberg/query-engine/hive"className="blue-link">Hive Metastore</Link>, <Linkto="/docs/writers/iceberg/catalog/glue/"className="blue-link">AWS Glue</Link>, REST/Nessie (0.277+ with OAuth2), Hadoop (file-based); JDBC possible via same properties
<Linkto="/iceberg/query-engine/trino"className="white-link">Distributed SQL</Link> query engine with REST/Nessie catalogs, row-level DELETE, time travel, and configurable MoR/CoW modes for interactive analytics
849
+
<Linkto="/iceberg/query-engine/trino"className="white-link"style={{color: 'white', textDecoration: 'underline'}}>Distributed SQL</Link> query engine with REST/Nessie catalogs, row-level DELETE, time travel, and configurable MoR/CoW modes for interactive analytics
UniForm exposes Snowflake tables through Iceberg-compatible REST catalog so external engines (Spark, <Linkto="/iceberg/query-engine/trino"className="text-blue-600 dark:text-blue-400 underline hover:text-blue-700 dark:hover:text-blue-300">Trino</Link>) can read them. Cross-cloud support via External Volumes
483
+
UniForm exposes Snowflake tables through Iceberg-compatible REST catalog so external engines (Spark, <Linkto="/iceberg/query-engine/trino"className="blue-link">Trino</Link>) can read them. Cross-cloud support via External Volumes
Copy file name to clipboardExpand all lines: docs-iceberg-query-engine/trino.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ export const trinoFeatures = [
25
25
chip: "Universal Access",
26
26
description: (
27
27
<>
28
-
<Linkto="/docs/writers/iceberg/catalog/hive/"className="text-blue-600 dark:text-blue-400 underline hover:text-blue-700 dark:hover:text-blue-300">hive_metastore</Link>, <Linkto="/docs/writers/iceberg/catalog/glue/"className="text-blue-600 dark:text-blue-400 underline hover:text-blue-700 dark:hover:text-blue-300">glue</Link>, jdbc, rest, nessie, or <Linkto="/iceberg/query-engine/snowflake"className="text-blue-600 dark:text-blue-400 underline hover:text-blue-700 dark:hover:text-blue-300">snowflake</Link> catalogs; each exposes same tables once configured in catalog properties
28
+
<Linkto="/docs/writers/iceberg/catalog/hive/"className="blue-link">hive_metastore</Link>, <Linkto="/docs/writers/iceberg/catalog/glue/"className="blue-link">glue</Link>, jdbc, rest, nessie, or <Linkto="/iceberg/query-engine/snowflake"className="blue-link">snowflake</Link> catalogs; each exposes same tables once configured in catalog properties
0 commit comments