Class | Description |
---|---|
IcebergSpark | |
PathIdentifier | |
PruneColumnsWithoutReordering | |
PruneColumnsWithReordering | |
RollbackStagedTable |
An implementation of StagedTable that mimics the behavior of Spark's non-atomic CTAS and RTAS.
|
Spark3Util | |
Spark3Util.CatalogAndIdentifier |
This mimics a class inside of Spark which is private inside of LookupCatalog.
|
Spark3Util.DescribeSchemaVisitor | |
SparkCatalog |
A Spark TableCatalog implementation that wraps an Iceberg
Catalog . |
SparkDataFile | |
SparkExceptionUtil | |
SparkFilters | |
SparkFilters | |
SparkReadOptions |
Spark DF read options
|
SparkSchemaUtil |
Helper methods for working with Spark/Hive metadata.
|
SparkSessionCatalog<T extends org.apache.spark.sql.connector.catalog.TableCatalog & org.apache.spark.sql.connector.catalog.SupportsNamespaces> |
A Spark catalog that can also load non-Iceberg tables.
|
SparkStructLike | |
SparkTableUtil |
Java version of the original SparkTableUtil.scala
https://github.com/apache/iceberg/blob/apache-iceberg-0.8.0-incubating/spark/src/main/scala/org/apache/iceberg/spark/SparkTableUtil.scala
|
SparkTableUtil.SparkPartition |
Class representing a table partition.
|
SparkUtil | |
SparkValueConverter |
A utility class that converts Spark values to Iceberg's internal representation.
|
SparkWriteOptions |
Spark DF write options
|