sdd commented on issue #1036:
URL: https://github.com/apache/iceberg-rust/issues/1036#issuecomment-2696442323
Hi @Xuanwo. I find myself agreeing in part with @a-agmon - whilst
conceptually I agree that re-architecting into an `iceberg-core` and an
`iceberg-engine-lite` does provide the oppo
pvary commented on code in PR #12199:
URL: https://github.com/apache/iceberg/pull/12199#discussion_r1978740329
##
flink/v1.20/flink/src/main/java/org/apache/iceberg/flink/FlinkCatalog.java:
##
@@ -97,17 +97,20 @@ public class FlinkCatalog extends AbstractCatalog {
private fin
ajantha-bhat commented on PR #12450:
URL: https://github.com/apache/iceberg/pull/12450#issuecomment-2696345701
@huaxingao, @karuppayya, @flyrain, @aokolnychyi, @deniskuzZ, @gszadovszky,
@pvary : Tagging the people who might be intersted in this feature and review.
Will add a ca
huan233usc commented on code in PR #12159:
URL: https://github.com/apache/iceberg/pull/12159#discussion_r1978663899
##
core/src/test/java/org/apache/iceberg/rest/TestRESTCatalog.java:
##
@@ -2506,6 +2506,29 @@ public void testNamespaceExistsViaHEADRequest() {
any())
sharkdtu commented on issue #1735:
URL:
https://github.com/apache/iceberg-python/issues/1735#issuecomment-2696211969
> Hi [@sharkdtu](https://github.com/sharkdtu) thank you for the explanation!
I think that's an interesting use of the location prefix. If I understand
correctly, are you run
aihuaxu commented on code in PR #12317:
URL: https://github.com/apache/iceberg/pull/12317#discussion_r1978572547
##
api/src/main/java/org/apache/iceberg/types/PrimitiveHolder.java:
##
@@ -21,7 +21,7 @@
import java.io.ObjectStreamException;
import java.io.Serializable;
-/** R
kevinjqliu merged PR #1752:
URL: https://github.com/apache/iceberg-python/pull/1752
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: issues-unsubscr...@i
kevinjqliu commented on issue #11047:
URL: https://github.com/apache/iceberg/issues/11047#issuecomment-2696119907
thanks @manuzhang i've been experiencing this when i verify a release, only
happens on my m1 mac
--
This is an automated message from the Apache Git Service.
To respond to the
chenzl25 commented on code in PR #1010:
URL: https://github.com/apache/iceberg-rust/pull/1010#discussion_r1978562210
##
crates/catalog/rest/src/catalog.rs:
##
@@ -160,22 +160,28 @@ impl RestCatalogConfig {
// The unwrap here is same since we are filtering the keys
stevenzwu commented on code in PR #12424:
URL: https://github.com/apache/iceberg/pull/12424#discussion_r1978022176
##
flink/v1.20/flink/src/main/java/org/apache/iceberg/flink/sink/dynamic/PartitionSpecAdjustment.java:
##
@@ -0,0 +1,45 @@
+/*
+ * Licensed to the Apache Software F
stevenzwu commented on code in PR #12424:
URL: https://github.com/apache/iceberg/pull/12424#discussion_r1978022176
##
flink/v1.20/flink/src/main/java/org/apache/iceberg/flink/sink/dynamic/PartitionSpecAdjustment.java:
##
@@ -0,0 +1,45 @@
+/*
+ * Licensed to the Apache Software F
stevenzwu commented on code in PR #12424:
URL: https://github.com/apache/iceberg/pull/12424#discussion_r1978022176
##
flink/v1.20/flink/src/main/java/org/apache/iceberg/flink/sink/dynamic/PartitionSpecAdjustment.java:
##
@@ -0,0 +1,45 @@
+/*
+ * Licensed to the Apache Software F
sririshindra commented on PR #12449:
URL: https://github.com/apache/iceberg/pull/12449#issuecomment-2695990865
I originally created https://github.com/apache/iceberg/pull/10341 . It did
not get traction at the time and it was closed. I would appreciate if the
committers can take another loo
manabian- commented on issue #10889:
URL: https://github.com/apache/iceberg/issues/10889#issuecomment-2695930115
I resolved the following error on clusters configured with access mode set
to "No isolation shared":
>
[[UC_DATASOURCE_NOT_SUPPORTED](https://docs.databricks.com/error-mes
danielcweeks commented on code in PR #12197:
URL: https://github.com/apache/iceberg/pull/12197#discussion_r1978340592
##
aws/src/main/java/org/apache/iceberg/aws/s3/signer/S3V4RestSignerClient.java:
##
@@ -138,148 +133,42 @@ boolean keepTokenRefreshed() {
OAuth2Properti
swapna267 commented on code in PR #12199:
URL: https://github.com/apache/iceberg/pull/12199#discussion_r1978409928
##
flink/v1.20/flink/src/main/java/org/apache/iceberg/flink/FlinkCreateTableOptions.java:
##
@@ -0,0 +1,115 @@
+/*
+ * Licensed to the Apache Software Foundation (A
luismacosta opened a new issue, #12448:
URL: https://github.com/apache/iceberg/issues/12448
### Feature Request / Improvement
Hello,
We use iceberg connector in flink jobs. In order to access s3, the connector
uses an IAM user.
Our goal is to use IRSA, IAM role + serviceAcc
ZENOTME commented on issue #342:
URL: https://github.com/apache/iceberg-rust/issues/342#issuecomment-2695904343
> [@ZENOTME](https://github.com/ZENOTME) are you currently working on this?
I can look to work on this.
Thanks @jonathanc-n! I have completed it and will send PR later. Feel
szehon-ho commented on PR #11583:
URL: https://github.com/apache/iceberg/pull/11583#issuecomment-2695877264
Hi @huaxingao can we rebase against the latest Spark 4.0 RC2 ?
https://github.com/apache/spark/tree/v4.0.0-rc2
@danielcweeks wanted to see if we can start testing against thi
huaxingao commented on PR #11583:
URL: https://github.com/apache/iceberg/pull/11583#issuecomment-269589
@szehon-ho will do.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comme
danielcweeks commented on code in PR #12197:
URL: https://github.com/apache/iceberg/pull/12197#discussion_r1978418025
##
core/src/main/java/org/apache/iceberg/rest/RESTSessionCatalog.java:
##
@@ -462,12 +375,15 @@ public boolean tableExists(SessionContext context,
TableIdentifi
kevinjqliu closed issue #1128: Regression in 0.7.0 due to type coercion from
"string" to "large_string"
URL: https://github.com/apache/iceberg-python/issues/1128
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL abo
huaxingao opened a new pull request, #11583:
URL: https://github.com/apache/iceberg/pull/11583
(no comment)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe,
kevinjqliu commented on issue #1733:
URL:
https://github.com/apache/iceberg-python/issues/1733#issuecomment-2695871493
TY! 0.9.0 RC just passed, we'll upload the official version soon
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to
github-actions[bot] commented on issue #11077:
URL: https://github.com/apache/iceberg/issues/11077#issuecomment-2695863142
This issue has been automatically marked as stale because it has been open
for 180 days with no activity. It will be closed in next 14 days if no further
activity occur
kevinjqliu commented on PR #1677:
URL: https://github.com/apache/iceberg-python/pull/1677#issuecomment-2695869399
thanks @jimmyxie-figma do you think this PR is still necessary? if not, can
i close it?
--
This is an automated message from the Apache Git Service.
To respond to the message,
danielcweeks commented on code in PR #12197:
URL: https://github.com/apache/iceberg/pull/12197#discussion_r1978418025
##
core/src/main/java/org/apache/iceberg/rest/RESTSessionCatalog.java:
##
@@ -462,12 +375,15 @@ public boolean tableExists(SessionContext context,
TableIdentifi
github-actions[bot] commented on issue #1128:
URL:
https://github.com/apache/iceberg-python/issues/1128#issuecomment-2695866191
This issue has been automatically marked as stale because it has been open
for 180 days with no activity. It will be closed in next 14 days if no further
activity
github-actions[bot] commented on issue #1122:
URL:
https://github.com/apache/iceberg-python/issues/1122#issuecomment-2695866218
This issue has been automatically marked as stale because it has been open
for 180 days with no activity. It will be closed in next 14 days if no further
activity
github-actions[bot] closed issue #9504: It's not possible to readStream from an
Iceberg table as source when its snapshots expire
URL: https://github.com/apache/iceberg/issues/9504
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub
github-actions[bot] commented on issue #9504:
URL: https://github.com/apache/iceberg/issues/9504#issuecomment-2695862970
This issue has been closed because it has not received any activity in the
last 14 days since being marked as 'stale'
--
This is an automated message from the Apache Gi
github-actions[bot] closed pull request #11906: Use SupportsPrefixOperations
for Remove OrphanFile Procedure
URL: https://github.com/apache/iceberg/pull/11906
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above
github-actions[bot] commented on PR #11906:
URL: https://github.com/apache/iceberg/pull/11906#issuecomment-2695863233
This pull request has been closed due to lack of activity. This is not a
judgement on the merit of the PR in any way. It is just a way of keeping the PR
queue manageable. If
github-actions[bot] commented on issue #9163:
URL: https://github.com/apache/iceberg/issues/9163#issuecomment-2695862941
This issue has been automatically marked as stale because it has been open
for 180 days with no activity. It will be closed in next 14 days if no further
activity occurs.
kevinjqliu opened a new issue, #1052:
URL: https://github.com/apache/iceberg-python/issues/1052
### Feature Request / Improvement
Opening this to track a few todos I've seen around the codebase.
For example,
https://github.com/search?q=repo%3Aapache%2Ficeberg-python+github.com
swapna267 commented on code in PR #12199:
URL: https://github.com/apache/iceberg/pull/12199#discussion_r1978413720
##
flink/v1.20/flink/src/test/java/org/apache/iceberg/flink/TestFlinkCatalogTable.java:
##
@@ -188,6 +188,37 @@ public void testCreateTableLike() throws
TableNotEx
kevinjqliu commented on issue #1200:
URL:
https://github.com/apache/iceberg-python/issues/1200#issuecomment-2695859107
> But I do not know how to create s3 file system or how to support other
file storage in same logic .Could you plz help me on this
take a look at `load_file_io` and
swapna267 commented on code in PR #12199:
URL: https://github.com/apache/iceberg/pull/12199#discussion_r1978409403
##
flink/v1.20/flink/src/main/java/org/apache/iceberg/flink/FlinkCatalog.java:
##
@@ -404,10 +437,15 @@ void createIcebergTable(ObjectPath tablePath,
ResolvedCatal
swapna267 commented on code in PR #12199:
URL: https://github.com/apache/iceberg/pull/12199#discussion_r1978407287
##
flink/v1.20/flink/src/main/java/org/apache/iceberg/flink/FlinkCatalog.java:
##
@@ -332,7 +335,33 @@ public List listTables(String databaseName)
public Catalog
kevinjqliu commented on issue #1336:
URL:
https://github.com/apache/iceberg-python/issues/1336#issuecomment-2695842177
@lk-1984 it was cherry-picked and released as part of 0.8.1
https://github.com/apache/iceberg-python/compare/main...pyiceberg-0.8.x
commit id f8cb1c0d75c5ec0d9b479446eaa
kevinjqliu closed issue #1745: Support Arrow `string_view` and `bin_view` types.
URL: https://github.com/apache/iceberg-python/issues/1745
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific
kevinjqliu merged PR #1748:
URL: https://github.com/apache/iceberg-python/pull/1748
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: issues-unsubscr...@i
kevinjqliu commented on PR #1758:
URL: https://github.com/apache/iceberg-python/pull/1758#issuecomment-2695828302
fixed was merged recently, should be part of the next release
https://github.com/Eventual-Inc/Daft/pull/3888
--
This is an automated message from the Apache Git Service.
To re
kevinjqliu commented on PR #1757:
URL: https://github.com/apache/iceberg-python/pull/1757#issuecomment-2695827229
@dependabot rebase
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific c
kevinjqliu merged PR #1754:
URL: https://github.com/apache/iceberg-python/pull/1754
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: issues-unsubscr...@i
kevinjqliu merged PR #1755:
URL: https://github.com/apache/iceberg-python/pull/1755
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: issues-unsubscr...@i
kevinjqliu merged PR #1756:
URL: https://github.com/apache/iceberg-python/pull/1756
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: issues-unsubscr...@i
kevinjqliu merged PR #1753:
URL: https://github.com/apache/iceberg-python/pull/1753
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: issues-unsubscr...@i
dependabot[bot] opened a new pull request, #1758:
URL: https://github.com/apache/iceberg-python/pull/1758
Bumps [getdaft](https://github.com/Eventual-Inc/Daft) from 0.4.4 to 0.4.6.
Release notes
Sourced from https://github.com/Eventual-Inc/Daft/releases";>getdaft's
releases.
dependabot[bot] closed pull request #1739: Build: Bump getdaft from 0.4.4 to
0.4.5
URL: https://github.com/apache/iceberg-python/pull/1739
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specifi
dependabot[bot] commented on PR #1739:
URL: https://github.com/apache/iceberg-python/pull/1739#issuecomment-2695737294
Superseded by #1758.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the spe
dependabot[bot] opened a new pull request, #1757:
URL: https://github.com/apache/iceberg-python/pull/1757
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from
9.6.5 to 9.6.7.
Release notes
Sourced from https://github.com/squidfunk/mkdocs-material/releases";>mk
dependabot[bot] opened a new pull request, #1756:
URL: https://github.com/apache/iceberg-python/pull/1756
Bumps [moto](https://github.com/getmoto/moto) from 5.1.0 to 5.1.1.
Changelog
Sourced from https://github.com/getmoto/moto/blob/master/CHANGELOG.md";>moto's
changelog.
5.
dependabot[bot] opened a new pull request, #1755:
URL: https://github.com/apache/iceberg-python/pull/1755
Bumps [boto3](https://github.com/boto/boto3) from 1.36.23 to 1.37.1.
Commits
https://github.com/boto/boto3/commit/11b849477946bb5f6eaf103d81b841354b3d63b9";>11b8494
Merge b
dependabot[bot] opened a new pull request, #1753:
URL: https://github.com/apache/iceberg-python/pull/1753
Bumps [polars](https://github.com/pola-rs/polars) from 1.23.0 to 1.24.0.
Release notes
Sourced from https://github.com/pola-rs/polars/releases";>polars's
releases.
Pytho
dependabot[bot] opened a new pull request, #1754:
URL: https://github.com/apache/iceberg-python/pull/1754
Bumps [griffe](https://github.com/mkdocstrings/griffe) from 1.5.7 to 1.6.0.
Release notes
Sourced from https://github.com/mkdocstrings/griffe/releases";>griffe's
releases.
danielcweeks commented on code in PR #12197:
URL: https://github.com/apache/iceberg/pull/12197#discussion_r1978340592
##
aws/src/main/java/org/apache/iceberg/aws/s3/signer/S3V4RestSignerClient.java:
##
@@ -138,148 +133,42 @@ boolean keepTokenRefreshed() {
OAuth2Properti
dependabot[bot] opened a new pull request, #1752:
URL: https://github.com/apache/iceberg-python/pull/1752
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.22.0
to 2.23.0.
Release notes
Sourced from https://github.com/pypa/cibuildwheel/releases";>pypa/cibuildwh
danielcweeks commented on PR #12197:
URL: https://github.com/apache/iceberg/pull/12197#issuecomment-2695640318
@adutra A few comments, but I'm also running into issues with the SigV4
signer implementation while testing this. Trying to track down what the
behavior difference is.
--
This
szehon-ho commented on code in PR #12334:
URL: https://github.com/apache/iceberg/pull/12334#discussion_r1978283986
##
format/spec.md:
##
@@ -1754,6 +1754,14 @@ Snapshot summary can include metrics fields to track
numeric stats of the snapsh
| **`engine-name`**| "spark"
szehon-ho commented on code in PR #12334:
URL: https://github.com/apache/iceberg/pull/12334#discussion_r1978283986
##
format/spec.md:
##
@@ -1754,6 +1754,14 @@ Snapshot summary can include metrics fields to track
numeric stats of the snapsh
| **`engine-name`**| "spark"
szehon-ho commented on code in PR #12334:
URL: https://github.com/apache/iceberg/pull/12334#discussion_r1978283986
##
format/spec.md:
##
@@ -1754,6 +1754,14 @@ Snapshot summary can include metrics fields to track
numeric stats of the snapsh
| **`engine-name`**| "spark"
Fokko commented on code in PR #12334:
URL: https://github.com/apache/iceberg/pull/12334#discussion_r1978270259
##
format/spec.md:
##
@@ -1754,6 +1754,14 @@ Snapshot summary can include metrics fields to track
numeric stats of the snapsh
| **`engine-name`**| "spark"
Fokko commented on code in PR #12334:
URL: https://github.com/apache/iceberg/pull/12334#discussion_r1978271846
##
format/spec.md:
##
@@ -1754,6 +1754,14 @@ Snapshot summary can include metrics fields to track
numeric stats of the snapsh
| **`engine-name`**| "spark"
suneet-s opened a new pull request, #12447:
URL: https://github.com/apache/iceberg/pull/12447
String#format uses regexes internally which can be expensive when used
repeatedly. This PR switches out the implementation for a char array
implementation that pads zeros as needed.
A simple
Fokko closed pull request #12183: Docs: Remove data_file.distinct_counts
URL: https://github.com/apache/iceberg/pull/12183
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To un
Fokko commented on PR #12183:
URL: https://github.com/apache/iceberg/pull/12183#issuecomment-2695596229
Since https://github.com/apache/iceberg/pull/12182 got merged, I'll go ahead
and close this one for now. Thanks @jacobmarble for running this 🙌
--
This is an automated message from the
Fokko merged PR #12182:
URL: https://github.com/apache/iceberg/pull/12182
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apa
Fokko commented on PR #12182:
URL: https://github.com/apache/iceberg/pull/12182#issuecomment-2695594986
Thanks again for running this @jacobmarble 🙌
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go
stevenzwu commented on code in PR #12424:
URL: https://github.com/apache/iceberg/pull/12424#discussion_r1978087339
##
flink/v1.20/flink/src/main/java/org/apache/iceberg/flink/sink/dynamic/PartitionSpecEvolver.java:
##
@@ -0,0 +1,119 @@
+/*
+ * Licensed to the Apache Software Fou
andormarkus commented on issue #1751:
URL:
https://github.com/apache/iceberg-python/issues/1751#issuecomment-2695366541
Hi @Fokko
Based on the source code writing to manifest / Avro can be achieved like this
```python
manifest_path = f"temp-manifest-{uuid.uuid4()}.avro"
stevenzwu commented on code in PR #12424:
URL: https://github.com/apache/iceberg/pull/12424#discussion_r1978022176
##
flink/v1.20/flink/src/main/java/org/apache/iceberg/flink/sink/dynamic/PartitionSpecAdjustment.java:
##
@@ -0,0 +1,45 @@
+/*
+ * Licensed to the Apache Software F
danielcweeks commented on code in PR #12197:
URL: https://github.com/apache/iceberg/pull/12197#discussion_r1978070687
##
core/src/main/java/org/apache/iceberg/rest/RESTSessionCatalog.java:
##
@@ -198,18 +167,33 @@ Map params() {
}
public RESTSessionCatalog() {
-this(
danielcweeks commented on code in PR #12197:
URL: https://github.com/apache/iceberg/pull/12197#discussion_r1978070687
##
core/src/main/java/org/apache/iceberg/rest/RESTSessionCatalog.java:
##
@@ -198,18 +167,33 @@ Map params() {
}
public RESTSessionCatalog() {
-this(
jonathanc-n commented on issue #1004:
URL: https://github.com/apache/iceberg-rust/issues/1004#issuecomment-2695342111
@liurenjie1024 I think the current problem with this is that
`ArrowFileReader` (reader) returns `ParquetMetadata` and `AsyncFileWriter`
(writer) returns the thrift definitio
jonathanc-n commented on issue #342:
URL: https://github.com/apache/iceberg-rust/issues/342#issuecomment-2695272119
@ZENOTME are you currently working on this? I can look to work on this.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on
stevenzwu commented on code in PR #12424:
URL: https://github.com/apache/iceberg/pull/12424#discussion_r1978022176
##
flink/v1.20/flink/src/main/java/org/apache/iceberg/flink/sink/dynamic/PartitionSpecAdjustment.java:
##
@@ -0,0 +1,45 @@
+/*
+ * Licensed to the Apache Software F
connortsui20 opened a new issue, #1038:
URL: https://github.com/apache/iceberg-rust/issues/1038
### Is your feature request related to a problem or challenge?
As of now, `ErrorKind` looks like this (doc comments removed):
```rust
pub enum ErrorKind {
Unexpected,
andormarkus-alcd closed issue #1737: [Feature Request] Add Writer Support for
Table-Compatible Parquet Files
URL: https://github.com/apache/iceberg-python/issues/1737
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
UR
andormarkus-alcd commented on issue #1737:
URL:
https://github.com/apache/iceberg-python/issues/1737#issuecomment-2695296016
Superseded by #1751
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to t
Fokko commented on PR #12443:
URL: https://github.com/apache/iceberg/pull/12443#issuecomment-2695295036
@tousifanwar11 Can you provide more context on what you're trying to
achieve? The partitioning schemes are redundant:
```
// When completion_date == 2025-01-03
year(completion
andormarkus opened a new issue, #1751:
URL: https://github.com/apache/iceberg-python/issues/1751
### Feature Request / Improvement
## Problem Statement
A key problem in distributed Iceberg systems is that commit processes can
block each other when multiple workers try to update tab
feniljain opened a new issue, #1039:
URL: https://github.com/apache/iceberg-rust/issues/1039
### Apache Iceberg Rust version
0.4.0 (latest version)
### Describe the bug
I was trying to debug a failing test I wrote for nan value count PR, and
realized name of primitive co
stevenzwu commented on code in PR #12424:
URL: https://github.com/apache/iceberg/pull/12424#discussion_r1978022176
##
flink/v1.20/flink/src/main/java/org/apache/iceberg/flink/sink/dynamic/PartitionSpecAdjustment.java:
##
@@ -0,0 +1,45 @@
+/*
+ * Licensed to the Apache Software F
andormarkus commented on PR #1742:
URL: https://github.com/apache/iceberg-python/pull/1742#issuecomment-2695267357
We want to avoid `streaming` and `Spark` on all costs. We have burned
ourself with both.
I have no problem with Avro (Manifestfile) combined with `append_data_file`.
andormarkus closed pull request #1742: Add `write_parquet` API for writing
Parquet files without committing
URL: https://github.com/apache/iceberg-python/pull/1742
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL a
jonathanc-n commented on issue #1033:
URL: https://github.com/apache/iceberg-rust/issues/1033#issuecomment-2695259012
@mnpw I can help try to resolve #1004 today and you can work on this after.
--
This is an automated message from the Apache Git Service.
To respond to the message, please l
danielcweeks commented on code in PR #12197:
URL: https://github.com/apache/iceberg/pull/12197#discussion_r1977989033
##
aws/src/main/java/org/apache/iceberg/aws/s3/signer/S3V4RestSignerClient.java:
##
@@ -81,13 +76,13 @@ public abstract class S3V4RestSignerClient
private sta
stevenzwu commented on code in PR #12199:
URL: https://github.com/apache/iceberg/pull/12199#discussion_r1977969893
##
flink/v1.20/flink/src/main/java/org/apache/iceberg/flink/FlinkCreateTableOptions.java:
##
@@ -0,0 +1,115 @@
+/*
+ * Licensed to the Apache Software Foundation (A
stevenzwu commented on code in PR #12199:
URL: https://github.com/apache/iceberg/pull/12199#discussion_r1977958925
##
flink/v1.20/flink/src/main/java/org/apache/iceberg/flink/FlinkCatalog.java:
##
@@ -404,10 +437,15 @@ void createIcebergTable(ObjectPath tablePath,
ResolvedCatal
connortsui20 commented on code in PR #965:
URL: https://github.com/apache/iceberg-rust/pull/965#discussion_r1977962499
##
crates/catalog/rest/src/catalog.rs:
##
@@ -312,90 +317,107 @@ impl RestCatalog {
}
}
+/// All requests and expected responses are derived from the RE
stevenzwu commented on code in PR #12199:
URL: https://github.com/apache/iceberg/pull/12199#discussion_r1977957696
##
flink/v1.20/flink/src/main/java/org/apache/iceberg/flink/FlinkCatalog.java:
##
@@ -404,10 +437,15 @@ void createIcebergTable(ObjectPath tablePath,
ResolvedCatal
stevenzwu commented on code in PR #12199:
URL: https://github.com/apache/iceberg/pull/12199#discussion_r1977956857
##
flink/v1.20/flink/src/main/java/org/apache/iceberg/flink/FlinkCatalog.java:
##
@@ -332,7 +335,33 @@ public List listTables(String databaseName)
public Catalog
stevenzwu commented on code in PR #12199:
URL: https://github.com/apache/iceberg/pull/12199#discussion_r1977940877
##
flink/v1.20/flink/src/test/java/org/apache/iceberg/flink/TestFlinkCatalogTable.java:
##
@@ -188,6 +188,37 @@ public void testCreateTableLike() throws
TableNotEx
stevenzwu commented on code in PR #12199:
URL: https://github.com/apache/iceberg/pull/12199#discussion_r1977919523
##
flink/v1.20/flink/src/test/java/org/apache/iceberg/flink/TestFlinkCatalogTable.java:
##
@@ -188,6 +188,37 @@ public void testCreateTableLike() throws
TableNotEx
szehon-ho commented on code in PR #12346:
URL: https://github.com/apache/iceberg/pull/12346#discussion_r1972285492
##
api/src/main/java/org/apache/iceberg/expressions/BoundLiteralPredicate.java:
##
@@ -88,11 +91,64 @@ public boolean test(T value) {
return String.valueOf
szehon-ho commented on code in PR #12346:
URL: https://github.com/apache/iceberg/pull/12346#discussion_r1972280624
##
api/src/main/java/org/apache/iceberg/Geography.java:
##
@@ -0,0 +1,127 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contribu
Fokko commented on PR #12400:
URL: https://github.com/apache/iceberg/pull/12400#issuecomment-2695032873
Cool, thanks for validating 🙌
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific
Fokko merged PR #12400:
URL: https://github.com/apache/iceberg/pull/12400
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apa
lk-1984 commented on issue #1336:
URL:
https://github.com/apache/iceberg-python/issues/1336#issuecomment-2695027565
@kevinjqliu So this did not get into 0.8.1?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL a
1 - 100 of 165 matches
Mail list logo