sdd commented on issue #1041:
URL: https://github.com/apache/iceberg-rust/issues/1041#issuecomment-2700142051
Looks like rustsec/audit-check or cargo-audit depend on twox-hash 2.1.0. I'm
unable to look at this now until this evening - if someone else wants to pick
it up before then, be my g
sdd commented on issue #1041:
URL: https://github.com/apache/iceberg-rust/issues/1041#issuecomment-2700129905
Oh wait, it's the `cargo install cargo-audit` step that fails. We just
happen to depend on twox-hash as well.
--
This is an automated message from the Apache Git Service.
To respo
Fokko merged PR #1629:
URL: https://github.com/apache/iceberg-python/pull/1629
--
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...@iceber
Fokko commented on code in PR #1765:
URL: https://github.com/apache/iceberg-python/pull/1765#discussion_r1980868016
##
pyiceberg/table/__init__.py:
##
@@ -965,6 +969,10 @@ def scan(
options=options,
limit=limit,
)
+if ref_name is not No
sdd commented on issue #1041:
URL: https://github.com/apache/iceberg-rust/issues/1041#issuecomment-2700121993
I'm unsure why this is happening, since we have twox-hash v1.6.3 in our
Cargo.lock but cargo-audit is erroring on twox-hash v2.1.0
--
This is an automated message from the Apache
lidavidm opened a new issue, #1766:
URL: https://github.com/apache/iceberg-python/issues/1766
### Apache Iceberg version
main (development)
### Please describe the bug 🐞
**This happens on pyiceberg 0.9.0**
https://github.com/apache/iceberg-python/blob/e3a5c3b9bd4a
sdd opened a new issue, #1041:
URL: https://github.com/apache/iceberg-rust/issues/1041
### Apache Iceberg Rust version
None
### Describe the bug
https://github.com/user-attachments/assets/9d9903dd-d58b-4da8-80eb-8b6950e12013";
/>
See
https://github.com/apache/ice
flyrain commented on PR #12317:
URL: https://github.com/apache/iceberg/pull/12317#issuecomment-2700023335
Thanks @aihuaxu for the PR. Thanks @XBaith for the review.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
ZENOTME commented on PR #1040:
URL: https://github.com/apache/iceberg-rust/pull/1040#issuecomment-2700083148
This PR may conflict with #1014. But I'm not sure whether #1014 can be
reviewed and merge recently. I'm ok to merge any one first and I will fix the
conflict later. cc @liurenjie1024
ZENOTME commented on PR #843:
URL: https://github.com/apache/iceberg-rust/pull/843#issuecomment-2700081365
It looks like in the method, we can't control the version of cargo-audit and
it will upgrade the recent version automatically. When our compile version is
outdated, the ci will fail.🥵
Kontinuation commented on PR #12346:
URL: https://github.com/apache/iceberg/pull/12346#issuecomment-2700076284
I have removed dependency to JTS from iceberg-api, now the underlying Java
type of Geometry and Geography are `ByteBuffer`. Now JTS is a implementation
dependency of iceberg-core.
ZENOTME opened a new pull request, #1040:
URL: https://github.com/apache/iceberg-rust/pull/1040
## Which issue does this PR close?
This PR is part 1 to close #342.
## What changes are included in this PR?
The partition writer support will be separate into
flyrain merged PR #12317:
URL: https://github.com/apache/iceberg/pull/12317
--
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.a
heman026 commented on issue #1760:
URL:
https://github.com/apache/iceberg-python/issues/1760#issuecomment-2699786840
Will check Thanks
--
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
Xuanwo commented on issue #1036:
URL: https://github.com/apache/iceberg-rust/issues/1036#issuecomment-279899
Thank you all for the discussion. It seems we have a consensus that it's
beneficial to have such an engine. I will start working on this.
--
This is an automated message from t
bharos commented on code in PR #12456:
URL: https://github.com/apache/iceberg/pull/12456#discussion_r1980770878
##
spark/v3.5/spark-extensions/src/test/java/org/apache/iceberg/spark/extensions/TestAddFilesProcedure.java:
##
@@ -830,6 +830,44 @@ public void invalidDataImportParti
aihuaxu opened a new pull request, #12459:
URL: https://github.com/apache/iceberg/pull/12459
Minor change to follow up https://github.com/apache/iceberg/pull/12238:
- Detect Avro recursive schema definition for Variant schema in
AvroSchemaVisitor and AvroCustomOrderSchemaVisitor.
ebyhr commented on code in PR #12456:
URL: https://github.com/apache/iceberg/pull/12456#discussion_r1980741814
##
spark/v3.5/spark-extensions/src/test/java/org/apache/iceberg/spark/extensions/TestAddFilesProcedure.java:
##
@@ -830,6 +830,44 @@ public void invalidDataImportPartit
ebyhr opened a new issue, #12458:
URL: https://github.com/apache/iceberg/issues/12458
### Apache Iceberg version
1.8.1 (latest release)
### Query engine
Spark
### Please describe the bug 🐞
Trino
```sql
CREATE TABLE test (testinteger INTEGER, testlong B
kaushiksrini commented on PR #1681:
URL: https://github.com/apache/iceberg-python/pull/1681#issuecomment-2699807325
thanks @Fokko! Made the changes
--
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
Kontinuation commented on code in PR #12346:
URL: https://github.com/apache/iceberg/pull/12346#discussion_r1980666883
##
api/src/main/java/org/apache/iceberg/expressions/Literal.java:
##
@@ -71,6 +73,14 @@ static Literal of(BigDecimal value) {
return new Literals.DecimalLit
heman026 closed issue #1760: Update multiple rows of Iceberg Table using
table.overwrite method
URL: https://github.com/apache/iceberg-python/issues/1760
--
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
Kontinuation commented on code in PR #12346:
URL: https://github.com/apache/iceberg/pull/12346#discussion_r1980664840
##
api/src/main/java/org/apache/iceberg/Geography.java:
##
@@ -0,0 +1,127 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contr
Kontinuation commented on code in PR #12346:
URL: https://github.com/apache/iceberg/pull/12346#discussion_r1980656298
##
core/src/main/java/org/apache/iceberg/SchemaParser.java:
##
@@ -141,11 +143,34 @@ static void toJson(Types.MapType map, JsonGenerator
generator) throws IOExc
Kontinuation commented on code in PR #12346:
URL: https://github.com/apache/iceberg/pull/12346#discussion_r1980662689
##
api/src/main/java/org/apache/iceberg/types/TypeUtil.java:
##
@@ -535,6 +535,8 @@ private static int estimateSize(Type type) {
return ((Types.FixedTyp
Kontinuation commented on code in PR #12346:
URL: https://github.com/apache/iceberg/pull/12346#discussion_r1980660047
##
core/src/main/java/org/apache/iceberg/SchemaParser.java:
##
@@ -141,11 +143,34 @@ static void toJson(Types.MapType map, JsonGenerator
generator) throws IOExc
Kontinuation commented on code in PR #12346:
URL: https://github.com/apache/iceberg/pull/12346#discussion_r1980659522
##
api/src/main/java/org/apache/iceberg/types/Types.java:
##
@@ -543,6 +562,123 @@ public int hashCode() {
}
}
+ public static class GeometryType exte
Kontinuation commented on code in PR #12346:
URL: https://github.com/apache/iceberg/pull/12346#discussion_r1980658315
##
api/src/main/java/org/apache/iceberg/types/Types.java:
##
@@ -70,6 +75,20 @@ public static Type fromTypeName(String typeString) {
return TYPES.get(lowe
Kontinuation commented on code in PR #12346:
URL: https://github.com/apache/iceberg/pull/12346#discussion_r1980656298
##
core/src/main/java/org/apache/iceberg/SchemaParser.java:
##
@@ -141,11 +143,34 @@ static void toJson(Types.MapType map, JsonGenerator
generator) throws IOExc
bhargav-bayer9 commented on issue #1763:
URL:
https://github.com/apache/iceberg-python/issues/1763#issuecomment-2699749664
Thank you @CincyBC for the above. I downloaded the .tar.gaz file and tried
installing, but no luck
(iceberg_env) \pyiceberg_install>py -m pip install
"\Download
CincyBC commented on issue #1763:
URL:
https://github.com/apache/iceberg-python/issues/1763#issuecomment-2699695295
@bhargav-bayer9 Your stack trace says you're having trouble reaching Pypi.
Check out this
[StackOverflow](https://stackoverflow.com/questions/49192842/error-to-install-packag
rdblue commented on code in PR #12323:
URL: https://github.com/apache/iceberg/pull/12323#discussion_r1980618098
##
parquet/src/main/java/org/apache/iceberg/parquet/Parquet.java:
##
@@ -160,9 +161,10 @@ public static class WriteBuilder implements
InternalData.WriteBuilder {
huan233usc commented on PR #12159:
URL: https://github.com/apache/iceberg/pull/12159#issuecomment-2699673586
Done
https://github.com/user-attachments/assets/a608dd59-e67c-4971-a66d-4bac3fe95fbb";
/>
--
This is an automated message from the Apache Git Service.
To respond to the message,
Fokko merged PR #1762:
URL: https://github.com/apache/iceberg-python/pull/1762
--
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...@iceber
RussellSpitzer closed issue #12325: Add option to provide partition spec in
spark ADD_FILES procedure
URL: https://github.com/apache/iceberg/issues/12325
--
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
rdblue commented on PR #12455:
URL: https://github.com/apache/iceberg/pull/12455#issuecomment-2699511325
Thanks for reviewing, @danielcweeks!
--
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 s
rdblue merged PR #12455:
URL: https://github.com/apache/iceberg/pull/12455
--
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.ap
bhargav-bayer9 commented on issue #1763:
URL:
https://github.com/apache/iceberg-python/issues/1763#issuecomment-2699505801
Dear @Fokko , tried installing in python 3.9 and I am still getting the same
error. below [are](url) the command prompt logs.
C:\Users\user>cd \pyiceberg_install
bharos opened a new pull request, #12456:
URL: https://github.com/apache/iceberg/pull/12456
…ion filter
--
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-ma
szehon-ho commented on code in PR #12346:
URL: https://github.com/apache/iceberg/pull/12346#discussion_r1980148439
##
build.gradle:
##
@@ -292,6 +292,7 @@ project(':iceberg-api') {
dependencies {
implementation project(path: ':iceberg-bundled-guava', configuration:
's
szehon-ho commented on code in PR #12346:
URL: https://github.com/apache/iceberg/pull/12346#discussion_r1980491237
##
api/src/main/java/org/apache/iceberg/types/Types.java:
##
@@ -543,6 +562,123 @@ public int hashCode() {
}
}
+ public static class GeometryType extends
szehon-ho commented on code in PR #12346:
URL: https://github.com/apache/iceberg/pull/12346#discussion_r1980149907
##
core/src/main/java/org/apache/iceberg/SchemaParser.java:
##
@@ -141,11 +143,34 @@ static void toJson(Types.MapType map, JsonGenerator
generator) throws IOExcept
bharos commented on PR #12327:
URL: https://github.com/apache/iceberg/pull/12327#issuecomment-2699333702
Thanks @RussellSpitzer for the review and guidance to impement this change
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHu
github-actions[bot] commented on PR #11658:
URL: https://github.com/apache/iceberg/pull/11658#issuecomment-2699325135
This pull request has been marked as stale due to 30 days of inactivity. It
will be closed in 1 week if no further activity occurs. If you think that’s
incorrect or this pul
github-actions[bot] commented on PR #11881:
URL: https://github.com/apache/iceberg/pull/11881#issuecomment-2699325202
This pull request has been marked as stale due to 30 days of inactivity. It
will be closed in 1 week if no further activity occurs. If you think that’s
incorrect or this pul
github-actions[bot] commented on issue #10987:
URL: https://github.com/apache/iceberg/issues/10987#issuecomment-2699325005
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
github-actions[bot] closed issue #10987: deadlock when spark call delete row
postition
URL: https://github.com/apache/iceberg/issues/10987
--
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
RussellSpitzer commented on PR #12327:
URL: https://github.com/apache/iceberg/pull/12327#issuecomment-2699316005
Thanks @bharos for the PR!
--
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 sp
RussellSpitzer merged PR #12327:
URL: https://github.com/apache/iceberg/pull/12327
--
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...@ic
rdblue commented on PR #12455:
URL: https://github.com/apache/iceberg/pull/12455#issuecomment-2699284354
> The only thing I note is that we're changing the terminology a little
(option -> optional). While I agree with the using `optional` as it is less
confusing, we're slightly inconsistent
Fokko commented on code in PR #1669:
URL: https://github.com/apache/iceberg-python/pull/1669#discussion_r1980345139
##
pyiceberg/io/pyarrow.py:
##
@@ -1655,19 +1646,16 @@ class
ArrowProjectionVisitor(SchemaWithPartnerVisitor[pa.Array, Optional[pa.Arra
_file_schema: Schema
lliangyu-lin commented on PR #12401:
URL: https://github.com/apache/iceberg/pull/12401#issuecomment-2699225101
cc: @Fokko @amogh-jahagirdar PR pending for final review and merge, could
you help?
--
This is an automated message from the Apache Git Service.
To respond to the message, please
zeroshade merged PR #315:
URL: https://github.com/apache/iceberg-go/pull/315
--
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.
Fokko commented on PR #1762:
URL: https://github.com/apache/iceberg-python/pull/1762#issuecomment-2699136255
Thanks @b-phi 🙌
--
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.
stevenzwu commented on code in PR #12199:
URL: https://github.com/apache/iceberg/pull/12199#discussion_r1980372419
##
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_r1980369112
##
flink/v1.20/flink/src/main/java/org/apache/iceberg/flink/FlinkCatalog.java:
##
@@ -332,7 +335,33 @@ public List listTables(String databaseName)
public Catalog
aihuaxu commented on code in PR #12238:
URL: https://github.com/apache/iceberg/pull/12238#discussion_r1980343887
##
core/src/test/java/org/apache/iceberg/avro/TestPruneColumns.java:
##
@@ -0,0 +1,114 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or mo
kevinjqliu merged PR #1764:
URL: https://github.com/apache/iceberg-python/pull/1764
--
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
rdblue opened a new pull request, #12455:
URL: https://github.com/apache/iceberg/pull/12455
This updates Avro to support nanosecond timestamps and unknown.
This also cleans up some of the tests:
* Moves `DataTest` to core so it can be used for Avro, rather than
duplicating in `Avro
bhargav-bayer9 opened a new issue, #1763:
URL: https://github.com/apache/iceberg-python/issues/1763
### Apache Iceberg version
0.8.0
### Please describe the bug 🐞
I am trying to install pyiceberg using pip. pip install pyiceberg. But I get
the error 'ERROR: Could not fin
stevenzwu commented on code in PR #12199:
URL: https://github.com/apache/iceberg/pull/12199#discussion_r1980347728
##
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_r1980349222
##
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_r1980345060
##
flink/v1.20/flink/src/main/java/org/apache/iceberg/flink/FlinkCatalog.java:
##
@@ -97,17 +97,20 @@ public class FlinkCatalog extends AbstractCatalog {
private
bhargav-bayer9 commented on issue #1763:
URL:
https://github.com/apache/iceberg-python/issues/1763#issuecomment-2699058797
Hey @Fokko . Thanks for the quick reply. Yeah, pip version is 24.x. Then
which version of python suits better? I can see from PyPi python version >=3.9
is supported. C
singhpk234 commented on code in PR #12451:
URL: https://github.com/apache/iceberg/pull/12451#discussion_r1980148259
##
spark/v3.5/spark/src/main/java/org/apache/iceberg/spark/actions/ComputePartitionStatsSparkAction.java:
##
@@ -0,0 +1,88 @@
+/*
+ * Licensed to the Apache Softwa
bhargav-bayer9 commented on issue #1763:
URL:
https://github.com/apache/iceberg-python/issues/1763#issuecomment-2699095895
sure @Fokko . Let me try that and get back to you
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and
stevenzwu commented on code in PR #12424:
URL: https://github.com/apache/iceberg/pull/12424#discussion_r1980330718
##
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
Fokko commented on code in PR #1669:
URL: https://github.com/apache/iceberg-python/pull/1669#discussion_r1980331024
##
pyiceberg/io/pyarrow.py:
##
@@ -1655,19 +1646,16 @@ class
ArrowProjectionVisitor(SchemaWithPartnerVisitor[pa.Array, Optional[pa.Arra
_file_schema: Schema
dttung2905 commented on PR #315:
URL: https://github.com/apache/iceberg-go/pull/315#issuecomment-2699083863
Hi @zeroshade the conflicts have been resolved. Feel free to merge it when
you have the time :pray:
--
This is an automated message from the Apache Git Service.
To respond to the m
Fokko opened a new pull request, #1764:
URL: https://github.com/apache/iceberg-python/pull/1764
For the tests, we want to limit parallelism to avoid creating 1-row Parquet
files.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHu
Fokko commented on issue #1763:
URL:
https://github.com/apache/iceberg-python/issues/1763#issuecomment-2699072219
@bhargav-bayer9 Can you try anything between 3.9 and 3.11?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and
lliangyu-lin commented on code in PR #12401:
URL: https://github.com/apache/iceberg/pull/12401#discussion_r1980313203
##
core/src/main/java/org/apache/iceberg/view/ViewMetadata.java:
##
@@ -462,9 +463,15 @@ public ViewMetadata build() {
ViewProperties.VERSION_HISTORY_
Fokko commented on issue #1763:
URL:
https://github.com/apache/iceberg-python/issues/1763#issuecomment-2699010785
Hey @bhargav-bayer9 Officially, we don't yet support 3.12, and we also don't
publish any wheels for it. This means that it will try to compile it from the
source. I assume the
danielcweeks commented on code in PR #12197:
URL: https://github.com/apache/iceberg/pull/12197#discussion_r1980175050
##
aws/src/main/java/org/apache/iceberg/aws/s3/signer/S3V4RestSignerClient.java:
##
@@ -138,148 +133,42 @@ boolean keepTokenRefreshed() {
OAuth2Properti
rdblue commented on code in PR #12323:
URL: https://github.com/apache/iceberg/pull/12323#discussion_r1980265501
##
parquet/src/main/java/org/apache/iceberg/parquet/Parquet.java:
##
@@ -160,9 +161,10 @@ public static class WriteBuilder implements
InternalData.WriteBuilder {
jonathanc-n commented on code in PR #951:
URL: https://github.com/apache/iceberg-rust/pull/951#discussion_r1980039486
##
crates/iceberg/src/arrow/reader.rs:
##
@@ -265,6 +317,132 @@ impl ArrowReader {
Ok(Box::pin(record_batch_stream) as ArrowRecordBatchStream)
}
b-phi opened a new pull request, #1762:
URL: https://github.com/apache/iceberg-python/pull/1762
(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,
rdblue commented on code in PR #12323:
URL: https://github.com/apache/iceberg/pull/12323#discussion_r1980243819
##
parquet/src/main/java/org/apache/iceberg/parquet/Parquet.java:
##
@@ -160,9 +161,10 @@ public static class WriteBuilder implements
InternalData.WriteBuilder {
rdblue merged PR #12238:
URL: https://github.com/apache/iceberg/pull/12238
--
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.ap
rdblue commented on PR #12238:
URL: https://github.com/apache/iceberg/pull/12238#issuecomment-2698900687
Thanks for working on this, @aihuaxu! And thanks for reviewing, @XBaith!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub
rdblue commented on code in PR #12238:
URL: https://github.com/apache/iceberg/pull/12238#discussion_r1980220343
##
core/src/test/java/org/apache/iceberg/avro/TestPruneColumns.java:
##
@@ -0,0 +1,114 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or mor
aihuaxu commented on code in PR #12238:
URL: https://github.com/apache/iceberg/pull/12238#discussion_r1979981102
##
core/src/main/java/org/apache/iceberg/avro/AvroCustomOrderSchemaVisitor.java:
##
@@ -35,20 +38,29 @@ public static T visit(Schema schema,
AvroCustomOrderSchemaVi
rdblue commented on code in PR #12238:
URL: https://github.com/apache/iceberg/pull/12238#discussion_r1980206785
##
core/src/main/java/org/apache/iceberg/avro/AvroSchemaVisitor.java:
##
@@ -33,21 +36,30 @@ public static T visit(Schema schema,
AvroSchemaVisitor visitor) {
danielcweeks commented on code in PR #12323:
URL: https://github.com/apache/iceberg/pull/12323#discussion_r1980214339
##
parquet/src/main/java/org/apache/iceberg/parquet/Parquet.java:
##
@@ -192,6 +194,11 @@ public WriteBuilder schema(Schema newSchema) {
return this;
danielcweeks commented on code in PR #12323:
URL: https://github.com/apache/iceberg/pull/12323#discussion_r1980212065
##
parquet/src/main/java/org/apache/iceberg/parquet/Parquet.java:
##
@@ -160,9 +161,10 @@ public static class WriteBuilder implements
InternalData.WriteBuilder
rdblue commented on code in PR #12238:
URL: https://github.com/apache/iceberg/pull/12238#discussion_r1980206785
##
core/src/main/java/org/apache/iceberg/avro/AvroSchemaVisitor.java:
##
@@ -33,21 +36,30 @@ public static T visit(Schema schema,
AvroSchemaVisitor visitor) {
rdblue commented on code in PR #12238:
URL: https://github.com/apache/iceberg/pull/12238#discussion_r1980203427
##
core/src/main/java/org/apache/iceberg/avro/AvroCustomOrderSchemaVisitor.java:
##
@@ -35,20 +38,29 @@ public static T visit(Schema schema,
AvroCustomOrderSchemaVis
singhpk234 commented on code in PR #12451:
URL: https://github.com/apache/iceberg/pull/12451#discussion_r1980150585
##
api/src/main/java/org/apache/iceberg/actions/ComputePartitionStats.java:
##
@@ -0,0 +1,40 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
singhpk234 commented on code in PR #12451:
URL: https://github.com/apache/iceberg/pull/12451#discussion_r1980148259
##
spark/v3.5/spark/src/main/java/org/apache/iceberg/spark/actions/ComputePartitionStatsSparkAction.java:
##
@@ -0,0 +1,88 @@
+/*
+ * Licensed to the Apache Softwa
fenil25 closed pull request #12454: added more logs
URL: https://github.com/apache/iceberg/pull/12454
--
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: is
jpugliesi commented on PR #1613:
URL: https://github.com/apache/iceberg-python/pull/1613#issuecomment-2698679289
All good, glad we've sorted this out. Thanks!
--
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
hangc0276 commented on issue #12441:
URL: https://github.com/apache/iceberg/issues/12441#issuecomment-2698690088
Looks like this bug is introduce by
https://github.com/apache/iceberg/pull/11785
--
This is an automated message from the Apache Git Service.
To respond to the message, please
danielcweeks commented on code in PR #12197:
URL: https://github.com/apache/iceberg/pull/12197#discussion_r1979920103
##
aws/src/main/java/org/apache/iceberg/aws/s3/signer/S3V4RestSignerClient.java:
##
@@ -81,13 +76,13 @@ public abstract class S3V4RestSignerClient
private sta
rdblue commented on code in PR #12238:
URL: https://github.com/apache/iceberg/pull/12238#discussion_r1979942118
##
core/src/main/java/org/apache/iceberg/avro/AvroSchemaVisitor.java:
##
@@ -33,21 +36,30 @@ public static T visit(Schema schema,
AvroSchemaVisitor visitor) {
rdblue commented on code in PR #12238:
URL: https://github.com/apache/iceberg/pull/12238#discussion_r1979940954
##
core/src/main/java/org/apache/iceberg/avro/AvroCustomOrderSchemaVisitor.java:
##
@@ -35,20 +38,29 @@ public static T visit(Schema schema,
AvroCustomOrderSchemaVis
adutra commented on code in PR #12197:
URL: https://github.com/apache/iceberg/pull/12197#discussion_r1979951530
##
aws/src/main/java/org/apache/iceberg/aws/s3/signer/S3V4RestSignerClient.java:
##
@@ -81,13 +76,13 @@ public abstract class S3V4RestSignerClient
private static fi
lk-1984 commented on issue #1336:
URL:
https://github.com/apache/iceberg-python/issues/1336#issuecomment-2698443830
> yes those warning lines are removed in the new 0.9.0 release If you are
still using 0.8.x, you can manually suppress those warnings
https://docs.python.org/3/library/warnin
danielcweeks commented on code in PR #12197:
URL: https://github.com/apache/iceberg/pull/12197#discussion_r1979920103
##
aws/src/main/java/org/apache/iceberg/aws/s3/signer/S3V4RestSignerClient.java:
##
@@ -81,13 +76,13 @@ public abstract class S3V4RestSignerClient
private sta
danielcweeks commented on code in PR #12197:
URL: https://github.com/apache/iceberg/pull/12197#discussion_r1979889796
##
aws/src/main/java/org/apache/iceberg/aws/s3/signer/S3V4RestSignerClient.java:
##
@@ -138,148 +133,42 @@ boolean keepTokenRefreshed() {
OAuth2Properti
szehon-ho commented on code in PR #12346:
URL: https://github.com/apache/iceberg/pull/12346#discussion_r1979873731
##
api/src/main/java/org/apache/iceberg/expressions/BoundLiteralPredicate.java:
##
@@ -88,11 +91,64 @@ public boolean test(T value) {
return String.valueOf
1 - 100 of 145 matches
Mail list logo