chenwyi2 commented on PR #5026:
URL: https://github.com/apache/iceberg/pull/5026#issuecomment-1840199760
how's it going? i think this can be a good way to reduce equality delete file
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to Gi
nastra commented on code in PR #9131:
URL: https://github.com/apache/iceberg/pull/9131#discussion_r1415055875
##
spark/v3.5/spark/src/test/java/org/apache/iceberg/spark/source/TestSnapshotSelection.java:
##
@@ -425,16 +426,56 @@ public void
testSnapshotSelectionByBranchWithSche
Zhangg7723 commented on issue #9178:
URL: https://github.com/apache/iceberg/issues/9178#issuecomment-1840183519
maybe you can change the isolation level to snapshot
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
U
lpy148145 commented on issue #9190:
URL: https://github.com/apache/iceberg/issues/9190#issuecomment-1840176731
ok , thanks.
--
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.
lpy148145 closed issue #9190: Delete a partition
URL: https://github.com/apache/iceberg/issues/9190
--
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: issu
Zhangg7723 commented on issue #9190:
URL: https://github.com/apache/iceberg/issues/9190#issuecomment-1840151582
expire old snapshots will remove deleted files in partition
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and us
Zhangg7723 commented on issue #9168:
URL: https://github.com/apache/iceberg/issues/9168#issuecomment-1840137972
same problem https://github.com/apache/iceberg/issues/6066
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use
Zhangg7723 commented on issue #9193:
URL: https://github.com/apache/iceberg/issues/9193#issuecomment-1840130345
upsert mode caused too many equal delete records in the table, these delete
records will loaded in memory hash set.
--
This is an automated message from the Apache Git Service.
nk1506 commented on code in PR #8907:
URL: https://github.com/apache/iceberg/pull/8907#discussion_r1414960618
##
hive-metastore/src/main/java/org/apache/iceberg/hive/HiveCatalog.java:
##
@@ -264,6 +269,162 @@ public void renameTable(TableIdentifier from,
TableIdentifier origina
nk1506 commented on code in PR #8907:
URL: https://github.com/apache/iceberg/pull/8907#discussion_r1414954046
##
hive-metastore/src/main/java/org/apache/iceberg/hive/HiveCatalog.java:
##
@@ -234,15 +225,29 @@ public void renameTable(TableIdentifier from,
TableIdentifier origina
HonahX commented on code in PR #182:
URL: https://github.com/apache/iceberg-python/pull/182#discussion_r1414899521
##
pyiceberg/table/__init__.py:
##
@@ -533,6 +535,8 @@ def update_table_metadata(base_metadata: TableMetadata,
updates: Tuple[TableUpda
for update in updates:
HonahX opened a new pull request, #182:
URL: https://github.com/apache/iceberg-python/pull/182
Fixes #179
This PR uses Pydantic's
[`model_copy`](https://docs.pydantic.dev/latest/api/base_model/#pydantic.main.BaseModel.model_copy)
to apply table updates to metadata. Specifically:
AllenWee1106 opened a new issue, #9218:
URL: https://github.com/apache/iceberg/issues/9218
### Query engine
spark iceberg
### Question
multiple Spark task causes concurrent operations, so Iceberg throws
exception:
`org. Apache Iceberg Exceptions CommitFailedException:
lisirrx opened a new pull request, #9217:
URL: https://github.com/apache/iceberg/pull/9217
@nastra Hi, as we talked in #9073, I create a copy of `TableTestBase` as
`TestBase`, which changed to Junit5+assertj style.
Besides, I have tried the `ParameterizedTestExtension` in #9161, and it
w
lisirrx commented on code in PR #9161:
URL: https://github.com/apache/iceberg/pull/9161#discussion_r1414876251
##
parquet/src/test/java/org/apache/iceberg/parquet/TestDictionaryRowGroupFilter.java:
##
@@ -79,16 +53,39 @@
import org.apache.parquet.hadoop.metadata.ColumnChunkMeta
lisirrx commented on code in PR #9161:
URL: https://github.com/apache/iceberg/pull/9161#discussion_r1414876251
##
parquet/src/test/java/org/apache/iceberg/parquet/TestDictionaryRowGroupFilter.java:
##
@@ -79,16 +53,39 @@
import org.apache.parquet.hadoop.metadata.ColumnChunkMeta
lisirrx commented on code in PR #9161:
URL: https://github.com/apache/iceberg/pull/9161#discussion_r1414876251
##
parquet/src/test/java/org/apache/iceberg/parquet/TestDictionaryRowGroupFilter.java:
##
@@ -79,16 +53,39 @@
import org.apache.parquet.hadoop.metadata.ColumnChunkMeta
tanweipeng commented on issue #5782:
URL: https://github.com/apache/iceberg/issues/5782#issuecomment-1839959981
> Not sure if the error's stem is the same, but I'm facing the same
behaviour when using AWS Glue as metastore
Ya, I faced the same issue too. Anyone knows workaround?
--
my-vegetable-has-exploded commented on code in PR #106:
URL: https://github.com/apache/iceberg-rust/pull/106#discussion_r1414825717
##
crates/iceberg/src/spec/partition.rs:
##
@@ -60,13 +60,51 @@ impl PartitionSpec {
}
}
+/// Reference to [`UnboundPartitionSpec`].
+pub t
lirui-apache closed issue #7792: Make CachingCatalog support cache expiration
after write
URL: https://github.com/apache/iceberg/issues/7792
--
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
Xuanwo commented on code in PR #106:
URL: https://github.com/apache/iceberg-rust/pull/106#discussion_r1414797588
##
crates/iceberg/src/spec/partition.rs:
##
@@ -60,13 +60,51 @@ impl PartitionSpec {
}
}
+/// Reference to [`UnboundPartitionSpec`].
+pub type UnboundPartitio
liurenjie1024 commented on PR #106:
URL: https://github.com/apache/iceberg-rust/pull/106#issuecomment-1839889064
cc @Fokko PTAL, I think this is ready for 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
rdblue commented on code in PR #8907:
URL: https://github.com/apache/iceberg/pull/8907#discussion_r1414729164
##
hive-metastore/src/main/java/org/apache/iceberg/hive/HiveCatalogUtil.java:
##
@@ -0,0 +1,67 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ *
rdblue commented on code in PR #8907:
URL: https://github.com/apache/iceberg/pull/8907#discussion_r1414722778
##
hive-metastore/src/main/java/org/apache/iceberg/hive/HiveCatalog.java:
##
@@ -264,6 +269,162 @@ public void renameTable(TableIdentifier from,
TableIdentifier origina
rdblue commented on code in PR #8907:
URL: https://github.com/apache/iceberg/pull/8907#discussion_r1414721934
##
hive-metastore/src/main/java/org/apache/iceberg/hive/HiveCatalog.java:
##
@@ -264,6 +269,162 @@ public void renameTable(TableIdentifier from,
TableIdentifier origina
rdblue commented on code in PR #8907:
URL: https://github.com/apache/iceberg/pull/8907#discussion_r1414721657
##
hive-metastore/src/main/java/org/apache/iceberg/hive/HiveCatalog.java:
##
@@ -264,6 +269,162 @@ public void renameTable(TableIdentifier from,
TableIdentifier origina
rdblue commented on code in PR #8907:
URL: https://github.com/apache/iceberg/pull/8907#discussion_r1414721354
##
hive-metastore/src/main/java/org/apache/iceberg/hive/HiveCatalog.java:
##
@@ -234,15 +225,29 @@ public void renameTable(TableIdentifier from,
TableIdentifier origina
rdblue commented on code in PR #8907:
URL: https://github.com/apache/iceberg/pull/8907#discussion_r1414720444
##
core/src/main/java/org/apache/iceberg/BaseMetastoreTableOperations.java:
##
@@ -307,24 +308,48 @@ protected enum CommitStatus {
* @param newMetadataLocation the p
rdblue commented on code in PR #8907:
URL: https://github.com/apache/iceberg/pull/8907#discussion_r1414717796
##
hive-metastore/src/main/java/org/apache/iceberg/hive/HiveCatalog.java:
##
@@ -168,6 +154,11 @@ public String name() {
return name;
}
+ @Override
+ public
rdblue commented on code in PR #8907:
URL: https://github.com/apache/iceberg/pull/8907#discussion_r1414716052
##
hive-metastore/src/main/java/org/apache/iceberg/hive/HiveCatalog.java:
##
@@ -168,6 +154,11 @@ public String name() {
return name;
}
+ @Override
+ public
rdblue commented on code in PR #8907:
URL: https://github.com/apache/iceberg/pull/8907#discussion_r1414715080
##
hive-metastore/src/main/java/org/apache/iceberg/hive/HiveCatalog.java:
##
@@ -115,42 +126,17 @@ public void initialize(String inputName, Map properties) {
@Overr
rdblue commented on code in PR #8907:
URL: https://github.com/apache/iceberg/pull/8907#discussion_r1414704629
##
api/src/main/java/org/apache/iceberg/exceptions/NoSuchIcebergViewException.java:
##
@@ -0,0 +1,36 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under on
rdblue commented on code in PR #7913:
URL: https://github.com/apache/iceberg/pull/7913#discussion_r1414697348
##
core/src/test/java/org/apache/iceberg/view/ViewCatalogTests.java:
##
@@ -1534,4 +1535,90 @@ public void updateViewLocationConflict() {
.isInstanceOf(NoSuchVi
stevenzwu commented on PR #9216:
URL: https://github.com/apache/iceberg/pull/9216#issuecomment-1839798312
see an example of failed test here:
https://github.com/apache/iceberg/actions/runs/7091452262/job/19300609355?pr=9212
```
exception caught while trying to get the future re
rdblue commented on code in PR #7913:
URL: https://github.com/apache/iceberg/pull/7913#discussion_r1414688045
##
core/src/test/java/org/apache/iceberg/view/ViewCatalogTests.java:
##
@@ -1534,4 +1535,90 @@ public void updateViewLocationConflict() {
.isInstanceOf(NoSuchVi
rdblue commented on code in PR #7913:
URL: https://github.com/apache/iceberg/pull/7913#discussion_r1414687369
##
core/src/test/java/org/apache/iceberg/view/ViewCatalogTests.java:
##
@@ -1534,4 +1535,90 @@ public void updateViewLocationConflict() {
.isInstanceOf(NoSuchVi
rdblue commented on code in PR #7913:
URL: https://github.com/apache/iceberg/pull/7913#discussion_r1414686074
##
core/src/test/java/org/apache/iceberg/view/ViewCatalogTests.java:
##
@@ -247,8 +247,9 @@ public void createViewErrorCases() {
.withQuery(trino.di
github-actions[bot] commented on issue #7792:
URL: https://github.com/apache/iceberg/issues/7792#issuecomment-1839779395
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.
rdblue commented on code in PR #7913:
URL: https://github.com/apache/iceberg/pull/7913#discussion_r1414683541
##
core/src/main/java/org/apache/iceberg/view/ViewMetadata.java:
##
@@ -283,20 +292,25 @@ private int addVersionInternal(ViewVersion version) {
}
}
-
tmnd1991 opened a new issue, #9215:
URL: https://github.com/apache/iceberg/issues/9215
### Query engine
Spark 3.4
### Question
Is there any reason why these two classes were left behind when implementing
V2 filter
--
This is an automated message from the Apache Git Se
puchengy commented on issue #173:
URL: https://github.com/apache/iceberg-python/issues/173#issuecomment-1839694031
@Fokko Hi, unfortunately I don't have bandwidth recently, will leave it open
if anyone is interested for now.
--
This is an automated message from the Apache Git Service.
To
rdblue commented on code in PR #9183:
URL: https://github.com/apache/iceberg/pull/9183#discussion_r1414618351
##
core/src/main/java/org/apache/iceberg/BaseTransaction.java:
##
@@ -446,20 +446,16 @@ private void commitSimpleTransaction() {
}
Set committedFiles = c
namrathamyske commented on issue #8977:
URL: https://github.com/apache/iceberg/issues/8977#issuecomment-1839672939
@singhpk234 , `rdd` ( which view1 is created on) has a reference to the
logical plan which has a reference to older versions of table. After cache
expires, no one is refreshing
amogh-jahagirdar closed issue #9182: Core: Snapshot file are not correctly
deleted when a snapshot is expired as part of a transaction
URL: https://github.com/apache/iceberg/issues/9182
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to Gi
amogh-jahagirdar merged PR #9183:
URL: https://github.com/apache/iceberg/pull/9183
--
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...@ic
amogh-jahagirdar commented on PR #9183:
URL: https://github.com/apache/iceberg/pull/9183#issuecomment-1839651809
Thanks @bartash for the fix! Merging, @rdblue @jbonofre let me know if you
have any concerns
--
This is an automated message from the Apache Git Service.
To respond to the mess
amogh-jahagirdar commented on code in PR #9183:
URL: https://github.com/apache/iceberg/pull/9183#discussion_r1414595426
##
core/src/main/java/org/apache/iceberg/BaseTransaction.java:
##
@@ -446,20 +446,16 @@ private void commitSimpleTransaction() {
}
Set committe
danielcweeks merged PR #293:
URL: https://github.com/apache/iceberg-docs/pull/293
--
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...@ice
Fokko merged PR #180:
URL: https://github.com/apache/iceberg-python/pull/180
--
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.
dependabot[bot] commented on PR #9204:
URL: https://github.com/apache/iceberg/pull/9204#issuecomment-1839578847
Superseded by #9214.
--
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 #9204: Build: Bump
software.amazon.awssdk:bom from 2.21.29 to 2.21.37
URL: https://github.com/apache/iceberg/pull/9204
--
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
dependabot[bot] opened a new pull request, #9214:
URL: https://github.com/apache/iceberg/pull/9214
Bumps software.amazon.awssdk:bom from 2.21.29 to 2.21.38.
[ from 4.2.10 to 4.2.11.
Changelog
Sourced from https://github.com/getmoto/moto/blob/master/CHANGELOG.md";>moto's
changelog.
4.
GianlucaPrincipini commented on code in PR #9161:
URL: https://github.com/apache/iceberg/pull/9161#discussion_r1414562237
##
parquet/src/test/java/org/apache/iceberg/parquet/TestDictionaryRowGroupFilter.java:
##
@@ -156,22 +156,22 @@ public class TestDictionaryRowGroupFilter {
GianlucaPrincipini commented on code in PR #9161:
URL: https://github.com/apache/iceberg/pull/9161#discussion_r1414562089
##
parquet/src/test/java/org/apache/iceberg/parquet/TestDictionaryRowGroupFilter.java:
##
@@ -18,37 +18,13 @@
*/
package org.apache.iceberg.parquet;
-im
Fokko commented on issue #173:
URL: https://github.com/apache/iceberg-python/issues/173#issuecomment-1839514047
@puchengy This is a big one, thanks for catching it! Are you interested in
filing a PR?
--
This is an automated message from the Apache Git Service.
To respond to the message, p
Fokko closed issue #22: Ability to the write Metadata JSON
URL: https://github.com/apache/iceberg-python/issues/22
--
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 unsubscrib
Fokko merged PR #139:
URL: https://github.com/apache/iceberg-python/pull/139
--
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.
Fokko commented on code in PR #139:
URL: https://github.com/apache/iceberg-python/pull/139#discussion_r1414521771
##
pyiceberg/table/__init__.py:
##
@@ -350,6 +357,241 @@ class RemovePropertiesUpdate(TableUpdate):
removals: List[str]
+class TableMetadataUpdateContext:
+
Fokko opened a new issue, #179:
URL: https://github.com/apache/iceberg-python/issues/179
### Feature Request / Improvement
Based on a comment in
https://github.com/apache/iceberg-python/pull/139#discussion_r1398855771
Instead it is better to use [Pydantic's
model_copy](https:/
Fokko commented on PR #178:
URL: https://github.com/apache/iceberg-python/pull/178#issuecomment-1839491704
@jayceslesar Thanks for chiming in here! If I'm not mistaken, PyIceberg
could serve as a backend behind the Ibis front end. We currently use sqlalchemy
as an ORM for different database
jayceslesar commented on PR #178:
URL: https://github.com/apache/iceberg-python/pull/178#issuecomment-1839457485
You might be able to support arbitrary SQL-like catalogs using
https://github.com/ibis-project/ibis
--
This is an automated message from the Apache Git Service.
To respond to t
Fokko opened a new pull request, #178:
URL: https://github.com/apache/iceberg-python/pull/178

--
This is an automated message from the Apache Git Service.
To respond to the message,
rdblue commented on code in PR #9131:
URL: https://github.com/apache/iceberg/pull/9131#discussion_r1414416904
##
spark/v3.5/spark/src/test/java/org/apache/iceberg/spark/sql/TestSelect.java:
##
@@ -419,6 +420,12 @@ public void
testInvalidTimeTravelBasedOnBothAsOfAndTableIdentifi
rdblue commented on code in PR #9131:
URL: https://github.com/apache/iceberg/pull/9131#discussion_r1414414566
##
spark/v3.5/spark/src/test/java/org/apache/iceberg/spark/source/TestSnapshotSelection.java:
##
@@ -425,16 +426,56 @@ public void
testSnapshotSelectionByBranchWithSche
rdblue commented on code in PR #9131:
URL: https://github.com/apache/iceberg/pull/9131#discussion_r1414414566
##
spark/v3.5/spark/src/test/java/org/apache/iceberg/spark/source/TestSnapshotSelection.java:
##
@@ -425,16 +426,56 @@ public void
testSnapshotSelectionByBranchWithSche
rdblue commented on code in PR #9131:
URL: https://github.com/apache/iceberg/pull/9131#discussion_r1414410572
##
spark/v3.5/spark/src/main/java/org/apache/iceberg/spark/source/SparkTable.java:
##
@@ -173,6 +173,10 @@ public Long snapshotId() {
return snapshotId;
}
+ p
rdblue merged PR #9125:
URL: https://github.com/apache/iceberg/pull/9125
--
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.apac
rdblue commented on PR #9125:
URL: https://github.com/apache/iceberg/pull/9125#issuecomment-1839350869
Thanks for the update, @emkornfield!
--
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 spe
rdblue commented on code in PR #9125:
URL: https://github.com/apache/iceberg/pull/9125#discussion_r1414398386
##
format/spec.md:
##
@@ -607,6 +611,8 @@ Notes:
1. An alternative, *strict projection*, creates a partition predicate that
will match a file if all of the rows in t
mas-chen commented on code in PR #9173:
URL: https://github.com/apache/iceberg/pull/9173#discussion_r1414397623
##
flink/v1.17/flink/src/main/java/org/apache/iceberg/flink/source/IcebergSource.java:
##
@@ -197,17 +203,21 @@ private SplitEnumerator createEnumer
LOG.info(
rdblue commented on code in PR #9125:
URL: https://github.com/apache/iceberg/pull/9125#discussion_r1414397271
##
format/spec.md:
##
@@ -305,6 +305,10 @@ The source column, selected by id, must be a primitive
type and cannot be contai
Partition specs capture the transform fro
FranMorilloAWS commented on issue #9089:
URL: https://github.com/apache/iceberg/issues/9089#issuecomment-1839311467
Hi any updates o this? I have seen that the issue happens if the table has
more than 1000 Snapshots. Could it be that as it as that many snapshots, the
commit process is ta
jzhuge commented on issue #7938:
URL: https://github.com/apache/iceberg/issues/7938#issuecomment-1839245214
Spark umbrella JIRA:
[SPARK-31357](https://issues.apache.org/jira/browse/SPARK-31357)
--
This is an automated message from the Apache Git Service.
To respond to the message, please
bartash commented on PR #9183:
URL: https://github.com/apache/iceberg/pull/9183#issuecomment-1839240076
Thanks @amogh-jahagirdar I pushed changes for the nits.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL ab
rodmeneses opened a new pull request, #9211:
URL: https://github.com/apache/iceberg/pull/9211
(no comment)
--
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
jzhuge commented on issue #7938:
URL: https://github.com/apache/iceberg/issues/7938#issuecomment-1839214706
https://github.com/apache/spark/pull/39796#issuecomment-1839214419
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and
pvary commented on code in PR #9185:
URL: https://github.com/apache/iceberg/pull/9185#discussion_r1414267995
##
flink/v1.17/flink/src/test/java/org/apache/iceberg/flink/source/TestFlinkScan.java:
##
@@ -49,37 +51,28 @@
import org.apache.iceberg.types.Types;
import org.apache.i
amogh-jahagirdar commented on code in PR #9183:
URL: https://github.com/apache/iceberg/pull/9183#discussion_r1414245847
##
core/src/test/java/org/apache/iceberg/TestSequenceNumberForV2Table.java:
##
@@ -309,6 +309,8 @@ public void testExpirationInTransaction() {
V2Assert.as
nk1506 commented on code in PR #8907:
URL: https://github.com/apache/iceberg/pull/8907#discussion_r1414247701
##
hive-metastore/src/main/java/org/apache/iceberg/hive/HiveTableOperations.java:
##
@@ -162,8 +163,11 @@ protected void doRefresh() {
Thread.currentThread().inte
ExplorData24 commented on issue #9205:
URL: https://github.com/apache/iceberg/issues/9205#issuecomment-1839075388
@nastra
okay thank you so much.
I will try to test in parallel.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to
nastra commented on issue #9205:
URL: https://github.com/apache/iceberg/issues/9205#issuecomment-1839006269
I would suggest to try the Quickstart example and then modify it to your
needs step-by-step to figure out where it breaks exactly
--
This is an automated message from the Apache Git
ExplorData24 commented on issue #9205:
URL: https://github.com/apache/iceberg/issues/9205#issuecomment-1838940568
@nastra
unfortunately it still brings up the same error:

I don
ExplorData24 commented on issue #9205:
URL: https://github.com/apache/iceberg/issues/9205#issuecomment-1838866556
@nastra
thank you so much
- I will try to test it with these versions right away.
- I realized that this only happened to me when reading from a bucket in
the
nastra commented on issue #9205:
URL: https://github.com/apache/iceberg/issues/9205#issuecomment-1838842043
Please try and use `spark.jars.packages',
'org.apache.hadoop:hadoop-aws:3.3.2,org.apache.iceberg:iceberg-spark-runtime-3.3_2.12:1.4.2,org.apache.iceberg:iceberg-aws-bundle:1.4.2'`.
In
nastra commented on issue #9205:
URL: https://github.com/apache/iceberg/issues/9205#issuecomment-1838837878
Just curious, are you trying to use SigV4 signing or what exactly is
-Dcom.amazonaws.services.s3.enableV4=true required for?
--
This is an automated message from the Apache Git Serv
Fokko commented on PR #8625:
URL: https://github.com/apache/iceberg/pull/8625#issuecomment-1838785955
@aokolnychyi I think we can start a release somewhere soon, but I need to
align this with the Avro community. I also wanted to include nanosecond
timestamp in there.
--
This is an automa
ExplorData24 commented on issue #9205:
URL: https://github.com/apache/iceberg/issues/9205#issuecomment-1838761423
@nastra
Yes, even I tested with iceberg 1.4.2:

 {
throw new
yyy1000 commented on issue #9207:
URL: https://github.com/apache/iceberg/issues/9207#issuecomment-1838660883
I'm interested in this one!
--
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
ExplorData24 commented on issue #9205:
URL: https://github.com/apache/iceberg/issues/9205#issuecomment-1838577648
@nastra
Thank you so much.
- I actually tried following this:
https://github.com/developer-advocacy-dremio/quick-guides-from-dremio/blob/main/sparknotebook.md
- I s
pvary commented on code in PR #8907:
URL: https://github.com/apache/iceberg/pull/8907#discussion_r1413808983
##
hive-metastore/src/main/java/org/apache/iceberg/hive/HiveTableOperations.java:
##
@@ -162,8 +163,11 @@ protected void doRefresh() {
Thread.currentThread().inter
pvary commented on issue #9188:
URL: https://github.com/apache/iceberg/issues/9188#issuecomment-1838537826
This is the code which fails with `NullPointerException`:
```
public static void init() {
EnvironmentContext.put(EnvironmentContext.ENGINE_NAME, "flink");
Environme
nastra commented on code in PR #9161:
URL: https://github.com/apache/iceberg/pull/9161#discussion_r1413802787
##
parquet/src/test/java/org/apache/iceberg/parquet/TestDictionaryRowGroupFilter.java:
##
@@ -156,22 +156,22 @@ public class TestDictionaryRowGroupFilter {
private Me
nastra commented on code in PR #9161:
URL: https://github.com/apache/iceberg/pull/9161#discussion_r1413802427
##
parquet/src/test/java/org/apache/iceberg/parquet/TestDictionaryRowGroupFilter.java:
##
@@ -79,15 +58,36 @@
import org.apache.parquet.hadoop.metadata.ColumnChunkMetaD
nastra commented on code in PR #9161:
URL: https://github.com/apache/iceberg/pull/9161#discussion_r1413801515
##
parquet/src/test/java/org/apache/iceberg/utils/ParameterizedTestExtension.java:
##
@@ -0,0 +1,255 @@
+/*
+ *
+ * * Licensed to the Apache Software Foundation (ASF) u
1 - 100 of 121 matches
Mail list logo