Fokko commented on code in PR #12008:
URL: https://github.com/apache/iceberg/pull/12008#discussion_r1921943661
##
.github/workflows/publish-iceberg-rest-fixture-docker.yml:
##
@@ -20,9 +20,8 @@
name: Build and Push 'iceberg-rest-fixture' Docker Image
on:
- push:
-tags:
Fokko commented on code in PR #12008:
URL: https://github.com/apache/iceberg/pull/12008#discussion_r1921943161
##
.github/workflows/publish-iceberg-rest-fixture-docker.yml:
##
@@ -20,9 +20,8 @@
name: Build and Push 'iceberg-rest-fixture' Docker Image
on:
- push:
-tags:
czy006 commented on code in PR #11966:
URL: https://github.com/apache/iceberg/pull/11966#discussion_r1921936611
##
docs/docs/amoro.md:
##
@@ -0,0 +1,90 @@
+---
+title: "Apache Amoro"
+---
+
+
+# Apache Amoro With Iceberg
+
+**[Apache Amoro(incubating)](https://amoro.apache.org/d
nastra commented on code in PR #11991:
URL: https://github.com/apache/iceberg/pull/11991#discussion_r1921923905
##
open-api/src/test/java/org/apache/iceberg/rest/RESTCompatibilityKitCatalogTests.java:
##
@@ -90,4 +90,10 @@ protected boolean overridesRequestedLocation() {
nastra commented on code in PR #11966:
URL: https://github.com/apache/iceberg/pull/11966#discussion_r1921916823
##
docs/docs/amoro.md:
##
@@ -0,0 +1,90 @@
+---
+title: "Apache Amoro"
+---
+
+
+# Apache Amoro With Iceberg
+
+**[Apache Amoro(incubating)](https://amoro.apache.org/d
nastra merged PR #11824:
URL: https://github.com/apache/iceberg/pull/11824
--
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
ZENOTME commented on code in PR #882:
URL: https://github.com/apache/iceberg-rust/pull/882#discussion_r1921861153
##
crates/iceberg/src/arrow/schema.rs:
##
@@ -43,7 +43,9 @@ use crate::spec::{
use crate::{Error, ErrorKind};
/// When iceberg map type convert to Arrow map type
ZENOTME commented on code in PR #882:
URL: https://github.com/apache/iceberg-rust/pull/882#discussion_r1921861930
##
crates/iceberg/src/spec/datatypes.rs:
##
@@ -226,8 +228,10 @@ pub enum PrimitiveType {
/// Timestamp in microsecond precision, with timezone
Timestamptz
ZENOTME commented on PR #882:
URL: https://github.com/apache/iceberg-rust/pull/882#issuecomment-2601477027
> I think it's a step moving forward, but I think this pr didn't handle
nested struct type well, see https://github.com/apache/iceberg-rust/issues/405
Hi @liurenjie1024, could y
liurenjie1024 commented on PR #895:
URL: https://github.com/apache/iceberg-rust/pull/895#issuecomment-2601473466
> This follows the
[datafusion/datafusion/sqllogictest](https://github.com/apache/datafusion/blob/e9a77e0ea3e30b7f2718c9cea1fed023dca1f646/datafusion/sqllogictest/src/engines/data
liurenjie1024 commented on PR #901:
URL: https://github.com/apache/iceberg-rust/pull/901#issuecomment-2601470708
I think we should skip this upgrade as it requires upgrading msrv?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHu
omkenge commented on issue #1200:
URL:
https://github.com/apache/iceberg-python/issues/1200#issuecomment-2601440980
Hello @ndrluis
I think #1285 is now merged can I start working on this issue.
--
This is an automated message from the Apache Git Service.
To respond to the message, pl
manuzhang commented on issue #12009:
URL: https://github.com/apache/iceberg/issues/12009#issuecomment-2601264016
Failure from another tests
https://github.com/apache/iceberg/actions/runs/12838153809/job/35803224974#step:7:3982
```
TestMigrateTableAction > initializationError FAILED
manuzhang opened a new issue, #12009:
URL: https://github.com/apache/iceberg/issues/12009
### Apache Iceberg version
main (development)
### Query engine
Spark
### Please describe the bug 🐞
https://github.com/apache/iceberg/actions/runs/12857234112/job/358457
manuzhang commented on PR #11824:
URL: https://github.com/apache/iceberg/pull/11824#issuecomment-2601217390
@nastra @Fokko please help review this 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
Xuanwo merged PR #899:
URL: https://github.com/apache/iceberg-rust/pull/899
--
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
Xuanwo merged PR #897:
URL: https://github.com/apache/iceberg-rust/pull/897
--
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
Xuanwo merged PR #900:
URL: https://github.com/apache/iceberg-rust/pull/900
--
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
Xuanwo merged PR #898:
URL: https://github.com/apache/iceberg-rust/pull/898
--
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
Xuanwo commented on PR #898:
URL: https://github.com/apache/iceberg-rust/pull/898#issuecomment-2601205731
Thank you @kevinjqliu for reviewing 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 go to
lidavidm commented on PR #31:
URL: https://github.com/apache/iceberg-cpp/pull/31#issuecomment-2601203055
Arrow-style does let you do a bunch of compile-time metaprogramming (e.g.
see arrow::TypeTraits)
--
This is an automated message from the Apache Git Service.
To respond to the message,
lidavidm commented on PR #31:
URL: https://github.com/apache/iceberg-cpp/pull/31#issuecomment-2601202575
Just to make sure @gaborkaszab @wgtmac: are we ok with the Arrow-style type
representation here? (Types are represented by a class hierarchy, erased behind
smart pointers; nested types s
smaheshwar-pltr commented on code in PR #11991:
URL: https://github.com/apache/iceberg/pull/11991#discussion_r1921682719
##
open-api/src/test/java/org/apache/iceberg/rest/RESTCompatibilityKitCatalogTests.java:
##
@@ -90,4 +90,10 @@ protected boolean overridesRequestedLocation()
maswin commented on issue #104:
URL: https://github.com/apache/iceberg/issues/104#issuecomment-2601106962
We even see this in `1.4.1` version
```
2025-01-14T20:42:05.211Z WARNFinalizer
org.apache.iceberg.hadoop.HadoopStreams Unclosed output stream created by:
github-actions[bot] commented on PR #11728:
URL: https://github.com/apache/iceberg/pull/11728#issuecomment-2601090226
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 #10751:
URL: https://github.com/apache/iceberg/issues/10751#issuecomment-2601090164
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 issue #10658: Allow adding synthetic partition for
existing data in table
URL: https://github.com/apache/iceberg/issues/10658
--
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
github-actions[bot] commented on PR #11824:
URL: https://github.com/apache/iceberg/pull/11824#issuecomment-2601090276
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 #11728: Spark3.4,3.5,Api,Hive: Fix
using NullType in View.
URL: https://github.com/apache/iceberg/pull/11728
--
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
github-actions[bot] commented on issue #10758:
URL: https://github.com/apache/iceberg/issues/10758#issuecomment-2601090182
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 #10658:
URL: https://github.com/apache/iceberg/issues/10658#issuecomment-2601090122
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
smaheshwar-pltr commented on code in PR #1537:
URL: https://github.com/apache/iceberg-python/pull/1537#discussion_r1921652515
##
mkdocs/docs/configuration.md:
##
@@ -54,15 +54,18 @@ Iceberg tables support table properties to configure table
behavior.
### Write options
-| K
smaheshwar-pltr commented on code in PR #1537:
URL: https://github.com/apache/iceberg-python/pull/1537#discussion_r1921652324
##
mkdocs/docs/configuration.md:
##
@@ -54,15 +54,18 @@ Iceberg tables support table properties to configure table
behavior.
### Write options
-| K
smaheshwar-pltr commented on code in PR #1537:
URL: https://github.com/apache/iceberg-python/pull/1537#discussion_r1921652049
##
mkdocs/docs/configuration.md:
##
@@ -195,6 +198,86 @@ PyIceberg uses
[S3FileSystem](https://arrow.apache.org/docs/python/generated/pya
+## Loca
smaheshwar-pltr commented on code in PR #1537:
URL: https://github.com/apache/iceberg-python/pull/1537#discussion_r1921651630
##
mkdocs/docs/configuration.md:
##
@@ -195,6 +198,86 @@ PyIceberg uses
[S3FileSystem](https://arrow.apache.org/docs/python/generated/pya
+## Loca
smaheshwar-pltr commented on code in PR #1537:
URL: https://github.com/apache/iceberg-python/pull/1537#discussion_r1921651470
##
mkdocs/docs/configuration.md:
##
@@ -195,6 +198,86 @@ PyIceberg uses
[S3FileSystem](https://arrow.apache.org/docs/python/generated/pya
+## Loca
smaheshwar-pltr commented on code in PR #1537:
URL: https://github.com/apache/iceberg-python/pull/1537#discussion_r1921651044
##
mkdocs/docs/configuration.md:
##
@@ -54,15 +54,18 @@ Iceberg tables support table properties to configure table
behavior.
### Write options
-| K
zeroshade merged PR #256:
URL: https://github.com/apache/iceberg-go/pull/256
--
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.
zeroshade merged PR #258:
URL: https://github.com/apache/iceberg-go/pull/258
--
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.
zeroshade merged PR #257:
URL: https://github.com/apache/iceberg-go/pull/257
--
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.
zeroshade merged PR #255:
URL: https://github.com/apache/iceberg-go/pull/255
--
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.
zeroshade merged PR #259:
URL: https://github.com/apache/iceberg-go/pull/259
--
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.
zeroshade opened a new pull request, #260:
URL: https://github.com/apache/iceberg-go/pull/260
As brought up in
https://github.com/apache/iceberg-go/pull/244#discussion_r1911257805 this PR
implements using a "type" property when loading catalogs and looking up catalog
configurations using t
kevinjqliu commented on code in PR #12008:
URL: https://github.com/apache/iceberg/pull/12008#discussion_r1921636978
##
.github/workflows/publish-iceberg-rest-fixture-docker.yml:
##
@@ -20,9 +20,8 @@
name: Build and Push 'iceberg-rest-fixture' Docker Image
on:
- push:
-t
kevinjqliu commented on code in PR #12008:
URL: https://github.com/apache/iceberg/pull/12008#discussion_r1921636817
##
.github/workflows/publish-iceberg-rest-fixture-docker.yml:
##
@@ -20,9 +20,8 @@
name: Build and Push 'iceberg-rest-fixture' Docker Image
on:
- push:
-t
Fokko opened a new pull request, #12008:
URL: https://github.com/apache/iceberg/pull/12008
While trying to downstream V3 into PyIceberg/Iceberg-Rust/etc, I think it
would be good to rebuild the REST fixtures every night.
--
This is an automated message from the Apache Git Service.
To resp
Fokko merged PR #12003:
URL: https://github.com/apache/iceberg/pull/12003
--
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 merged PR #12001:
URL: https://github.com/apache/iceberg/pull/12001
--
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 merged PR #12002:
URL: https://github.com/apache/iceberg/pull/12002
--
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 merged PR #12000:
URL: https://github.com/apache/iceberg/pull/12000
--
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 merged PR #11999:
URL: https://github.com/apache/iceberg/pull/11999
--
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 merged PR #1538:
URL: https://github.com/apache/iceberg-python/pull/1538
--
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
kevinjqliu opened a new pull request, #1538:
URL: https://github.com/apache/iceberg-python/pull/1538
Since we bumped Poetry to `2.0.1` in #1525, we have not regenerated poetry
lock. Looks like poetry adds a lot of additional information to the lock file.
Let's regenerate the lock file on `m
kevinjqliu commented on PR #1377:
URL: https://github.com/apache/iceberg-python/pull/1377#issuecomment-2601016186
Blocked on Ray 3.13 https://github.com/ray-project/ray/issues/49738
We can run `poetry update` after
--
This is an automated message from the Apache Git Service.
To res
kevinjqliu closed pull request #312: Refactor to write APIs to default to
`main` branch
URL: https://github.com/apache/iceberg-python/pull/312
--
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
kevinjqliu commented on code in PR #1537:
URL: https://github.com/apache/iceberg-python/pull/1537#discussion_r1921620305
##
mkdocs/docs/configuration.md:
##
@@ -195,6 +198,86 @@ PyIceberg uses
[S3FileSystem](https://arrow.apache.org/docs/python/generated/pya
+## Location
kevinjqliu commented on PR #1534:
URL: https://github.com/apache/iceberg-python/pull/1534#issuecomment-2600991160
Thanks @mattmartin14 for the PR! And thanks @bitsondatadev on the tips on
working in OSS. I certainly had to learn a lot of these over the years.
A couple things I think
kevinjqliu commented on issue #896:
URL: https://github.com/apache/iceberg-rust/issues/896#issuecomment-2600976947
Good idea!
This applies to
[bindings/python/pyproject.toml](https://github.com/apache/iceberg-rust/blob/main/bindings/python/pyproject.toml)
which we use for `pyiceberg_cor
shiv-io commented on PR #1242:
URL: https://github.com/apache/iceberg-python/pull/1242#issuecomment-260097
Makes sense, @sungwy -- thanks! Added the test, let me know if that looks
good
--
This is an automated message from the Apache Git Service.
To respond to the message, please log
Fokko merged PR #1536:
URL: https://github.com/apache/iceberg-python/pull/1536
--
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 PR #11999:
URL: https://github.com/apache/iceberg/pull/11999#issuecomment-2600973211
@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 comment.
T
Fokko commented on PR #12003:
URL: https://github.com/apache/iceberg/pull/12003#issuecomment-2600973288
@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 comment.
T
Fokko commented on PR #12002:
URL: https://github.com/apache/iceberg/pull/12002#issuecomment-2600973267
@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 comment.
T
Fokko commented on PR #12001:
URL: https://github.com/apache/iceberg/pull/12001#issuecomment-2600973240
@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 comment.
T
Fokko commented on PR #12000:
URL: https://github.com/apache/iceberg/pull/12000#issuecomment-2600973225
@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 comment.
T
Fokko commented on PR #11998:
URL: https://github.com/apache/iceberg/pull/11998#issuecomment-2600973190
@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 comment.
T
66 matches
Mail list logo