Messages by Thread
-
Re: [PR] WIP: first pass at `UnboundTransform` [iceberg-python]
via GitHub
-
Re: [PR] Fix promotion timestamp v3 [iceberg]
via GitHub
-
Re: [PR] docs: replace minio with rustfs in quick start [iceberg]
via GitHub
-
Re: [I] In concurrent workflows, the snapshot producer is overwriting newer schema changes with stale table metadata [iceberg]
via GitHub
-
Re: [I] What is design decision / rationale behind treating Kafka Connect timestamp as timezone aware [iceberg]
via GitHub
-
Re: [PR] Arrow: Close child allocators [iceberg]
via GitHub
-
Re: [PR] feat(storage)(test): Add a test suite for iceberg-storage [iceberg-rust]
via GitHub
-
[I] Parquet: Filter pushdown throws UnsupportedOperationException for decimal and UUID predicates [iceberg]
via GitHub
-
[I] AWS, GCP: Race condition on volatile mutable storageCredentials list in S3FileIO and GCSFileIO` [iceberg]
via GitHub
-
[I] Core: Puffin LZ4 footer compression throws UnsupportedOperationException at runtime [iceberg]
via GitHub
-
[I] Parquet: ParquetFilters.convert() does not handle AlwaysFalse, may produce incorrect filter pushdown [iceberg]
via GitHub
-
[PR] Core: Fix ThreadLocal leak in CommitMetadata (#15284) [iceberg]
via GitHub
-
[PR] AWS: Apply service configurations to S3AsyncClient (#14575) [iceberg]
via GitHub
-
Re: [I] AWS: DefaultAwsClientFactory s3 / s3Async serviceConfiguration are not equivalent [iceberg]
via GitHub
-
Re: [I] ThreadLocal capacity leak in CommitMetadata due to improper cleanup [iceberg]
via GitHub
-
[PR] perf(reader): replace O(N*M) equality-delete predicate tree with O(N+M) HashSet filter [iceberg-rust]
via GitHub
-
[PR] Spark: Restrict view command rewrite to Iceberg catalogs [iceberg]
via GitHub
-
[PR] docs(website): add generator scaffold for example-driven concept pages [iceberg-go]
via GitHub
-
[PR] Fix ManifestEntry.snapshot_id setter writing to wrong index [iceberg-python]
via GitHub
-
Re: [I] File Format API [iceberg]
via GitHub
-
[I] ManifestEntry.snapshot_id setter writes to wrong index, corrupting status field [iceberg-python]
via GitHub
-
[PR] BigQuery metastore: implement commit_table with commit status verification [iceberg-python]
via GitHub
-
Re: [I] Flink: LogicalTypeWriterBuilder does not support UUID [iceberg]
via GitHub
-
[PR] Spark 4.1: Deprecate `schema()` on Spark Table implementations [iceberg]
via GitHub
-
[PR] Spark 4.1: Test legacy position deletes when upgrading to v3 tables [iceberg]
via GitHub
-
[PR] Flink 2.1: Fix forward-writer chaining regression in DynamicIcebergSink [iceberg]
via GitHub
-
[PR] V4 amt spec changes [iceberg]
via GitHub
-
[PR] Core: Propagate server error message in failed remote scan planning responses [iceberg]
via GitHub
-
Re: [I] Tables with files imported to Iceberg using `add_files` contain inconsistent `format-version` manifest fields when using `format-version` 2 [iceberg]
via GitHub
-
Re: [PR] REST spec: Add Optional UUID for Namespaces to OpenAPI spec [iceberg]
via GitHub
-
Re: [PR] API: Use unsigned byte-wise comparison to fix UUID comparison bug [iceberg]
via GitHub
-
Re: [PR] fix: normalize nested field names in RecordBatchTransformer [iceberg-rust]
via GitHub
-
Re: [I] [EPIC] feat: support metadata tables [iceberg-rust]
via GitHub
-
Re: [PR] fix: embed iceberg.schema in Arrow schema metadata for Snowflake compatibility [iceberg-rust]
via GitHub
-
Re: [I] Remove `configured_scheme` from OpenDalStorage::{S3, Azdls} [iceberg-rust]
via GitHub
-
[PR] docs: improve Write to a table section (#1008) [iceberg-python]
via GitHub
-
[PR] Build: Bump adlfs from 2026.2.0 to 2026.4.0 [iceberg-python]
via GitHub
-
[PR] Build: Bump bodo from 2026.2 to 2026.4 [iceberg-python]
via GitHub
-
[PR] Build: Bump google-auth from 2.49.1 to 2.49.2 [iceberg-python]
via GitHub
-
[PR] Core: Fix optionalOAuthParams dropped during non-exchange token refresh [iceberg]
via GitHub
-
[PR] Build: Bump huggingface-hub from 1.9.2 to 1.10.1 [iceberg-python]
via GitHub
-
[PR] Build: Bump pypa/gh-action-pypi-publish from 1.13.0 to 1.14.0 [iceberg-python]
via GitHub
-
[I] Core: optionalOAuthParams (audience, resource) dropped during non-exchange token refresh [iceberg]
via GitHub
-
Re: [PR] REST: Add VariantType to spec [iceberg]
via GitHub
-
Re: [PR] REST Spec: Clarify identifier uniqueness across tables and views [iceberg]
via GitHub
-
Re: [PR] REST Spec: Clarify identifier uniqueness across catalog object types [iceberg]
via GitHub
-
[PR] Docs: Sync Go implementation status with iceberg-go [iceberg]
via GitHub
-
[PR] docs(website): sync feature tables with README.md [iceberg-go]
via GitHub
-
[PR] docs(website): add scanner, writer, and transaction API documentation [iceberg-go]
via GitHub
-
[PR] Fix zombie coordinator thread when S3 writes fail [iceberg]
via GitHub
-
[PR] Backport "Add passthroughRecords option to DynamicIcebergSink (#15433)" [iceberg]
via GitHub
-
[PR] Core: Propagate iceberg.hadoop.conf. properties to Hadoop Configuration [iceberg]
via GitHub
-
[I] Propagate `iceberg.hadoop.conf.` prefixed properties to `HadoopFileIO`'s Configuration [iceberg]
via GitHub
-
[I] iceberg-kafka-connect zombie coordinator thread when writing to S3 fails [iceberg]
via GitHub
-
[PR] Flink: Parallelize writer flush in DynamicWriter.prepareCommit [iceberg]
via GitHub
-
[I] Parallelize writer flush in `DynamicWriter.prepareCommit` [iceberg]
via GitHub
-
[I] Fix 1.10.x license issues [iceberg]
via GitHub
-
[PR] Spark4.1: Add changelog tests for table v3 [iceberg]
via GitHub
-
[PR] Flink: Persist flink job id in DynamicWriteResultAggregator state [iceberg]
via GitHub
-
Re: [PR] Core, AWS: Allow stopping thread pools manually [iceberg]
via GitHub
-
Re: [PR] Spark, Arrow, Parquet: Add vectorized read support for parquet RLE encoded data pages [iceberg]
via GitHub
-
[PR] [1.10.x] Backport (#14295) Hive : Fixing the trailing slash issue for the database paths in HMS … [iceberg]
via GitHub
-
[PR] Fix duplicate commits in DynamicCommitter after Flink restart [iceberg]
via GitHub
-
Re: [PR] Core: Add support for OpenTelemetry in HTTPClient [iceberg]
via GitHub
-
[I] `DynamicCommitter` dedup can allow duplicate commits after Flink job restart/rescale when a prior commit succeeded on the catalog but the response was lost [iceberg]
via GitHub
-
[PR] Core: Add total size fields for position and equality delete files in PartitionsTable [iceberg]
via GitHub
-
Re: [PR] JDBC: Do not pass catalog props to JDBC driver [iceberg]
via GitHub
-
Re: [I] Iceberg 1.10.0: Unexpected S3 checksum validation despite s3.checksum-enabled=false [iceberg]
via GitHub
-
[PR] OpenAPI: Support CATALOG_NAME env var in REST fixture [iceberg]
via GitHub
-
[PR] Arrow reader: reject unsigned Parquet integer columns with clear error [iceberg]
via GitHub
-
[PR] feat(io): add ListableIO interface to replace reflect-based directory walking (#913) [iceberg-go]
via GitHub
-
[PR] feat(io): add BulkRemovableIO and ListableIO interfaces (#914) [iceberg-go]
via GitHub
-
[PR] chore: add more ai related .gitignore [iceberg-cpp]
via GitHub
-
[PR] Xb/scan plan [iceberg-rust]
via GitHub
-
[PR] fix(manifest): encode day-transform partition fields with Avro date logical type [iceberg-go]
via GitHub
-
Re: [PR] Support Snowflake-Managed Iceberg Tables via SnowflakeCatalog [iceberg-python]
via GitHub
-
Re: [PR] Add env variables to configure manifest cache [iceberg-python]
via GitHub
-
Re: [PR] Add rename_view to REST Catalog [iceberg-python]
via GitHub
-
Re: [PR] Flink: Pass FileIO on Flink's read path [iceberg]
via GitHub
-
Re: [PR] GCS: Add ability to configure http max connections and timeouts for gcs client. [iceberg]
via GitHub
-
Re: [PR] [WIP] V4 Manifest Read Support [iceberg]
via GitHub
-
Re: [I] Proxy Settings for catalog REST API client [iceberg]
via GitHub
-
[PR] feat(encryption) [4/N] Support encryption: StandardKeyMetadata [iceberg-rust]
via GitHub
-
[PR] feat(encryption) [3/N] Support encryption: KMS [iceberg-rust]
via GitHub
-
Re: [I] Encryption - Add AES-GCM encryption utilities [iceberg-rust]
via GitHub
-
Re: [I] Inconsistent handling of non-existent object locations across FileIO implementations [iceberg]
via GitHub
-
[I] Add BulkRemovableIO interface for batched file deletion [iceberg-go]
via GitHub
-
[I] Add ListableIO interface to replace reflect-based directory walking [iceberg-go]
via GitHub
-
[PR] feat(table): retry doCommit on commit-conflict errors (#830) [iceberg-go]
via GitHub
-
[PR] Spec: Clarify record-related snapshot summaries refer to physical layout [iceberg]
via GitHub
-
[PR] feat(table): add snapshot ancestry utility [iceberg-go]
via GitHub
-
[PR] Spec: Update formatting in tables to use material content tabs [iceberg]
via GitHub
-
[PR] API, Spark: Add direct UUID string-to-ByteBuffer conversion [iceberg]
via GitHub
-
[I] API, Spark: Add direct UUID string-to-ByteBuffer conversion [iceberg]
via GitHub