nastra commented on code in PR #11093:
URL: https://github.com/apache/iceberg/pull/11093#discussion_r1814315018
##
open-api/src/testFixtures/java/org/apache/iceberg/rest/RESTCatalogServer.java:
##
@@ -64,7 +72,8 @@ public Map configuration() {
private CatalogContext initial
abharath9 commented on code in PR #11301:
URL: https://github.com/apache/iceberg/pull/11301#discussion_r1814251209
##
flink/v1.20/flink/src/main/java/org/apache/iceberg/flink/source/reader/RowConverter.java:
##
@@ -0,0 +1,71 @@
+/*
+ * Licensed to the Apache Software Foundation
aokolnychyi commented on PR #11216:
URL: https://github.com/apache/iceberg/pull/11216#issuecomment-2434273228
I think we should try to use "internal" writers. @rdblue added "internal"
readers recently.
Any guidance on how to add a writer, @rdblue? We can start with Avro for
now. We w
jackye1995 commented on PR #11021:
URL: https://github.com/apache/iceberg/pull/11021#issuecomment-2434187344
> AccessPoints being not supported
Yes, today users configure features like cross bucket replication also
through the access point configuration. The access point naming is no
jackye1995 merged PR #11021:
URL: https://github.com/apache/iceberg/pull/11021
--
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
joyCurry30 commented on PR #11378:
URL: https://github.com/apache/iceberg/pull/11378#issuecomment-2434180831
@nastra Can you help review this PR? Thanks a lot.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL ab
jinyangli34 commented on code in PR #11258:
URL: https://github.com/apache/iceberg/pull/11258#discussion_r1813328284
##
parquet/src/main/java/org/apache/iceberg/parquet/ParquetWriter.java:
##
@@ -66,6 +66,9 @@ class ParquetWriter implements FileAppender, Closeable {
private b
manuzhang commented on code in PR #11291:
URL: https://github.com/apache/iceberg/pull/11291#discussion_r1814144426
##
aliyun/src/test/java/org/apache/iceberg/aliyun/TestUtility.java:
##
@@ -65,7 +65,7 @@ public static AliyunOSSExtension initialize() {
} else {
LOG.in
1316147945 commented on issue #9488:
URL: https://github.com/apache/iceberg/issues/9488#issuecomment-2434044363
COALESCE(column,0) maybe useful, and SET
`spark.sql.iceberg.check-nullability`=`false` + COALESCE(column,0) can solve
problem
--
This is an automated message from the Apache
flyrain commented on code in PR #11130:
URL: https://github.com/apache/iceberg/pull/11130#discussion_r1814055846
##
format/spec.md:
##
@@ -298,16 +298,101 @@ Iceberg tables must not use field ids greater than
2147483447 (`Integer.MAX_VALU
The set of metadata columns is:
-|
github-actions[bot] commented on PR #10088:
URL: https://github.com/apache/iceberg/pull/10088#issuecomment-2433857720
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 #10083:
URL: https://github.com/apache/iceberg/issues/10083#issuecomment-2433857679
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
github-actions[bot] commented on issue #10065:
URL: https://github.com/apache/iceberg/issues/10065#issuecomment-2433857645
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
github-actions[bot] commented on PR #9710:
URL: https://github.com/apache/iceberg/pull/9710#issuecomment-2433857259
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 y
github-actions[bot] commented on issue #10056:
URL: https://github.com/apache/iceberg/issues/10056#issuecomment-2433857608
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
github-actions[bot] commented on PR #10047:
URL: https://github.com/apache/iceberg/pull/10047#issuecomment-2433857553
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] closed pull request #9710: Add filter pushdown API for
contains and endsWith
URL: https://github.com/apache/iceberg/pull/9710
--
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
github-actions[bot] commented on issue #10085:
URL: https://github.com/apache/iceberg/issues/10085#issuecomment-2433857700
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
github-actions[bot] commented on PR #10062:
URL: https://github.com/apache/iceberg/pull/10062#issuecomment-2433857628
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 #10051:
URL: https://github.com/apache/iceberg/issues/10051#issuecomment-2433857588
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
amogh-jahagirdar commented on code in PR #11131:
URL: https://github.com/apache/iceberg/pull/11131#discussion_r1813980941
##
core/src/main/java/org/apache/iceberg/ManifestFilterManager.java:
##
@@ -323,11 +345,15 @@ private ManifestFile filterManifest(Schema tableSchema,
Manife
amogh-jahagirdar commented on code in PR #11131:
URL: https://github.com/apache/iceberg/pull/11131#discussion_r1813980941
##
core/src/main/java/org/apache/iceberg/ManifestFilterManager.java:
##
@@ -323,11 +345,15 @@ private ManifestFile filterManifest(Schema tableSchema,
Manife
amogh-jahagirdar commented on code in PR #11131:
URL: https://github.com/apache/iceberg/pull/11131#discussion_r1813980941
##
core/src/main/java/org/apache/iceberg/ManifestFilterManager.java:
##
@@ -323,11 +345,15 @@ private ManifestFile filterManifest(Schema tableSchema,
Manife
amogh-jahagirdar commented on code in PR #11131:
URL: https://github.com/apache/iceberg/pull/11131#discussion_r1813980941
##
core/src/main/java/org/apache/iceberg/ManifestFilterManager.java:
##
@@ -323,11 +345,15 @@ private ManifestFile filterManifest(Schema tableSchema,
Manife
jackye1995 commented on code in PR #11021:
URL: https://github.com/apache/iceberg/pull/11021#discussion_r1813521623
##
aws/src/main/java/org/apache/iceberg/aws/s3/S3FileIO.java:
##
@@ -297,7 +297,14 @@ private List deleteBatch(String bucket,
Collection keysToDelete)
@Overr
kevinjqliu commented on PR #678:
URL: https://github.com/apache/iceberg-rust/pull/678#issuecomment-2433021197
FYI, CI failing on main
https://github.com/apache/iceberg-rust/commits/main/
Is it related to this PR?
error message,
```
error: use of deprecated method `open
rodmeneses commented on code in PR #11348:
URL: https://github.com/apache/iceberg/pull/11348#discussion_r1813237820
##
flink/v1.20/flink/src/main/java/org/apache/iceberg/flink/TypeToFlinkType.java:
##
@@ -113,6 +113,15 @@ public LogicalType primitive(Type.PrimitiveType primitive
rdblue commented on code in PR #11131:
URL: https://github.com/apache/iceberg/pull/11131#discussion_r1813944812
##
core/src/main/java/org/apache/iceberg/ManifestFilterManager.java:
##
@@ -323,11 +345,15 @@ private ManifestFile filterManifest(Schema tableSchema,
ManifestFile man
rdblue commented on code in PR #11131:
URL: https://github.com/apache/iceberg/pull/11131#discussion_r1813956145
##
core/src/main/java/org/apache/iceberg/ManifestFilterManager.java:
##
@@ -341,43 +367,44 @@ private ManifestFile filterManifest(Schema tableSchema,
ManifestFile man
rdblue commented on code in PR #11131:
URL: https://github.com/apache/iceberg/pull/11131#discussion_r1813954048
##
core/src/main/java/org/apache/iceberg/ManifestFilterManager.java:
##
@@ -323,11 +345,15 @@ private ManifestFile filterManifest(Schema tableSchema,
ManifestFile man
rdblue commented on code in PR #11131:
URL: https://github.com/apache/iceberg/pull/11131#discussion_r1813944812
##
core/src/main/java/org/apache/iceberg/ManifestFilterManager.java:
##
@@ -323,11 +345,15 @@ private ManifestFile filterManifest(Schema tableSchema,
ManifestFile man
rdblue commented on code in PR #11131:
URL: https://github.com/apache/iceberg/pull/11131#discussion_r1813931853
##
core/src/main/java/org/apache/iceberg/ManifestFilterManager.java:
##
@@ -323,11 +345,15 @@ private ManifestFile filterManifest(Schema tableSchema,
ManifestFile man
rdblue commented on code in PR #11131:
URL: https://github.com/apache/iceberg/pull/11131#discussion_r1813919704
##
core/src/main/java/org/apache/iceberg/ManifestFilterManager.java:
##
@@ -185,6 +200,13 @@ List filterManifests(Schema tableSchema,
List manife
return Immuta
rdblue commented on code in PR #11131:
URL: https://github.com/apache/iceberg/pull/11131#discussion_r1813917449
##
core/src/main/java/org/apache/iceberg/ManifestFilterManager.java:
##
@@ -185,6 +200,13 @@ List filterManifests(Schema tableSchema,
List manife
return Immuta
rdblue commented on code in PR #11131:
URL: https://github.com/apache/iceberg/pull/11131#discussion_r1813909190
##
core/src/main/java/org/apache/iceberg/ManifestFilterManager.java:
##
@@ -162,11 +178,13 @@ void delete(F file) {
void delete(CharSequence path) {
Preconditi
rdblue commented on code in PR #11240:
URL: https://github.com/apache/iceberg/pull/11240#discussion_r1813814216
##
format/spec.md:
##
@@ -454,35 +457,40 @@ The schema of a manifest file is a struct called
`manifest_entry` with the follo
`data_file` is a struct with the follo
dwilson1988 opened a new issue, #183:
URL: https://github.com/apache/iceberg-go/issues/183
### Feature Request / Improvement
There are some various table formats that extend Iceberg by allowing
additional metadata to be added to various components, for example,
[Havasu](https://githu
zeroshade commented on code in PR #177:
URL: https://github.com/apache/iceberg-go/pull/177#discussion_r1813481928
##
manifest.go:
##
@@ -831,14 +946,53 @@ func (m *manifestEntryV1) FileSequenceNum() *int64 {
return m.FileSeqNum
}
-func (m *manifestEntryV1) DataFile()
rdblue closed issue #11129: Row Lineage for V3
URL: https://github.com/apache/iceberg/issues/11129
--
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: issue
sullis commented on code in PR #11349:
URL: https://github.com/apache/iceberg/pull/11349#discussion_r1813136835
##
aws/src/test/java/org/apache/iceberg/aws/s3/MinioUtil.java:
##
@@ -0,0 +1,64 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contr
rdblue commented on code in PR #11130:
URL: https://github.com/apache/iceberg/pull/11130#discussion_r1813670115
##
format/spec.md:
##
@@ -298,16 +298,101 @@ Iceberg tables must not use field ids greater than
2147483447 (`Integer.MAX_VALU
The set of metadata columns is:
-|
rdblue merged PR #11130:
URL: https://github.com/apache/iceberg/pull/11130
--
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 #11130:
URL: https://github.com/apache/iceberg/pull/11130#issuecomment-2433543495
Merged! Thanks for the awesome work on this, @RussellSpitzer!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
rdblue commented on code in PR #11130:
URL: https://github.com/apache/iceberg/pull/11130#discussion_r1813684620
##
format/spec.md:
##
@@ -298,16 +298,101 @@ Iceberg tables must not use field ids greater than
2147483447 (`Integer.MAX_VALU
The set of metadata columns is:
-|
rdblue commented on code in PR #11130:
URL: https://github.com/apache/iceberg/pull/11130#discussion_r1813673364
##
format/spec.md:
##
@@ -298,16 +298,101 @@ Iceberg tables must not use field ids greater than
2147483447 (`Integer.MAX_VALU
The set of metadata columns is:
-|
rdblue commented on code in PR #11130:
URL: https://github.com/apache/iceberg/pull/11130#discussion_r1813660233
##
format/spec.md:
##
@@ -298,16 +298,101 @@ Iceberg tables must not use field ids greater than
2147483447 (`Integer.MAX_VALU
The set of metadata columns is:
-|
rdblue commented on code in PR #11130:
URL: https://github.com/apache/iceberg/pull/11130#discussion_r1813684620
##
format/spec.md:
##
@@ -298,16 +298,101 @@ Iceberg tables must not use field ids greater than
2147483447 (`Integer.MAX_VALU
The set of metadata columns is:
-|
RussellSpitzer commented on PR #11333:
URL: https://github.com/apache/iceberg/pull/11333#issuecomment-2433510526
Thank you @huaxingao ! It's always great to fix those hidden bad tests!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to
rdblue commented on code in PR #11240:
URL: https://github.com/apache/iceberg/pull/11240#discussion_r1813656198
##
format/spec.md:
##
@@ -841,19 +855,45 @@ Notes:
## Delete Formats
-This section details how to encode row-level deletes in Iceberg delete files.
Row-level del
rdblue commented on code in PR #11240:
URL: https://github.com/apache/iceberg/pull/11240#discussion_r1813648755
##
format/spec.md:
##
@@ -454,35 +457,40 @@ The schema of a manifest file is a struct called
`manifest_entry` with the follo
`data_file` is a struct with the follo
amogh-jahagirdar merged PR #11377:
URL: https://github.com/apache/iceberg/pull/11377
--
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...@
rdblue commented on code in PR #11240:
URL: https://github.com/apache/iceberg/pull/11240#discussion_r181364
##
format/spec.md:
##
@@ -619,19 +627,25 @@ Data files that match the query filter must be read by
the scan.
Note that for any snapshot, all file paths marked with "
aokolnychyi commented on code in PR #11372:
URL: https://github.com/apache/iceberg/pull/11372#discussion_r1813326978
##
core/src/main/java/org/apache/iceberg/deletes/RoaringPositionBitmap.java:
##
@@ -0,0 +1,309 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under o
ebyhr commented on PR #11374:
URL: https://github.com/apache/iceberg/pull/11374#issuecomment-2433488950
@nastra This is mainly for enforcing styles. I will close if we don't use
errorprone for such purposes.
--
This is an automated message from the Apache Git Service.
To respond to the m
sullis commented on code in PR #11349:
URL: https://github.com/apache/iceberg/pull/11349#discussion_r1813357582
##
aws/src/test/java/org/apache/iceberg/aws/s3/MinioUtil.java:
##
@@ -0,0 +1,64 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contr
haizhou-zhao commented on code in PR #11093:
URL: https://github.com/apache/iceberg/pull/11093#discussion_r1813548551
##
open-api/src/testFixtures/java/org/apache/iceberg/rest/RESTCatalogServer.java:
##
@@ -64,7 +72,8 @@ public Map configuration() {
private CatalogContext i
dwilson1988 commented on code in PR #177:
URL: https://github.com/apache/iceberg-go/pull/177#discussion_r1813606048
##
manifest.go:
##
@@ -831,14 +946,53 @@ func (m *manifestEntryV1) FileSequenceNum() *int64 {
return m.FileSeqNum
}
-func (m *manifestEntryV1) DataFile(
dwilson1988 commented on code in PR #177:
URL: https://github.com/apache/iceberg-go/pull/177#discussion_r1813507988
##
manifest.go:
##
@@ -567,6 +569,96 @@ func ReadManifestList(in io.Reader) ([]ManifestFile,
error) {
return out, dec.Error()
}
+// WriteManifestListV2
rdblue commented on code in PR #11240:
URL: https://github.com/apache/iceberg/pull/11240#discussion_r1813592483
##
format/spec.md:
##
@@ -841,19 +855,45 @@ Notes:
## Delete Formats
-This section details how to encode row-level deletes in Iceberg delete files.
Row-level del
rdblue commented on code in PR #11240:
URL: https://github.com/apache/iceberg/pull/11240#discussion_r1813567209
##
format/spec.md:
##
@@ -841,19 +855,45 @@ Notes:
## Delete Formats
-This section details how to encode row-level deletes in Iceberg delete files.
Row-level del
huaxingao commented on PR #11333:
URL: https://github.com/apache/iceberg/pull/11333#issuecomment-2433467807
Thanks a lot @RussellSpitzer
--
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 speci
dwilson1988 commented on code in PR #177:
URL: https://github.com/apache/iceberg-go/pull/177#discussion_r1813442346
##
manifest.go:
##
@@ -567,6 +569,96 @@ func ReadManifestList(in io.Reader) ([]ManifestFile,
error) {
return out, dec.Error()
}
+// WriteManifestListV2
rdblue commented on code in PR #11240:
URL: https://github.com/apache/iceberg/pull/11240#discussion_r1813586205
##
format/spec.md:
##
@@ -841,19 +855,45 @@ Notes:
## Delete Formats
-This section details how to encode row-level deletes in Iceberg delete files.
Row-level del
dwilson1988 commented on code in PR #177:
URL: https://github.com/apache/iceberg-go/pull/177#discussion_r1813528711
##
manifest.go:
##
@@ -831,14 +946,53 @@ func (m *manifestEntryV1) FileSequenceNum() *int64 {
return m.FileSeqNum
}
-func (m *manifestEntryV1) DataFile(
soumilshah1995 commented on issue #9960:
URL: https://github.com/apache/iceberg/issues/9960#issuecomment-2433444077
+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 above to go to the specific comment.
To u
dwilson1988 commented on code in PR #177:
URL: https://github.com/apache/iceberg-go/pull/177#discussion_r1813521154
##
manifest.go:
##
@@ -567,6 +569,96 @@ func ReadManifestList(in io.Reader) ([]ManifestFile,
error) {
return out, dec.Error()
}
+// WriteManifestListV2
jackye1995 commented on code in PR #11021:
URL: https://github.com/apache/iceberg/pull/11021#discussion_r1813511239
##
aws/src/main/java/org/apache/iceberg/aws/s3/S3FileIO.java:
##
@@ -297,7 +297,14 @@ private List deleteBatch(String bucket,
Collection keysToDelete)
@Overr
singhpk234 commented on code in PR #11021:
URL: https://github.com/apache/iceberg/pull/11021#discussion_r1813496517
##
aws/src/main/java/org/apache/iceberg/aws/s3/S3FileIO.java:
##
@@ -297,7 +297,14 @@ private List deleteBatch(String bucket,
Collection keysToDelete)
@Overr
zeroshade commented on code in PR #177:
URL: https://github.com/apache/iceberg-go/pull/177#discussion_r1813485988
##
manifest.go:
##
@@ -567,6 +569,96 @@ func ReadManifestList(in io.Reader) ([]ManifestFile,
error) {
return out, dec.Error()
}
+// WriteManifestListV2 w
zeroshade commented on code in PR #177:
URL: https://github.com/apache/iceberg-go/pull/177#discussion_r1813483677
##
manifest.go:
##
@@ -876,7 +1030,140 @@ func (m *manifestEntryV2) FileSequenceNum() *int64 {
return m.FileSeqNum
}
-func (m *manifestEntryV2) DataFile()
stevenzwu commented on code in PR #11144:
URL: https://github.com/apache/iceberg/pull/11144#discussion_r1813326096
##
flink/v1.20/flink/src/main/java/org/apache/iceberg/flink/maintenance/api/MaintenanceTaskBuilder.java:
##
@@ -0,0 +1,220 @@
+/*
+ * Licensed to the Apache Softwar
wmoustafa commented on PR #11365:
URL: https://github.com/apache/iceberg/pull/11365#issuecomment-2433322970
@rdblue @danielcweeks @stevenzwu @RussellSpitzer @bennychow Would be great
to take a look.
--
This is an automated message from the Apache Git Service.
To respond to the message, pl
jackye1995 commented on code in PR #11021:
URL: https://github.com/apache/iceberg/pull/11021#discussion_r1813045425
##
aws/src/integration/java/org/apache/iceberg/aws/AwsIntegTestUtil.java:
##
@@ -127,6 +129,47 @@ public static void cleanS3Bucket(S3Client s3, String
bucketName,
dwilson1988 commented on code in PR #177:
URL: https://github.com/apache/iceberg-go/pull/177#discussion_r1813467513
##
manifest.go:
##
@@ -567,6 +569,96 @@ func ReadManifestList(in io.Reader) ([]ManifestFile,
error) {
return out, dec.Error()
}
+// WriteManifestListV2
dwilson1988 commented on code in PR #177:
URL: https://github.com/apache/iceberg-go/pull/177#discussion_r1813443609
##
manifest.go:
##
@@ -876,7 +1030,140 @@ func (m *manifestEntryV2) FileSequenceNum() *int64 {
return m.FileSeqNum
}
-func (m *manifestEntryV2) DataFile
dwilson1988 commented on code in PR #177:
URL: https://github.com/apache/iceberg-go/pull/177#discussion_r1813445471
##
manifest.go:
##
@@ -876,7 +1030,140 @@ func (m *manifestEntryV2) FileSequenceNum() *int64 {
return m.FileSeqNum
}
-func (m *manifestEntryV2) DataFile
dwilson1988 commented on code in PR #177:
URL: https://github.com/apache/iceberg-go/pull/177#discussion_r1813446168
##
manifest.go:
##
@@ -876,7 +1030,140 @@ func (m *manifestEntryV2) FileSequenceNum() *int64 {
return m.FileSeqNum
}
-func (m *manifestEntryV2) DataFile
dwilson1988 commented on code in PR #177:
URL: https://github.com/apache/iceberg-go/pull/177#discussion_r1813442346
##
manifest.go:
##
@@ -567,6 +569,96 @@ func ReadManifestList(in io.Reader) ([]ManifestFile,
error) {
return out, dec.Error()
}
+// WriteManifestListV2
dwilson1988 commented on code in PR #177:
URL: https://github.com/apache/iceberg-go/pull/177#discussion_r1813453372
##
manifest.go:
##
@@ -567,6 +569,96 @@ func ReadManifestList(in io.Reader) ([]ManifestFile,
error) {
return out, dec.Error()
}
+// WriteManifestListV2
nastra opened a new pull request, #11382:
URL: https://github.com/apache/iceberg/pull/11382
this backports #11381
--
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 unsubsc
dwilson1988 commented on code in PR #177:
URL: https://github.com/apache/iceberg-go/pull/177#discussion_r1813441342
##
manifest.go:
##
@@ -831,14 +946,53 @@ func (m *manifestEntryV1) FileSequenceNum() *int64 {
return m.FileSeqNum
}
-func (m *manifestEntryV1) DataFile(
RussellSpitzer merged PR #11333:
URL: https://github.com/apache/iceberg/pull/11333
--
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
Xuanwo commented on PR #678:
URL: https://github.com/apache/iceberg-rust/pull/678#issuecomment-2433240259
> FYI, CI failing on main
>
> https://github.com/apache/iceberg-rust/commits/main/
>
>
>
> Is it related to this PR?
>
>
>
> error message,
>
sullis commented on code in PR #11349:
URL: https://github.com/apache/iceberg/pull/11349#discussion_r1813357582
##
aws/src/test/java/org/apache/iceberg/aws/s3/MinioUtil.java:
##
@@ -0,0 +1,64 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contr
sullis commented on code in PR #11349:
URL: https://github.com/apache/iceberg/pull/11349#discussion_r1813357582
##
aws/src/test/java/org/apache/iceberg/aws/s3/MinioUtil.java:
##
@@ -0,0 +1,64 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contr
Neuw84 opened a new pull request, #11383:
URL: https://github.com/apache/iceberg/pull/11383
As @hsiang-c made another pull request building a table
[here](https://github.com/apache/iceberg/pull/11321) I didn't want to collide.
Therefore, I added:
* Added Amazon MSK Connect a
aokolnychyi commented on code in PR #11372:
URL: https://github.com/apache/iceberg/pull/11372#discussion_r1813327452
##
core/src/main/java/org/apache/iceberg/deletes/RoaringPositionBitmap.java:
##
@@ -0,0 +1,309 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under o
aokolnychyi commented on code in PR #11372:
URL: https://github.com/apache/iceberg/pull/11372#discussion_r1813325394
##
core/src/test/java/org/apache/iceberg/deletes/TestRoaringPositionBitmap.java:
##
@@ -0,0 +1,516 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) und
aokolnychyi commented on code in PR #11372:
URL: https://github.com/apache/iceberg/pull/11372#discussion_r1813322036
##
core/src/test/java/org/apache/iceberg/deletes/TestRoaringPositionBitmap.java:
##
@@ -0,0 +1,323 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) und
aokolnychyi commented on code in PR #11372:
URL: https://github.com/apache/iceberg/pull/11372#discussion_r1813314555
##
core/src/main/java/org/apache/iceberg/deletes/RoaringPositionBitmap.java:
##
@@ -0,0 +1,317 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under o
jackye1995 commented on code in PR #11021:
URL: https://github.com/apache/iceberg/pull/11021#discussion_r1813052151
##
aws/src/main/java/org/apache/iceberg/aws/s3/S3URI.java:
##
@@ -37,6 +37,9 @@ class S3URI {
private static final String QUERY_DELIM = "\\?";
private static
amogh-jahagirdar merged PR #11382:
URL: https://github.com/apache/iceberg/pull/11382
--
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...@
jackye1995 commented on PR #11021:
URL: https://github.com/apache/iceberg/pull/11021#issuecomment-2432810694
This mostly looks good to me now, just a few very nit comments. And I think
we should update the `aws.md` about using directory buckets. But that can also
be a separated PR, up to yo
jbonofre commented on PR #11291:
URL: https://github.com/apache/iceberg/pull/11291#issuecomment-2432883972
@findepi @manuzhang I fixed the spotless. Sorry for the inconvenience.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub
sullis commented on code in PR #11349:
URL: https://github.com/apache/iceberg/pull/11349#discussion_r1813154671
##
aws/src/test/java/org/apache/iceberg/aws/s3/MinioUtil.java:
##
@@ -0,0 +1,64 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contr
nastra commented on code in PR #11349:
URL: https://github.com/apache/iceberg/pull/11349#discussion_r1813150009
##
aws/src/test/java/org/apache/iceberg/aws/s3/MinioUtil.java:
##
@@ -0,0 +1,64 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contr
sullis commented on code in PR #11349:
URL: https://github.com/apache/iceberg/pull/11349#discussion_r1813146387
##
aws/src/test/java/org/apache/iceberg/aws/s3/MinioUtil.java:
##
@@ -0,0 +1,64 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contr
jackye1995 commented on code in PR #11021:
URL: https://github.com/apache/iceberg/pull/11021#discussion_r1813140179
##
aws/src/main/java/org/apache/iceberg/aws/s3/S3FileIOProperties.java:
##
@@ -428,6 +428,21 @@ public class S3FileIOProperties implements Serializable {
publ
ajantha-bhat commented on PR #11216:
URL: https://github.com/apache/iceberg/pull/11216#issuecomment-2432771734
@RussellSpitzer: It would be good to have this in 1.7.0.
I am waiting from a month for a review.
--
This is an automated message from the Apache Git Service.
To respond to th
jackye1995 commented on code in PR #11021:
URL: https://github.com/apache/iceberg/pull/11021#discussion_r1813117694
##
aws/src/main/java/org/apache/iceberg/aws/s3/S3URI.java:
##
@@ -115,4 +118,25 @@ public String scheme() {
public String toString() {
return location;
1 - 100 of 151 matches
Mail list logo