Xuanwo commented on code in PR #1010:
URL: https://github.com/apache/iceberg-rust/pull/1010#discussion_r1986611356
##
crates/catalog/rest/src/client.rs:
##
@@ -214,7 +214,9 @@ impl HttpClient {
#[inline]
pub fn request(&self, method: Method, url: U) ->
RequestBuilde
liurenjie1024 commented on code in PR #1010:
URL: https://github.com/apache/iceberg-rust/pull/1010#discussion_r1986608581
##
crates/catalog/rest/src/client.rs:
##
@@ -214,7 +214,9 @@ impl HttpClient {
#[inline]
pub fn request(&self, method: Method, url: U) ->
Reques
Shekharrajak opened a new issue, #12490:
URL: https://github.com/apache/iceberg/issues/12490
### Query engine
_No response_
### Question
Can anyone help how we can remove a row from current snapshot and all the
past snapshots ?
--
This is an automated message from the
liurenjie1024 commented on code in PR #907:
URL: https://github.com/apache/iceberg-rust/pull/907#discussion_r1986559287
##
crates/iceberg/src/writer/file_writer/parquet_writer.rs:
##
@@ -509,6 +584,89 @@ impl ParquetWriter {
Ok(builder)
}
+
+fn transverse_bat
liurenjie1024 opened a new issue, #1064:
URL: https://github.com/apache/iceberg-rust/issues/1064
### Is your feature request related to a problem or challenge?
As describen in #1053 , `paste` crate is no longer maintained.
### Describe the solution you'd like
We need to
liurenjie1024 opened a new pull request, #1063:
URL: https://github.com/apache/iceberg-rust/pull/1063
## Which issue does this PR close?
- Closes #1062 .
## What changes are included in this PR?
A temporary workaround for #1053 .
## Are these change
liurenjie1024 opened a new issue, #1062:
URL: https://github.com/apache/iceberg-rust/issues/1062
### Is your feature request related to a problem or challenge?
`paste` crate is no longer maintained, and the audit check failed for all
prs.
### Describe the solution you'd like
pan3793 commented on PR #12489:
URL: https://github.com/apache/iceberg/pull/12489#issuecomment-2709318730
cc @huaxingao @szehon-ho
--
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 co
pan3793 opened a new pull request, #12489:
URL: https://github.com/apache/iceberg/pull/12489
`versions.spark.hive35` actually defines Spark version, though Iceberg only
explicitly pulls `spark-hive_${scalaBinaryVersion}`
--
This is an automated message from the Apache Git Service.
To resp
liurenjie1024 opened a new issue, #1061:
URL: https://github.com/apache/iceberg-rust/issues/1061
### Is your feature request related to a problem or challenge?
See https://github.com/apache/iceberg-rust/discussions/1051 We should add
documentation in arrow module to clarify requiremen
anupam-saini commented on PR #433:
URL: https://github.com/apache/iceberg-python/pull/433#issuecomment-2709180688
> @anupam-saini Are you still working on this PR? For context, we are doing
some _interesting_ (and probably wrong) stuff to mimic Iceberg Java's REPLACE
TABLE in
https://githu
anupam-saini commented on PR #433:
URL: https://github.com/apache/iceberg-python/pull/433#issuecomment-2709181733
@srilman let me know if you would like to open a new PR. I can close this one
--
This is an automated message from the Apache Git Service.
To respond to the message, please log
ZENOTME commented on PR #1002:
URL: https://github.com/apache/iceberg-rust/pull/1002#issuecomment-2703236791
> Thanks @ZENOTME for this pr. The reason we don't add update table support
before is that currently the table transaction api is not complete yet, and we
should not add this in cata
github-actions[bot] commented on PR #12071:
URL: https://github.com/apache/iceberg/pull/12071#issuecomment-2709153324
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 #11845:
URL: https://github.com/apache/iceberg/pull/11845#issuecomment-2709153287
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] closed pull request #11845: [docs] Replace examples of
Hadoop catalog with JDBC & REST catalog
URL: https://github.com/apache/iceberg/pull/11845
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
github-actions[bot] commented on issue #9065:
URL: https://github.com/apache/iceberg/issues/9065#issuecomment-2709153149
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] commented on issue #11091:
URL: https://github.com/apache/iceberg/issues/11091#issuecomment-2709153220
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] closed pull request #11923: [Docs] Update
spark-getting-started docs page to make the example valid
URL: https://github.com/apache/iceberg/pull/11923
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
github-actions[bot] commented on PR #11923:
URL: https://github.com/apache/iceberg/pull/11923#issuecomment-2709153312
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] closed pull request #11675: Spark: DVs + Positional Deletes
URL: https://github.com/apache/iceberg/pull/11675
--
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.
github-actions[bot] commented on PR #11675:
URL: https://github.com/apache/iceberg/pull/11675#issuecomment-2709153260
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] closed issue #9065: Type Promotion: Long to Timestamp
URL: https://github.com/apache/iceberg/issues/9065
--
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
ebyhr commented on code in PR #12456:
URL: https://github.com/apache/iceberg/pull/12456#discussion_r1986445605
##
spark/v3.5/spark-extensions/src/test/java/org/apache/iceberg/spark/extensions/TestAddFilesProcedure.java:
##
@@ -830,6 +830,44 @@ public void invalidDataImportPartit
ebyhr commented on code in PR #12481:
URL: https://github.com/apache/iceberg/pull/12481#discussion_r1986445057
##
site/docs/talks.md:
##
@@ -21,6 +21,86 @@ title: "Talks"
## Iceberg Talks
Here is a list of talks and other videos related to Iceberg.
+### [Supporting S3 Tables
zeroshade merged PR #328:
URL: https://github.com/apache/iceberg-go/pull/328
--
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.
thealmightygrant commented on issue #6998:
URL: https://github.com/apache/iceberg/issues/6998#issuecomment-2709061478
Thanks! Just wanted to say that @alhaiz313's solution worked for me here
too. It's also in the docs
[here](https://iceberg.apache.org/docs/1.5.2/spark-configuration/#sql-ext
lawofcycles commented on issue #12488:
URL: https://github.com/apache/iceberg/issues/12488#issuecomment-2708964447
I would like to contribute on this.
--
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 g
lawofcycles opened a new issue, #12488:
URL: https://github.com/apache/iceberg/issues/12488
### Feature Request / Improvement
Add capability for Glue Catalog to handle Views.
AWS Glue has recently provided a REST Catalog endpoint. Since many users are
still using the Glue Catalog
Xuanwo commented on PR #965:
URL: https://github.com/apache/iceberg-rust/pull/965#issuecomment-2703297501
I'll merge this PR in three days if there are no further objections. I
believe it's on the right track, and additional polish can be made on top of it.
--
This is an automated message
dependabot[bot] opened a new pull request, #1056:
URL: https://github.com/apache/iceberg-rust/pull/1056
Bumps [mockito](https://github.com/lipanski/mockito) from 1.6.1 to 1.7.0.
Release notes
Sourced from https://github.com/lipanski/mockito/releases";>mockito's
releases.
1.7
Fokko merged PR #12483:
URL: https://github.com/apache/iceberg/pull/12483
--
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
dependabot[bot] opened a new pull request, #1057:
URL: https://github.com/apache/iceberg-rust/pull/1057
Bumps [aws-sdk-glue](https://github.com/awslabs/aws-sdk-rust) from 1.82.0 to
1.84.0.
Commits
See full diff in https://github.com/awslabs/aws-sdk-rust/commits";>compare view
dependabot[bot] opened a new pull request, #1060:
URL: https://github.com/apache/iceberg-rust/pull/1060
Bumps [either](https://github.com/rayon-rs/either) from 1.13.0 to 1.15.0.
Commits
https://github.com/rayon-rs/either/commit/59ae1fce0cec62c886fcd486e06b7e219bc7ce48";>59ae1fc
dependabot[bot] opened a new pull request, #1059:
URL: https://github.com/apache/iceberg-rust/pull/1059
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.17.1 to
3.18.0.
Changelog
Sourced from https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md";>tempfile's
dependabot[bot] opened a new pull request, #1055:
URL: https://github.com/apache/iceberg-rust/pull/1055
Bumps [aws-sdk-s3tables](https://github.com/awslabs/aws-sdk-rust) from
1.10.0 to 1.12.0.
Commits
See full diff in https://github.com/awslabs/aws-sdk-rust/commits";>compare vi
dependabot[bot] opened a new pull request, #1058:
URL: https://github.com/apache/iceberg-rust/pull/1058
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.43.0 to 1.44.0.
Release notes
Sourced from https://github.com/tokio-rs/tokio/releases";>tokio's releases.
Tokio v1.4
dependabot[bot] opened a new pull request, #1054:
URL: https://github.com/apache/iceberg-rust/pull/1054
Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.30.0 to
1.30.1.
Release notes
Sourced from https://github.com/crate-ci/typos/releases";>crate-ci/typos's
release
dependabot[bot] opened a new pull request, #12487:
URL: https://github.com/apache/iceberg/pull/12487
Bumps [com.azure:azure-sdk-bom](https://github.com/azure/azure-sdk-for-java)
from 1.2.31 to 1.2.32.
Commits
https://github.com/Azure/azure-sdk-for-java/commit/63382225ace94d902b
slfan1989 commented on PR #12480:
URL: https://github.com/apache/iceberg/pull/12480#issuecomment-2708713540
> Nice one @slfan1989 thanks for fixing this 🚀
@Fokko Thanks for the review!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log
github-actions[bot] commented on issue #11094:
URL: https://github.com/apache/iceberg/issues/11094#issuecomment-2708569868
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
dependabot[bot] opened a new pull request, #328:
URL: https://github.com/apache/iceberg-go/pull/328
Bumps the gomod_updates group with 15 updates:
| Package | From | To |
| --- | --- | --- |
|
[github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) |
`1.29.8
42 matches
Mail list logo