y2k6879 commented on issue #11341:
URL: https://github.com/apache/iceberg/issues/11341#issuecomment-2497144763
I got same issue
I run the query below with spark sql,
```
CREATE OR REPLACE TABLE my_db.my_table (
id_iceberg STRING,
...
edit_datetime TIMESTAMP,
JasperHG90 commented on issue #1363:
URL:
https://github.com/apache/iceberg-python/issues/1363#issuecomment-2497134805
FYI PR that fixes status code for this and other endpoints:
https://github.com/apache/polaris/pull/472
--
This is an automated message from the Apache Git Service.
To re
Fokko merged PR #11639:
URL: https://github.com/apache/iceberg/pull/11639
--
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
nastra commented on code in PR #11064:
URL: https://github.com/apache/iceberg/pull/11064#discussion_r1855997389
##
core/src/test/java/org/apache/iceberg/catalog/CatalogTests.java:
##
@@ -637,6 +637,30 @@ public void testCompleteCreateTable() {
.isEqualTo(UUID.fromString
Fokko commented on PR #11630:
URL: https://github.com/apache/iceberg/pull/11630#issuecomment-2497128393
Thanks @pan3793 for fixing this, and thanks @nastra for the review 🙌
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and
nastra commented on PR #11378:
URL: https://github.com/apache/iceberg/pull/11378#issuecomment-2497128317
@joyCurry30 please ping me once you added the test and I'll take a look
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub a
Fokko merged PR #11630:
URL: https://github.com/apache/iceberg/pull/11630
--
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
nastra commented on code in PR #11643:
URL: https://github.com/apache/iceberg/pull/11643#discussion_r1856001804
##
core/src/test/java/org/apache/iceberg/hadoop/TestHadoopCatalog.java:
##
@@ -548,6 +549,32 @@ public void testVersionHintFileMissingMetadata() throws
Exception {
Fokko merged PR #11641:
URL: https://github.com/apache/iceberg/pull/11641
--
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 #11640:
URL: https://github.com/apache/iceberg/pull/11640
--
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
JanKaul commented on code in PR #11041:
URL: https://github.com/apache/iceberg/pull/11041#discussion_r1855985153
##
format/view-spec.md:
##
@@ -42,12 +42,27 @@ An atomic swap of one view metadata file for another
provides the basis for maki
Writers create view metadata files
Guosmilesmile opened a new issue, #11644:
URL: https://github.com/apache/iceberg/issues/11644
### Apache Iceberg version
1.7.0 (latest release)
### Query engine
Flink
### Please describe the bug 🐞
 also, I found the GitHub action
that generates the hive docker image
sullis commented on PR #11640:
URL: https://github.com/apache/iceberg/pull/11640#issuecomment-2496601314
LGTM
--
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
ZhendongBai commented on PR #11576:
URL: https://github.com/apache/iceberg/pull/11576#issuecomment-2496591462
> @ZhendongBai: Thanks for the fix, and sorry for missing your reply. Also
thanks @RussellSpitzer for merging! 😄
@pvary ok,and thanks again.
--
This is an automated message
ZENOTME commented on code in PR #703:
URL: https://github.com/apache/iceberg-rust/pull/703#discussion_r1855711268
##
crates/iceberg/src/writer/base_writer/equality_delete_writer.rs:
##
@@ -0,0 +1,544 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more c
ZENOTME commented on code in PR #349:
URL: https://github.com/apache/iceberg-rust/pull/349#discussion_r1855708285
##
crates/iceberg/src/transaction.rs:
##
@@ -96,6 +109,60 @@ impl<'a> Transaction<'a> {
Ok(self)
}
+fn generate_unique_snapshot_id(&self) -> i64
manuzhang commented on code in PR #11606:
URL: https://github.com/apache/iceberg/pull/11606#discussion_r1855696945
##
docs/docs/spark-procedures.md:
##
@@ -936,3 +936,40 @@ as an `UPDATE_AFTER` image, resulting in the following
pre/post update images:
|-||-
ZENOTME commented on code in PR #349:
URL: https://github.com/apache/iceberg-rust/pull/349#discussion_r1855695281
##
crates/iceberg/src/transaction.rs:
##
@@ -122,6 +189,383 @@ impl<'a> Transaction<'a> {
}
}
+/// FastAppendAction is a transaction action for fast append d
liurenjie1024 commented on code in PR #703:
URL: https://github.com/apache/iceberg-rust/pull/703#discussion_r1855688069
##
crates/iceberg/src/writer/base_writer/equality_delete_writer.rs:
##
@@ -0,0 +1,538 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or
manuzhang commented on code in PR #11606:
URL: https://github.com/apache/iceberg/pull/11606#discussion_r1855691038
##
docs/docs/spark-procedures.md:
##
@@ -936,3 +936,40 @@ as an `UPDATE_AFTER` image, resulting in the following
pre/post update images:
|-||-
ZENOTME commented on code in PR #349:
URL: https://github.com/apache/iceberg-rust/pull/349#discussion_r1855684639
##
crates/iceberg/src/transaction.rs:
##
@@ -122,6 +189,383 @@ impl<'a> Transaction<'a> {
}
}
+/// FastAppendAction is a transaction action for fast append d
advancedxy commented on PR #10755:
URL: https://github.com/apache/iceberg/pull/10755#issuecomment-2496541354
@nastra @amogh-jahagirdar PTAL again, I think all your comments are
addressed.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on
ZENOTME commented on code in PR #349:
URL: https://github.com/apache/iceberg-rust/pull/349#discussion_r1855682480
##
crates/iceberg/src/transaction.rs:
##
@@ -122,6 +189,383 @@ impl<'a> Transaction<'a> {
}
}
+/// FastAppendAction is a transaction action for fast append d
liurenjie1024 commented on issue #172:
URL: https://github.com/apache/iceberg-rust/issues/172#issuecomment-2496527112
Hi, @BlakeOrth Thanks for trying this, and yes it's quite close to what's
in my mind. So the question is that we can't keep the return type of
`reader`/`writer` function? I
liurenjie1024 commented on issue #172:
URL: https://github.com/apache/iceberg-rust/issues/172#issuecomment-2496515292
> I _think_ that should work, the DataFusion wrapper can just hook the
iceberg metadata operations into via that StorageProvider trait, and then use
the DataFusion machinery
hengm3467 opened a new pull request, #11642:
URL: https://github.com/apache/iceberg/pull/11642
Adds an overview page about RisingWave's support for Iceberg to help
developers get started with the RisingWave Iceberg integration.
--
This is an automated message from the Apache Git Service.
RussellSpitzer commented on issue #10853:
URL: https://github.com/apache/iceberg/issues/10853#issuecomment-2496477160
We generally do not assign issues since we get a pretty low follow through.
That said please let us know when you have a PR ready
--
This is an automated message from the
github-actions[bot] commented on issue #10387:
URL: https://github.com/apache/iceberg/issues/10387#issuecomment-2496442524
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 #11164:
URL: https://github.com/apache/iceberg/pull/11164#issuecomment-2496442593
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 #11164: Feature/otf 1500 column
comparisons 1521
URL: https://github.com/apache/iceberg/pull/11164
--
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 specifi
github-actions[bot] commented on issue #10389:
URL: https://github.com/apache/iceberg/issues/10389#issuecomment-2496442540
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 #10390:
URL: https://github.com/apache/iceberg/issues/10390#issuecomment-2496442558
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
ndrluis commented on issue #1200:
URL:
https://github.com/apache/iceberg-python/issues/1200#issuecomment-2496257742
@omkenge I believe you will need to wait for the merge of #1285. In the
meantime, I will work on the partition statistics over the next few weeks.
Before that, I believe we w
ndrluis commented on PR #1365:
URL: https://github.com/apache/iceberg-python/pull/1365#issuecomment-2496258494
I copied the tests from Conda, but I think they aren't clear enough, so I
plan to rewrite all of them.
--
This is an automated message from the Apache Git Service.
To respond to
cshenrik commented on issue #1104:
URL:
https://github.com/apache/iceberg-python/issues/1104#issuecomment-2496242084
> @cshenrik I have the same issue of trying to utilize AWS profile that hits
a web service to drive automatically refreshable credentials. Did you find any
solution to this?
fqaiser94 opened a new pull request, #714:
URL: https://github.com/apache/iceberg-rust/pull/714
# Not Ready For Reviews
I don't recommend reviewing this formally just yet as I plan to break this
up into multiple PRs to make it easier to review and I also have some minor
TODOs to complete
aadvik93 commented on issue #10853:
URL: https://github.com/apache/iceberg/issues/10853#issuecomment-2496217605
Hi, I'd like to work on this issue. Could you please assign it to me?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to Git
jiayuasu commented on PR #10981:
URL: https://github.com/apache/iceberg/pull/10981#issuecomment-2496207469
@dmitrykoval The behavior of `spherical` mode is very inconsistent among
different engines. It is not an easy job to come up with a edge interpolation
standard that makes everybody hap
dmitrykoval commented on PR #10981:
URL: https://github.com/apache/iceberg/pull/10981#issuecomment-2496204899
@jiayuasu @szehon-ho Just to clarify, are there any concerns with adding
back the `edges` property aside from improving the definition of bounding box
stats semantics?
--
This is
szehon-ho commented on code in PR #11606:
URL: https://github.com/apache/iceberg/pull/11606#discussion_r1855513995
##
docs/docs/spark-procedures.md:
##
@@ -936,3 +936,40 @@ as an `UPDATE_AFTER` image, resulting in the following
pre/post update images:
|-||-
Fokko merged PR #1364:
URL: https://github.com/apache/iceberg-python/pull/1364
--
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 merged PR #1361:
URL: https://github.com/apache/iceberg-python/pull/1361
--
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
zeroshade commented on issue #2:
URL: https://github.com/apache/iceberg-cpp/issues/2#issuecomment-2496089511
For Arrow decimal types you'll need to specify which decimal type to use, I
recommend using 128-bit because that's the max supported by iceberg.
For the geometry type, you can
wgtmac commented on issue #2:
URL: https://github.com/apache/iceberg-cpp/issues/2#issuecomment-2496086676
Thanks @zeroshade for the detail!
The table below is the type mapping between iceberg and arrow. I think we
can provide a wrapper around arrow data types to use only a subset of
RussellSpitzer commented on PR #11606:
URL: https://github.com/apache/iceberg/pull/11606#issuecomment-2496041028
That would mean documenting it in the method itself not the description of
the return value
On Sun, Nov 24, 2024 at 2:33 AM Manu Zhang ***@***.***> wrote:
> ***@**
ebyhr commented on code in PR #11064:
URL: https://github.com/apache/iceberg/pull/11064#discussion_r1855449851
##
core/src/main/java/org/apache/iceberg/rest/RESTSessionCatalog.java:
##
@@ -1200,6 +1200,8 @@ private RESTViewBuilder(SessionContext context,
TableIdentifier identif
manuzhang commented on code in PR #11606:
URL: https://github.com/apache/iceberg/pull/11606#discussion_r1855394563
##
docs/docs/spark-procedures.md:
##
@@ -936,3 +936,40 @@ as an `UPDATE_AFTER` image, resulting in the following
pre/post update images:
|-||-
dependabot[bot] opened a new pull request, #218:
URL: https://github.com/apache/iceberg-go/pull/218
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify)
from 1.9.0 to 1.10.0.
Release notes
Sourced from https://github.com/stretchr/testify/releases";>github.com/st
dependabot[bot] opened a new pull request, #217:
URL: https://github.com/apache/iceberg-go/pull/217
Bumps
[github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2)
from 1.67.1 to 1.68.0.
Commits
https://github.com/aws/aws-sdk-go-v2/commit/18fea5d7df1f6a92
53 matches
Mail list logo