nastra merged PR #10918:
URL: https://github.com/apache/iceberg/pull/10918
--
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 issue #10907:
URL: https://github.com/apache/iceberg/issues/10907#issuecomment-2283142853
> `rewrite_manifests`
> Unlike data files, `rewrite_manifests` will replace old ones.
Actually, this procedure also just creates a new snapshot and keeps the old
metada
kevinjqliu commented on issue #1039:
URL:
https://github.com/apache/iceberg-python/issues/1039#issuecomment-2282951354
I have not! Please feel free to take a look.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
U
sungwy commented on issue #1039:
URL:
https://github.com/apache/iceberg-python/issues/1039#issuecomment-2282945879
Thank you for raising this @kevinjqliu . I think this will be a good
improvement to reduce the duplication of code.
Have you started working on this already? If not, wou
github-actions[bot] commented on issue #4961:
URL: https://github.com/apache/iceberg/issues/4961#issuecomment-2282940259
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 occurs.
github-actions[bot] commented on PR #4941:
URL: https://github.com/apache/iceberg/pull/4941#issuecomment-2282940239
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 pull
kevinjqliu commented on issue #1040:
URL:
https://github.com/apache/iceberg-python/issues/1040#issuecomment-2282922317
Something like this, #1042
--
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
kevinjqliu commented on issue #1040:
URL:
https://github.com/apache/iceberg-python/issues/1040#issuecomment-2282921664
The code works correctly for 1 data file with a given limit.
The bug is when there are 2 data files, which means 2 FileScanTasks. For
example, given an iceberg tabl
sungwy commented on issue #1040:
URL:
https://github.com/apache/iceberg-python/issues/1040#issuecomment-2282918806
Hi @kevinjqliu thank you for raising this issue. If I understand it
correctly, the bug occurs because we are resetting the limit counter, if the
limit specified is larger than
kevinjqliu opened a new issue, #538:
URL: https://github.com/apache/iceberg-rust/issues/538
After establishing #518, I want to start the conversation to create the
first integration between PyIceberg and iceberg-rust.
As discussed in the dev list, we want to create an integration based o
kevinjqliu commented on code in PR #1036:
URL: https://github.com/apache/iceberg-python/pull/1036#discussion_r1713025181
##
pyiceberg/table/__init__.py:
##
@@ -630,7 +648,15 @@ def add_files(self, file_paths: List[str],
snapshot_properties: Dict[str, str] =
Raises:
Xuanwo commented on code in PR #534:
URL: https://github.com/apache/iceberg-rust/pull/534#discussion_r1713021439
##
crates/catalog/sql/src/catalog.rs:
##
@@ -141,21 +142,24 @@ impl SqlCatalog {
}
/// SQLX Any does not implement PostgresSQL bindings, so we have to do
kevinjqliu commented on issue #1037:
URL:
https://github.com/apache/iceberg-python/issues/1037#issuecomment-2282826341
I think generally the columns are strongly typed and won't allow a Union
type. https://py.iceberg.apache.org/reference/pyiceberg/types/
Here's the spec's description
toien commented on issue #10907:
URL: https://github.com/apache/iceberg/issues/10907#issuecomment-2282824993
Snapshots number increased because Flink job still writing data to table.
In my opinion, it's better to clerify `retain_last` parameter's "minimum"
function in
[doc](https://i
kevinjqliu commented on code in PR #752:
URL: https://github.com/apache/iceberg-python/pull/752#discussion_r1713023492
##
tests/catalog/test_hive.py:
##
@@ -1195,3 +1195,40 @@ def test_hive_wait_for_lock() -> None:
with pytest.raises(WaitingForLockException):
catal
kevinjqliu commented on code in PR #752:
URL: https://github.com/apache/iceberg-python/pull/752#discussion_r1713023562
##
tests/catalog/test_hive.py:
##
@@ -1195,3 +1195,40 @@ def test_hive_wait_for_lock() -> None:
with pytest.raises(WaitingForLockException):
catal
rfung777 commented on PR #996:
URL: https://github.com/apache/iceberg-python/pull/996#issuecomment-2282824642
hi @Fokko , I am not having much luck with setting up the Windows
integration tests. It seems to require to install Make and Minio. The changes
above seems to be localised in the pa
kevinjqliu commented on code in PR #752:
URL: https://github.com/apache/iceberg-python/pull/752#discussion_r1713023492
##
tests/catalog/test_hive.py:
##
@@ -1195,3 +1195,40 @@ def test_hive_wait_for_lock() -> None:
with pytest.raises(WaitingForLockException):
catal
kevinjqliu commented on issue #1032:
URL:
https://github.com/apache/iceberg-python/issues/1032#issuecomment-2282819711
Thanks for looking into the different scenarios. It looks like there are
varying results depending on the engines.
### Read Path
I took a deeper look into the rea
dependabot[bot] opened a new pull request, #537:
URL: https://github.com/apache/iceberg-rust/pull/537
Updates the requirements on [sqlx](https://github.com/launchbadge/sqlx) to
permit the latest version.
Changelog
Sourced from https://github.com/launchbadge/sqlx/blob/main/CHANGELOG
Xuanwo merged PR #536:
URL: https://github.com/apache/iceberg-rust/pull/536
--
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
dependabot[bot] opened a new pull request, #536:
URL: https://github.com/apache/iceberg-rust/pull/536
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4
to 5.
Release notes
Sourced from https://github.com/actions/setup-python/releases";>actions/setup-pytho
laithalzyoud closed pull request #10024: Spark: Add CopyTable spark action
URL: https://github.com/apache/iceberg/pull/10024
--
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
laithalzyoud commented on PR #10024:
URL: https://github.com/apache/iceberg/pull/10024#issuecomment-2282743507
Hey @huaxingao! I'm planning to continue working on it starting this week.
For now I'll close this PR and open a new one to just add the interface, once
we agree on the interface,
laithalzyoud commented on code in PR #10024:
URL: https://github.com/apache/iceberg/pull/10024#discussion_r1712976165
##
spark/v3.5/spark/src/main/java/org/apache/iceberg/spark/actions/BaseCopyTableSparkAction.java:
##
@@ -0,0 +1,871 @@
+/*
+ * Licensed to the Apache Software Fo
dependabot[bot] commented on PR #112:
URL: https://github.com/apache/iceberg-go/pull/112#issuecomment-2282676641
Superseded by #121.
--
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 c
dependabot[bot] closed pull request #112: build(deps): bump
github.com/aws/aws-sdk-go-v2/service/glue from 1.73.1 to 1.91.0
URL: https://github.com/apache/iceberg-go/pull/112
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and us
dependabot[bot] opened a new pull request, #121:
URL: https://github.com/apache/iceberg-go/pull/121
Bumps
[github.com/aws/aws-sdk-go-v2/service/glue](https://github.com/aws/aws-sdk-go-v2)
from 1.73.1 to 1.93.0.
Changelog
Sourced from https://github.com/aws/aws-sdk-go-v2/blob/servi
SandeepSinghGahir commented on PR #10433:
URL: https://github.com/apache/iceberg/pull/10433#issuecomment-2282666300
When will this merged? I'm getting this issue while reading iceberg tables
in glue.
--
This is an automated message from the Apache Git Service.
To respond to the message, p
SandeepSinghGahir commented on issue #10340:
URL: https://github.com/apache/iceberg/issues/10340#issuecomment-2282666140
Do we have any solution to this issue? I'm getting this issue while reading
iceberg tables in glue.
--
This is an automated message from the Apache Git Service.
To resp
30 matches
Mail list logo