Xuanwo commented on PR #965:
URL: https://github.com/apache/iceberg-rust/pull/965#issuecomment-2692076363
> @Xuanwo could you take a look at the [latest
commit](https://github.com/apache/iceberg-rust/pull/965/commits/0f72f01a6963cb97475a2dcd4776aba794ea0932)
and see if it makes sense?
connortsui20 commented on PR #965:
URL: https://github.com/apache/iceberg-rust/pull/965#issuecomment-2692263199
> > @Xuanwo could you take a look at the [latest
commit](https://github.com/apache/iceberg-rust/pull/965/commits/0f72f01a6963cb97475a2dcd4776aba794ea0932)
and see if it makes sens
kevinjqliu commented on issue #12236:
URL: https://github.com/apache/iceberg/issues/12236#issuecomment-2692316563
Out of the 3 failed test suites, #12274 only addressed `iceberg-azure`,
right?
```
> Task :iceberg-azure:test
> Task :iceberg-aws:test
> Task :iceberg-kafka-conn
anuragmantri commented on issue #12236:
URL: https://github.com/apache/iceberg/issues/12236#issuecomment-2692318416
That's correct. We cannot move AWS tests since we don't run AWS integration
tests at all. I haven't looked at the Kafka tests though
--
This is an automated message from the
kevinjqliu closed issue #1063: Try `arro3` as custom FileIO in tests
URL: https://github.com/apache/iceberg-python/issues/1063
--
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
kevinjqliu commented on issue #1746:
URL:
https://github.com/apache/iceberg-python/issues/1746#issuecomment-2692326733
I dont think we have support for reading directly from a branch name yet. On
the read side, you can specify a specific `snapshot_id`,
https://github.com/apache/iceberg-pyt
kevinjqliu commented on issue #1745:
URL:
https://github.com/apache/iceberg-python/issues/1745#issuecomment-2692327194
https://github.com/pola-rs/polars/blob/b93b97b966f770e979018a070b2bddccc2ecc958/py-polars/tests/unit/io/test_iceberg.py#L197
--
This is an automated message from the Apa
kevinjqliu commented on issue #12236:
URL: https://github.com/apache/iceberg/issues/12236#issuecomment-2692320319
> We cannot move AWS tests since we don't run AWS integration tests at all.
what does "we dont run AWS integration tests at all" mean?
For context, this issue came
zeroshade merged PR #311:
URL: https://github.com/apache/iceberg-go/pull/311
--
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 closed issue #309: Support for list types?
URL: https://github.com/apache/iceberg-go/issues/309
--
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
kevinjqliu commented on issue #1745:
URL:
https://github.com/apache/iceberg-python/issues/1745#issuecomment-2692327976
*
[pyarrow.string_view](https://arrow.apache.org/docs/python/generated/pyarrow.string_view.html)
*
[pyarrow.binary_view](https://arrow.apache.org/docs/python/generated/
kevinjqliu commented on issue #1744:
URL:
https://github.com/apache/iceberg-python/issues/1744#issuecomment-2692329881
@mnzpk would you like to contribute the fix?
I don't have access to kerberos auth to test this issue
--
This is an automated message from the Apache Git Service.
To r
zeroshade closed issue #309: Support for list types?
URL: https://github.com/apache/iceberg-go/issues/309
--
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
kevinjqliu commented on issue #1744:
URL:
https://github.com/apache/iceberg-python/issues/1744#issuecomment-2692330542
Kerberos was added in #1634
--
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
anuragmantri commented on issue #12236:
URL: https://github.com/apache/iceberg/issues/12236#issuecomment-2692332346
> what does "we dont run AWS integration tests at all" mean?
AWS integration tests require some keys as ENV vars to successfully run. So
today our CI does not run any AW
kevinjqliu commented on issue #1744:
URL:
https://github.com/apache/iceberg-python/issues/1744#issuecomment-2692329134
Thanks for the detailed report! Very helpful.
> thrift.transport.TTransport.TSaslClientTransport doesn't seem to support
re-opening
This is interesting... I w
kevinjqliu commented on issue #1744:
URL:
https://github.com/apache/iceberg-python/issues/1744#issuecomment-2692334870
> thrift.transport.TTransport.TSaslClientTransport doesn't seem to support
re-opening
Supported by this test
https://github.com/apache/thrift/blob/caef0eda24dd8
kevinjqliu commented on issue #1744:
URL:
https://github.com/apache/iceberg-python/issues/1744#issuecomment-2692338106
#1747 @mnzpk do you mind taking a look and test this out?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub
okumin opened a new pull request, #12430:
URL: https://github.com/apache/iceberg/pull/12430
Our doc mentions 4.0.0-alpha-1, 4.0.0-alpha-2, and 4.0.0-beta-1 because the
Hive community had struggled to release 4.0.0. Now that it's been approximately
1 year since we released 4.0.0, I think we
okumin commented on code in PR #12430:
URL: https://github.com/apache/iceberg/pull/12430#discussion_r1976398538
##
docs/docs/hive.md:
##
@@ -91,20 +91,9 @@ Hive supports the following additional features with Hive
version 4.0.0 and abov
Hive 4 comes with `hive-iceberg` that
github-actions[bot] commented on issue #10950:
URL: https://github.com/apache/iceberg/issues/10950#issuecomment-2691757023
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
sdd opened a new pull request, #1017:
URL: https://github.com/apache/iceberg-rust/pull/1017
Continues the series of scan delete file support PRs.
* Adds parsing of equality delete files into `DeleteFileManager`
* Tests WIP, to follow
Builds on top of https://github.com/apache
kevinjqliu commented on PR #1743:
URL: https://github.com/apache/iceberg-python/pull/1743#issuecomment-2692351898
Hi @afiodorov thanks for the PR!
For adding hive partitioned files to Iceberg, there's a specific way we can
do so using column projections,
https://iceberg.apache.org/s
zeroshade opened a new pull request, #316:
URL: https://github.com/apache/iceberg-go/pull/316
This is necessary for snapshot creation and new datafiles/manifests for
writing.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub an
zeroshade commented on PR #315:
URL: https://github.com/apache/iceberg-go/pull/315#issuecomment-2692370416
@dttung2905 Looks good, once you resolve the conflicts i'm happy to merge
this.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on
zeroshade commented on PR #316:
URL: https://github.com/apache/iceberg-go/pull/316#issuecomment-2692374502
Yup! That's what it's based on
--
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
zeroshade merged PR #316:
URL: https://github.com/apache/iceberg-go/pull/316
--
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, #317:
URL: https://github.com/apache/iceberg-go/pull/317
Next step to getting writes up and working
--
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 specif
connortsui20 commented on PR #965:
URL: https://github.com/apache/iceberg-rust/pull/965#issuecomment-2692409369
@Xuanwo ready for review! I think that this version is a lot more
boilerplate but that should be fine as it is more or less linearly readable.
--
This is an automated message fr
zeroshade commented on code in PR #313:
URL: https://github.com/apache/iceberg-go/pull/313#discussion_r1976476077
##
io/azure.go:
##
@@ -0,0 +1,104 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contributor license agreements. See the NOTICE file
ravindrabajpai opened a new issue, #12431:
URL: https://github.com/apache/iceberg/issues/12431
### Proposed Change
I have recently started exploring iceberg table format, and I feel hidden
partitioning is a very powerful feature. I would like to explore it a bit
further to see if fol
abstractdog commented on code in PR #12427:
URL: https://github.com/apache/iceberg/pull/12427#discussion_r1975827553
##
core/src/main/java/org/apache/iceberg/SnapshotProducer.java:
##
@@ -197,7 +198,7 @@ protected String targetBranch() {
}
protected ExecutorService worke
szehon-ho commented on PR #12421:
URL: https://github.com/apache/iceberg/pull/12421#issuecomment-2692432720
Merged, thanks @jiayuasu for the fix!
--
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
jshmchenxi commented on code in PR #960:
URL: https://github.com/apache/iceberg-rust/pull/960#discussion_r1976556165
##
crates/iceberg/src/transaction.rs:
##
@@ -205,8 +208,86 @@ impl<'a> FastAppendAction<'a> {
Ok(self)
}
+/// Adds existing parquet files
+
jshmchenxi commented on code in PR #960:
URL: https://github.com/apache/iceberg-rust/pull/960#discussion_r1976556165
##
crates/iceberg/src/transaction.rs:
##
@@ -205,8 +208,86 @@ impl<'a> FastAppendAction<'a> {
Ok(self)
}
+/// Adds existing parquet files
+
andormarkus commented on PR #1742:
URL: https://github.com/apache/iceberg-python/pull/1742#issuecomment-2692428005
Thanks for your feedback!
I understand your concern about adding this to the `Table` class. I agree
it's not the ideal location and could lead to confusion.
The pr
github-actions[bot] commented on issue #10930:
URL: https://github.com/apache/iceberg/issues/10930#issuecomment-2692483070
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 #10930: Specify in lower/upper bounds in
data_file struct are exact
URL: https://github.com/apache/iceberg/issues/10930
--
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 issue #11016:
URL: https://github.com/apache/iceberg/issues/11016#issuecomment-2692483084
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 #11845:
URL: https://github.com/apache/iceberg/pull/11845#issuecomment-2692483140
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 #12063:
URL: https://github.com/apache/iceberg/pull/12063#issuecomment-2692483179
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 PR #11977:
URL: https://github.com/apache/iceberg/pull/11977#issuecomment-2692483167
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 #11704: Core: Unimplement Map from
CharSequenceMap to obey contract
URL: https://github.com/apache/iceberg/pull/11704
--
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 t
github-actions[bot] closed pull request #12063: fix(iceberg/kafka-connect): add
empty string check before string-to-number conversion
URL: https://github.com/apache/iceberg/pull/12063
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitH
github-actions[bot] closed pull request #11977: Build: Add plugin to generate
license and notice files
URL: https://github.com/apache/iceberg/pull/11977
--
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 issue #310:
URL: https://github.com/apache/iceberg-python/issues/310#issuecomment-2692483991
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 oc
github-actions[bot] commented on PR #11704:
URL: https://github.com/apache/iceberg/pull/11704#issuecomment-2692483123
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 PR #11675:
URL: https://github.com/apache/iceberg/pull/11675#issuecomment-2692483113
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 #11923:
URL: https://github.com/apache/iceberg/pull/11923#issuecomment-2692483154
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
dependabot[bot] opened a new pull request, #12438:
URL: https://github.com/apache/iceberg/pull/12438
Bumps [org.mongodb:bson](https://github.com/mongodb/mongo-java-driver) from
4.11.0 to 4.11.5.
Release notes
Sourced from https://github.com/mongodb/mongo-java-driver/releases";>org.
dependabot[bot] opened a new pull request, #12434:
URL: https://github.com/apache/iceberg/pull/12434
Bumps `jackson-bom` from 2.18.2 to 2.18.3.
Updates `com.fasterxml.jackson:jackson-bom` from 2.18.2 to 2.18.3
Commits
https://github.com/FasterXML/jackson-bom/commit/f459157186
dependabot[bot] opened a new pull request, #12433:
URL: https://github.com/apache/iceberg/pull/12433
Bumps
[datamodel-code-generator](https://github.com/koxudaxi/datamodel-code-generator)
from 0.28.1 to 0.28.2.
Release notes
Sourced from https://github.com/koxudaxi/datamodel-code-
szehon-ho commented on PR #12425:
URL: https://github.com/apache/iceberg/pull/12425#issuecomment-2692433192
Thanks @wangyinsheng for change and @manuzhang for review/verifying!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub a
szehon-ho merged PR #12425:
URL: https://github.com/apache/iceberg/pull/12425
--
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
szehon-ho merged PR #12421:
URL: https://github.com/apache/iceberg/pull/12421
--
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
github-actions[bot] closed pull request #12064: Fix rename then add column with
same name failure if the renamed columns was an identity partition key
URL: https://github.com/apache/iceberg/pull/12064
--
This is an automated message from the Apache Git Service.
To respond to the message, plea
github-actions[bot] commented on PR #12064:
URL: https://github.com/apache/iceberg/pull/12064#issuecomment-2692483190
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
nastra merged PR #12274:
URL: https://github.com/apache/iceberg/pull/12274
--
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
pvary commented on PR #12430:
URL: https://github.com/apache/iceberg/pull/12430#issuecomment-2692589299
@deniskuzZ: Could you please review?
--
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
mnzpk commented on code in PR #1747:
URL: https://github.com/apache/iceberg-python/pull/1747#discussion_r1976524834
##
pyiceberg/catalog/hive.py:
##
@@ -167,6 +167,10 @@ def _init_thrift_client(self) -> None:
self._client = Client(protocol)
def __enter__(self) ->
dependabot[bot] opened a new pull request, #12432:
URL: https://github.com/apache/iceberg/pull/12432
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from
9.6.5 to 9.6.6.
Release notes
Sourced from https://github.com/squidfunk/mkdocs-material/releases";>mkdocs-
dependabot[bot] opened a new pull request, #12435:
URL: https://github.com/apache/iceberg/pull/12435
Bumps
[org.openapitools:openapi-generator-gradle-plugin](https://github.com/OpenAPITools/openapi-generator)
from 7.11.0 to 7.12.0.
Release notes
Sourced from https://github.com/Ope
dependabot[bot] opened a new pull request, #12440:
URL: https://github.com/apache/iceberg/pull/12440
Bumps [io.netty:netty-buffer](https://github.com/netty/netty) from
4.1.118.Final to 4.1.119.Final.
Commits
https://github.com/netty/netty/commit/fb7c786f2df57867bcfe049b13a42e76
dependabot[bot] opened a new pull request, #12436:
URL: https://github.com/apache/iceberg/pull/12436
Bumps `slf4j` from 2.0.16 to 2.0.17.
Updates `org.slf4j:slf4j-api` from 2.0.16 to 2.0.17
Updates `org.slf4j:slf4j-simple` from 2.0.16 to 2.0.17
Dependabot will resolve any
dependabot[bot] opened a new pull request, #12439:
URL: https://github.com/apache/iceberg/pull/12439
Bumps software.amazon.awssdk:bom from 2.30.26 to 2.30.31.
[
from 3.22.0 to 3.23.0.
Release notes
Sourced from https://github.com/snowflakedb/snowflake-jdbc/
66 matches
Mail list logo