rdblue commented on PR #174:
URL: https://github.com/apache/iceberg-docs/pull/174#issuecomment-1319020172
Thanks, @vgupta3!
--
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.
Fokko commented on code in PR #6034:
URL: https://github.com/apache/iceberg/pull/6034#discussion_r1025570314
##
python/pyiceberg/catalog/glue.py:
##
@@ -0,0 +1,491 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See
Fokko commented on code in PR #6034:
URL: https://github.com/apache/iceberg/pull/6034#discussion_r1025571738
##
python/pyiceberg/catalog/__init__.py:
##
@@ -70,9 +81,19 @@ def load_hive(name: str, conf: Properties) -> Catalog:
raise NotInstalledError("Apache Hive suppor
Fokko commented on code in PR #6034:
URL: https://github.com/apache/iceberg/pull/6034#discussion_r1025572171
##
python/pyiceberg/catalog/__init__.py:
##
@@ -134,6 +155,44 @@ def load_catalog(name: str, **properties: Optional[str])
-> Catalog:
raise ValueError(f"Could not i
Fokko commented on code in PR #6034:
URL: https://github.com/apache/iceberg/pull/6034#discussion_r1025572564
##
python/pyiceberg/catalog/__init__.py:
##
@@ -134,6 +155,44 @@ def load_catalog(name: str, **properties: Optional[str])
-> Catalog:
raise ValueError(f"Could not i
Fokko commented on code in PR #6034:
URL: https://github.com/apache/iceberg/pull/6034#discussion_r1025575419
##
python/pyiceberg/catalog/glue.py:
##
@@ -0,0 +1,491 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See
Fokko commented on PR #6034:
URL: https://github.com/apache/iceberg/pull/6034#issuecomment-1319061981
@ELHoussineT thanks for pinging me. I'll test the PR tomorrow against an
actual glue instance, I think it is close! 👍🏻
--
This is an automated message from the Apache Git Service.
To res
haizhou-zhao commented on code in PR #6045:
URL: https://github.com/apache/iceberg/pull/6045#discussion_r1025582073
##
hive-metastore/src/main/java/org/apache/iceberg/hive/HiveCatalog.java:
##
@@ -518,11 +541,26 @@ private Map convertToMetadata(Database
database) {
if (dat
alec-heif opened a new issue, #6210:
URL: https://github.com/apache/iceberg/issues/6210
### Apache Iceberg version
_No response_
### Query engine
_No response_
### Please describe the bug 🐞
The logic in
https://github.com/apache/iceberg/blob/master/python/p
islamismailov opened a new pull request, #6211:
URL: https://github.com/apache/iceberg/pull/6211
Adding a unit test to make sure a column that USED to be a part of a sort
order but NO LONGER is, is allowed to be dropped.
--
This is an automated message from the Apache Git Service.
To resp
alec-heif commented on issue #6210:
URL: https://github.com/apache/iceberg/issues/6210#issuecomment-1319098656
fyi @Fokko since this logic appears to have been introduced by
https://github.com/apache/iceberg/pull/4920
--
This is an automated message from the Apache Git Service.
To respond
krvikash opened a new pull request, #6212:
URL: https://github.com/apache/iceberg/pull/6212
Starting from guava 31.1, `ImmutableMap.Builder.build()` is discouraged to
use and will soon be deprecated.
Please see
https://github.com/google/guava/commit/4bbe12c4e031b6c18074f933e444fa20a
islamismailov commented on issue #6204:
URL: https://github.com/apache/iceberg/issues/6204#issuecomment-1319124286
Added a PR https://github.com/apache/iceberg/pull/6211
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use
alec-heif commented on issue #6210:
URL: https://github.com/apache/iceberg/issues/6210#issuecomment-1319134076
somewhat disturbingly, the [unit test
](https://github.com/apache/iceberg/blob/master/python/tests/avro/test_decoder.py#L166)coverage
for this function also verifies the (incorrect
Fokko commented on issue #6210:
URL: https://github.com/apache/iceberg/issues/6210#issuecomment-1319141897
Hey @alec-heif Thanks for opening this PR. I think we're mixing up different
file types. The decoder that you pointed out in the example, is an Avro decoder
that adheres to the [Avro
alec-heif commented on issue #6210:
URL: https://github.com/apache/iceberg/issues/6210#issuecomment-1319146864
h wow ok that's embarrassing, thanks for correcting!! sorry for the
false alarm here, i don't know how i missed this.
--
This is an automated message from the Apache Git Serv
alec-heif closed issue #6210: pyiceberg BinaryDecoder does not correctly read
4-byte little-endian int values
URL: https://github.com/apache/iceberg/issues/6210
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL abov
Fokko commented on issue #6210:
URL: https://github.com/apache/iceberg/issues/6210#issuecomment-1319152002
No problem at all, happy to help
--
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
Fokko commented on PR #6206:
URL: https://github.com/apache/iceberg/pull/6206#issuecomment-1319199002
I'm not super strong on it, but I would have added one, just to make sure
that nothing changes on the Flink side.
--
This is an automated message from the Apache Git Service.
To respond t
haizhou-zhao commented on PR #6045:
URL: https://github.com/apache/iceberg/pull/6045#issuecomment-1319223257
thanks @szehon-ho . All comments from the last round of review has been
taken and committed.
--
This is an automated message from the Apache Git Service.
To respond to the message,
Fokko commented on code in PR #6159:
URL: https://github.com/apache/iceberg/pull/6159#discussion_r1025777318
##
python/pyiceberg/utils/config.py:
##
@@ -44,7 +44,7 @@ def merge_config(lhs: RecursiveDict, rhs: RecursiveDict) ->
RecursiveDict:
if isinstance(lhs_value
stevenzwu opened a new pull request, #6213:
URL: https://github.com/apache/iceberg/pull/6213
follow-up to #6206
--
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 unsubscri
RussellSpitzer commented on code in PR #5376:
URL: https://github.com/apache/iceberg/pull/5376#discussion_r1025803239
##
core/src/main/java/org/apache/iceberg/BaseFilesTable.java:
##
@@ -140,42 +144,76 @@ protected CloseableIterable doPlanFiles() {
}
static class Manifes
RussellSpitzer commented on code in PR #5376:
URL: https://github.com/apache/iceberg/pull/5376#discussion_r1025804938
##
core/src/main/java/org/apache/iceberg/BaseFilesTable.java:
##
@@ -186,4 +224,43 @@ ManifestFile manifest() {
return manifest;
}
}
+
+ static c
RussellSpitzer commented on code in PR #5376:
URL: https://github.com/apache/iceberg/pull/5376#discussion_r1025805720
##
core/src/main/java/org/apache/iceberg/BaseFilesTable.java:
##
@@ -186,4 +224,43 @@ ManifestFile manifest() {
return manifest;
}
}
+
+ static c
RussellSpitzer commented on code in PR #5376:
URL: https://github.com/apache/iceberg/pull/5376#discussion_r1025808348
##
core/src/main/java/org/apache/iceberg/MetricsUtil.java:
##
@@ -56,4 +72,270 @@ public static MetricsModes.MetricsMode metricsMode(
String columnName = in
RussellSpitzer commented on code in PR #5376:
URL: https://github.com/apache/iceberg/pull/5376#discussion_r1025811376
##
core/src/main/java/org/apache/iceberg/MetricsUtil.java:
##
@@ -56,4 +72,270 @@ public static MetricsModes.MetricsMode metricsMode(
String columnName = in
RussellSpitzer commented on code in PR #5376:
URL: https://github.com/apache/iceberg/pull/5376#discussion_r1025812897
##
core/src/main/java/org/apache/iceberg/MetricsUtil.java:
##
@@ -56,4 +72,270 @@ public static MetricsModes.MetricsMode metricsMode(
String columnName = in
RussellSpitzer commented on code in PR #5376:
URL: https://github.com/apache/iceberg/pull/5376#discussion_r1025816613
##
spark/v3.2/spark/src/test/java/org/apache/iceberg/spark/data/TestHelpers.java:
##
@@ -817,4 +824,93 @@ public static Set reachableManifestPaths(Table
table)
fortarch commented on issue #5993:
URL: https://github.com/apache/iceberg/issues/5993#issuecomment-1319451204
> version: "3"
>
> services:
> spark-iceberg:
> image: tabulario/spark-iceberg
> container_name: spark-iceberg
> build: spark/
> depends_on:
ajantha-bhat commented on PR #175:
URL: https://github.com/apache/iceberg-docs/pull/175#issuecomment-1319504689
Rebased now. 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 co
eemario commented on issue #6205:
URL: https://github.com/apache/iceberg/issues/6205#issuecomment-1319537484
I think these two dependencies triggered the exception when I call
`spark.read().format("iceberg").load(...)` :
org.apache.iceberg
iceberg-parque
eemario closed issue #6205: Using iceberg-parquet and iceberg-spark-runtime
throws ClassCastException for MessageType
URL: https://github.com/apache/iceberg/issues/6205
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
ajantha-bhat commented on issue #6205:
URL: https://github.com/apache/iceberg/issues/6205#issuecomment-1319538691
`iceberg-spark-runtime-3.2_2.12` dependency itself is enough. No need to
depend on `iceberg-parquet` explicitly I think.
--
This is an automated message from the Apache Git S
eemario commented on issue #6205:
URL: https://github.com/apache/iceberg/issues/6205#issuecomment-1319546566
Yes, I have tried it too and that is another way to get around this.
But we only use iceberg-spark-runtime to test. It is a bit too big to be
included as a whole and so we choose
aokolnychyi commented on code in PR #6207:
URL: https://github.com/apache/iceberg/pull/6207#discussion_r1026001944
##
spark/v3.3/spark/src/main/java/org/apache/iceberg/spark/functions/YearsFunction.java:
##
@@ -0,0 +1,129 @@
+/*
+ * Licensed to the Apache Software Foundation (AS
aokolnychyi commented on code in PR #6207:
URL: https://github.com/apache/iceberg/pull/6207#discussion_r1026002989
##
spark/v3.3/spark/src/test/java/org/apache/iceberg/spark/sql/TestSparkYearsFunction.java:
##
@@ -0,0 +1,116 @@
+/*
+ * Licensed to the Apache Software Foundation
aokolnychyi commented on code in PR #6207:
URL: https://github.com/apache/iceberg/pull/6207#discussion_r1026003401
##
spark/v3.3/spark/src/test/java/org/apache/iceberg/spark/sql/TestSparkYearsFunction.java:
##
@@ -0,0 +1,116 @@
+/*
+ * Licensed to the Apache Software Foundation
aokolnychyi commented on code in PR #6207:
URL: https://github.com/apache/iceberg/pull/6207#discussion_r1026004169
##
spark/v3.3/spark/src/test/java/org/apache/iceberg/spark/sql/TestSparkYearsFunction.java:
##
@@ -0,0 +1,116 @@
+/*
+ * Licensed to the Apache Software Foundation
ConeyLiu commented on code in PR #4627:
URL: https://github.com/apache/iceberg/pull/4627#discussion_r1026057680
##
parquet/src/main/java/org/apache/iceberg/data/parquet/BaseParquetReaders.java:
##
@@ -149,11 +153,14 @@ public ParquetValueReader struct(Types.StructType
expected,
ConeyLiu commented on code in PR #4627:
URL: https://github.com/apache/iceberg/pull/4627#discussion_r1026059432
##
spark/v3.3/spark/src/main/java/org/apache/iceberg/spark/data/SparkParquetReaders.java:
##
@@ -148,6 +149,9 @@ public ParquetValueReader struct(
int id =
pvary commented on PR #6206:
URL: https://github.com/apache/iceberg/pull/6206#issuecomment-1319616607
@Fokko: Sorry, I have missed your comment about the unit tests. Based on the
approvals just merged the change
--
This is an automated message from the Apache Git Service.
To respond to th
renshangtao commented on PR #5026:
URL: https://github.com/apache/iceberg/pull/5026#issuecomment-1319619526
@puneetzaroo here is the issue
https://github.com/apache/iceberg/issues/5025
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on
Fokko commented on PR #6206:
URL: https://github.com/apache/iceberg/pull/6206#issuecomment-1319624537
@pvary no problem, it was more of a nit, and therefore I already approved 👍🏻
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHu
Fokko merged PR #6213:
URL: https://github.com/apache/iceberg/pull/6213
--
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.apach
Fokko commented on PR #6213:
URL: https://github.com/apache/iceberg/pull/6213#issuecomment-1319624890
Thanks @stevenzwu 👍🏻
--
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.
LuigiCerone commented on code in PR #6159:
URL: https://github.com/apache/iceberg/pull/6159#discussion_r1026091130
##
python/pyiceberg/utils/config.py:
##
@@ -44,7 +44,7 @@ def merge_config(lhs: RecursiveDict, rhs: RecursiveDict) ->
RecursiveDict:
if isinstance(lhs
nastra commented on issue #5993:
URL: https://github.com/apache/iceberg/issues/5993#issuecomment-1319648430
Closing this as it's fixed by https://github.com/apache/iceberg-docs/pull/178
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to
nastra closed issue #5993: Quick start docker-compose demo doesn't work
URL: https://github.com/apache/iceberg/issues/5993
--
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 un
gaborkaszab commented on PR #6175:
URL: https://github.com/apache/iceberg/pull/6175#issuecomment-131917
> @lirui-apache: I am still a bit concerned that in Hive or Impala this
would cause issues by not reusing the client pools. @gaborkaszab: Could you
please check from Hive/Impala side?
gaborkaszab commented on PR #5837:
URL: https://github.com/apache/iceberg/pull/5837#issuecomment-1319670877
> the code changes themselves LGTM but I'm still not sure that this is how
we'd want to represent **dimensions** in metrics as this doesn't really scale
to add a new metric field for
ajantha-bhat opened a new pull request, #6214:
URL: https://github.com/apache/iceberg/pull/6214
some follow-up from https://github.com/apache/iceberg/pull/3188
Other than some comments add detailed examples. I have handled all. Examples
can be added in the follow-up PR.
--
This is
ajantha-bhat commented on PR #6214:
URL: https://github.com/apache/iceberg/pull/6214#issuecomment-1319687679
cc: @rdblue , @jzhuge
--
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 co
ajantha-bhat commented on code in PR #6214:
URL: https://github.com/apache/iceberg/pull/6214#discussion_r1026144988
##
format/view-spec.md:
##
@@ -58,16 +55,16 @@ Writers create view metadata files optimistically, assuming
that the current met
The view version metadata file
szehon-ho commented on code in PR #4627:
URL: https://github.com/apache/iceberg/pull/4627#discussion_r1026164504
##
spark/v3.3/spark/src/main/java/org/apache/iceberg/spark/data/SparkParquetReaders.java:
##
@@ -148,6 +149,9 @@ public ParquetValueReader struct(
int id =
nastra commented on code in PR #6207:
URL: https://github.com/apache/iceberg/pull/6207#discussion_r1026166812
##
spark/v3.3/spark/src/main/java/org/apache/iceberg/spark/functions/YearsFunction.java:
##
@@ -0,0 +1,129 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) un
grbinho opened a new issue, #6215:
URL: https://github.com/apache/iceberg/issues/6215
### Apache Iceberg version
0.14.0
### Query engine
Other
### Please describe the bug 🐞
Hi
We are using AWS Glue Jobs 3.0 (Spark 3.1) with Iceberg 14.0 (through Glue
chenwyi2 opened a new issue, #6216:
URL: https://github.com/apache/iceberg/issues/6216
### Query engine
spark 3.xx
### Question
i set write.metadata.metrics.default =full to an iceberg table, how can i
see if it works? i log the upper and lower message, the object messag
nastra commented on issue #6216:
URL: https://github.com/apache/iceberg/issues/6216#issuecomment-1319800904
You can look at the manifest file and it should contains metrics for
`lower_bounds` / `upper_bounds`/ and a few others. Or is your question more
specific to using `full` metrics mode?
AlvaroNavarroMora commented on issue #6105:
URL: https://github.com/apache/iceberg/issues/6105#issuecomment-1319803494
Hi, after doing some testing we have observed that the properties are being
applied to the tables, however it seems to not be working properly. We have
tables with those pr
nastra commented on issue #6105:
URL: https://github.com/apache/iceberg/issues/6105#issuecomment-1319810330
The same issue came up in a [Slack
discussion](https://apache-iceberg.slack.com/archives/C025PH0G1D4/p1668714478198079?thread_ts=1668645354.671479&cid=C025PH0G1D4)
and I've opened htt
singhpk234 commented on issue #6215:
URL: https://github.com/apache/iceberg/issues/6215#issuecomment-1319817987
> Can this also be added to the defaultWarehouseLocation method? I'm happy
to open a PR, but wanted to check first if there is a specific reason this
setting is omitted.
I
ELHoussineT commented on issue #6105:
URL: https://github.com/apache/iceberg/issues/6105#issuecomment-1319834985
@AlvaroNavarroMora Interesting, we did as the example you shared in the main
thread and we saw that the metadata were deleted. For verification of the
deletion of the metadata, w
chenwyi2 commented on issue #6216:
URL: https://github.com/apache/iceberg/issues/6216#issuecomment-1319835217
manifest file can see deleteFile.lowerBounds() ?
--
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
chenwyi2 commented on issue #6216:
URL: https://github.com/apache/iceberg/issues/6216#issuecomment-1319836132

here, LOG.info("lower {},
fromByteBuffer{}",lower,Conversions.
lirui-apache commented on PR #6175:
URL: https://github.com/apache/iceberg/pull/6175#issuecomment-1319845848
The pool is still reused as long as the same UGI instance is in use. But I
agree it might be desirable to reuse the pool across queries or sessions for
the same user.
Since it
szehon-ho commented on PR #6175:
URL: https://github.com/apache/iceberg/pull/6175#issuecomment-1319877477
I like that idea, to have a pluggable cache.
As I mentioned before with things like
https://github.com/apache/iceberg/pull/5378 , we have users wanting to get
different HMS cli
szehon-ho commented on code in PR #6045:
URL: https://github.com/apache/iceberg/pull/6045#discussion_r1026348753
##
hive-metastore/src/main/java/org/apache/iceberg/hive/HiveCatalog.java:
##
@@ -356,6 +365,11 @@ public boolean dropNamespace(Namespace namespace) {
@Override
szehon-ho commented on code in PR #6045:
URL: https://github.com/apache/iceberg/pull/6045#discussion_r1026350489
##
hive-metastore/src/main/java/org/apache/iceberg/hive/HiveCatalog.java:
##
@@ -518,11 +541,26 @@ private Map convertToMetadata(Database
database) {
if (databa
szehon-ho commented on code in PR #6045:
URL: https://github.com/apache/iceberg/pull/6045#discussion_r1026348753
##
hive-metastore/src/main/java/org/apache/iceberg/hive/HiveCatalog.java:
##
@@ -356,6 +365,11 @@ public boolean dropNamespace(Namespace namespace) {
@Override
ConeyLiu commented on code in PR #4627:
URL: https://github.com/apache/iceberg/pull/4627#discussion_r1026394236
##
spark/v3.3/spark/src/main/java/org/apache/iceberg/spark/data/SparkParquetReaders.java:
##
@@ -148,6 +149,9 @@ public ParquetValueReader struct(
int id =
rbalamohan opened a new issue, #6218:
URL: https://github.com/apache/iceberg/issues/6218
### Apache Iceberg version
_No response_
### Query engine
_No response_
### Please describe the bug 🐞
COMMIT_MIN_RETRY_WAIT_MS_DEFAULT has been set to 100ms. Though it h
hililiwei opened a new pull request, #179:
URL: https://github.com/apache/iceberg-docs/pull/179
Update Flink 1.13 removal and 1.16 addition.
--
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
Fokko closed pull request #6219: API: Fix breaking change in Partition Spec
transform
URL: https://github.com/apache/iceberg/pull/6219
--
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 co
szehon-ho commented on code in PR #4627:
URL: https://github.com/apache/iceberg/pull/4627#discussion_r1026542566
##
spark/v3.3/spark/src/main/java/org/apache/iceberg/spark/data/SparkParquetReaders.java:
##
@@ -148,6 +149,9 @@ public ParquetValueReader struct(
int id =
szehon-ho closed issue #4626: Get null values for for the nested field
partition column
URL: https://github.com/apache/iceberg/issues/4626
--
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
szehon-ho merged PR #4627:
URL: https://github.com/apache/iceberg/pull/4627
--
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
szehon-ho commented on PR #4627:
URL: https://github.com/apache/iceberg/pull/4627#issuecomment-1320148292
Thanks @ConeyLiu for fix, and @pvary and @kbendick for additional review
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub
Fokko opened a new pull request, #6220:
URL: https://github.com/apache/iceberg/pull/6220
Debugging some regression that we have at Trino, this PR seems to fix a part
of it. Looks like there is another codepath that also creates PartitionSpecs
outside of the builder. Looking into that now
szehon-ho commented on code in PR #5376:
URL: https://github.com/apache/iceberg/pull/5376#discussion_r1026570061
##
core/src/main/java/org/apache/iceberg/MetricsUtil.java:
##
@@ -56,4 +72,270 @@ public static MetricsModes.MetricsMode metricsMode(
String columnName = inputSc
szehon-ho commented on code in PR #5376:
URL: https://github.com/apache/iceberg/pull/5376#discussion_r1026571367
##
core/src/main/java/org/apache/iceberg/MetricsUtil.java:
##
@@ -56,4 +72,270 @@ public static MetricsModes.MetricsMode metricsMode(
String columnName = inputSc
szehon-ho commented on code in PR #5376:
URL: https://github.com/apache/iceberg/pull/5376#discussion_r1026573190
##
core/src/main/java/org/apache/iceberg/BaseFilesTable.java:
##
@@ -186,4 +224,43 @@ ManifestFile manifest() {
return manifest;
}
}
+
+ static class
szehon-ho commented on code in PR #5376:
URL: https://github.com/apache/iceberg/pull/5376#discussion_r1026574052
##
core/src/main/java/org/apache/iceberg/BaseFilesTable.java:
##
@@ -186,4 +224,43 @@ ManifestFile manifest() {
return manifest;
}
}
+
+ static class
szehon-ho commented on code in PR #5376:
URL: https://github.com/apache/iceberg/pull/5376#discussion_r1026578079
##
spark/v3.2/spark/src/test/java/org/apache/iceberg/spark/data/TestHelpers.java:
##
@@ -817,4 +824,93 @@ public static Set reachableManifestPaths(Table
table) {
szehon-ho commented on code in PR #5376:
URL: https://github.com/apache/iceberg/pull/5376#discussion_r1026574052
##
core/src/main/java/org/apache/iceberg/BaseFilesTable.java:
##
@@ -186,4 +224,43 @@ ManifestFile manifest() {
return manifest;
}
}
+
+ static class
szehon-ho commented on code in PR #5376:
URL: https://github.com/apache/iceberg/pull/5376#discussion_r1026578079
##
spark/v3.2/spark/src/test/java/org/apache/iceberg/spark/data/TestHelpers.java:
##
@@ -817,4 +824,93 @@ public static Set reachableManifestPaths(Table
table) {
szehon-ho commented on code in PR #5376:
URL: https://github.com/apache/iceberg/pull/5376#discussion_r1026578079
##
spark/v3.2/spark/src/test/java/org/apache/iceberg/spark/data/TestHelpers.java:
##
@@ -817,4 +824,93 @@ public static Set reachableManifestPaths(Table
table) {
szehon-ho commented on code in PR #5376:
URL: https://github.com/apache/iceberg/pull/5376#discussion_r1026595133
##
spark/v3.2/spark/src/test/java/org/apache/iceberg/spark/data/TestHelpers.java:
##
@@ -817,4 +824,93 @@ public static Set reachableManifestPaths(Table
table) {
szehon-ho commented on code in PR #5376:
URL: https://github.com/apache/iceberg/pull/5376#discussion_r1026573190
##
core/src/main/java/org/apache/iceberg/BaseFilesTable.java:
##
@@ -186,4 +224,43 @@ ManifestFile manifest() {
return manifest;
}
}
+
+ static class
Fokko merged PR #6159:
URL: https://github.com/apache/iceberg/pull/6159
--
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.apach
Fokko closed issue #6148: PyIceberg: Bump mypy to v0.990
URL: https://github.com/apache/iceberg/issues/6148
--
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-ma
stevenzwu merged PR #179:
URL: https://github.com/apache/iceberg-docs/pull/179
--
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
stevenzwu commented on PR #179:
URL: https://github.com/apache/iceberg-docs/pull/179#issuecomment-1320231209
thx @hililiwei
--
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.
Fokko commented on PR #6220:
URL: https://github.com/apache/iceberg/pull/6220#issuecomment-1320264231
Trino is now passing without changes on their side:

--
This is an a
JonasJ-ap commented on PR #6034:
URL: https://github.com/apache/iceberg/pull/6034#issuecomment-1320324309
> @ELHoussineT thanks for pinging me. I'll test the PR tomorrow against an
actual glue instance, I think it is close! 👍🏻
@Fokko Thank you very much for your review
islamismailov commented on PR #6211:
URL: https://github.com/apache/iceberg/pull/6211#issuecomment-1320325932
@Fokko can you have a look? I am just adding a unit test here since it seems
like this issue does not affect latest Iceberg.
--
This is an automated message from the Apache Git Se
flyrain commented on PR #6175:
URL: https://github.com/apache/iceberg/pull/6175#issuecomment-1320364877
#5378 is a similar solution. One of reasons we didn't continue is that we
also think about removing the `CachedClientPool`, which might be a better
solution.
The `CachedClientPool` wa
flyrain commented on code in PR #6012:
URL: https://github.com/apache/iceberg/pull/6012#discussion_r1026810947
##
spark/v3.3/spark/src/main/java/org/apache/iceberg/spark/procedures/GenerateChangesProcedure.java:
##
@@ -0,0 +1,210 @@
+/*
+ * Licensed to the Apache Software Founda
flyrain commented on code in PR #6012:
URL: https://github.com/apache/iceberg/pull/6012#discussion_r1026812311
##
spark/v3.3/spark/src/main/java/org/apache/iceberg/spark/procedures/GenerateChangesProcedure.java:
##
@@ -0,0 +1,336 @@
+/*
+ * Licensed to the Apache Software Founda
haizhou-zhao commented on code in PR #6045:
URL: https://github.com/apache/iceberg/pull/6045#discussion_r1026820406
##
hive-metastore/src/main/java/org/apache/iceberg/hive/HiveCatalog.java:
##
@@ -356,6 +365,11 @@ public boolean dropNamespace(Namespace namespace) {
@Overrid
2201 - 2300 of 85865 matches
Mail list logo