nastra commented on code in PR #10952:
URL: https://github.com/apache/iceberg/pull/10952#discussion_r1726477211
##
spark/v3.5/spark/src/test/java/org/apache/iceberg/spark/actions/TestCreateActions.java:
##
@@ -186,6 +186,8 @@ public void before() {
public void after() throws
nastra commented on code in PR #10908:
URL: https://github.com/apache/iceberg/pull/10908#discussion_r1726507429
##
open-api/src/testFixtures/java/org/apache/iceberg/rest/RESTCatalogServer.java:
##
@@ -0,0 +1,123 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under o
nastra commented on code in PR #10908:
URL: https://github.com/apache/iceberg/pull/10908#discussion_r1726514883
##
open-api/src/test/java/org/apache/iceberg/rest/RESTCompatibilityKitViewCatalogTests.java:
##
@@ -0,0 +1,91 @@
+/*
+ * Licensed to the Apache Software Foundation (AS
nastra commented on code in PR #10908:
URL: https://github.com/apache/iceberg/pull/10908#discussion_r1726517038
##
open-api/src/test/java/org/apache/iceberg/rest/RESTCompatibilityKitCatalogTests.java:
##
@@ -0,0 +1,87 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) u
nastra commented on code in PR #10908:
URL: https://github.com/apache/iceberg/pull/10908#discussion_r1726545200
##
open-api/src/testFixtures/java/org/apache/iceberg/rest/RESTCatalogServer.java:
##
@@ -0,0 +1,123 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under o
pvary commented on code in PR #10484:
URL: https://github.com/apache/iceberg/pull/10484#discussion_r1726594832
##
flink/v1.19/flink/src/test/java/org/apache/iceberg/flink/maintenance/operator/TestLockFactoryBase.java:
##
@@ -0,0 +1,80 @@
+/*
+ * Licensed to the Apache Software F
pvary commented on code in PR #10484:
URL: https://github.com/apache/iceberg/pull/10484#discussion_r1726595300
##
flink/v1.19/flink/src/main/java/org/apache/iceberg/flink/maintenance/operator/JdbcLockFactory.java:
##
@@ -0,0 +1,321 @@
+/*
+ * Licensed to the Apache Software Foun
nastra commented on code in PR #10952:
URL: https://github.com/apache/iceberg/pull/10952#discussion_r1726607136
##
spark/v3.5/spark/src/test/java/org/apache/iceberg/spark/actions/TestCreateActions.java:
##
@@ -162,6 +162,9 @@ public void before() {
this.tableLocation = tabl
pvary commented on code in PR #10965:
URL: https://github.com/apache/iceberg/pull/10965#discussion_r1726616704
##
flink/v1.18/flink/src/main/java/org/apache/iceberg/flink/FlinkCatalogFactory.java:
##
@@ -70,6 +70,7 @@ public class FlinkCatalogFactory implements CatalogFactory {
TiansuYu commented on code in PR #1083:
URL: https://github.com/apache/iceberg-python/pull/1083#discussion_r1726626714
##
pyiceberg/table/__init__.py:
##
@@ -2492,21 +2492,22 @@ def update_column(
except ResolveError as e:
raise ValidationEr
DapengShi opened a new issue, #10987:
URL: https://github.com/apache/iceberg/issues/10987
### Apache Iceberg version
main (development)
### Query engine
Spark
### Please describe the bug š
we ran spark on k8s and this dead lock happened when we set spark exe
manuzhang commented on code in PR #10952:
URL: https://github.com/apache/iceberg/pull/10952#discussion_r1726746358
##
spark/v3.5/spark/src/test/java/org/apache/iceberg/spark/actions/TestCreateActions.java:
##
@@ -162,6 +162,9 @@ public void before() {
this.tableLocation = t
manuzhang commented on code in PR #10952:
URL: https://github.com/apache/iceberg/pull/10952#discussion_r1726746358
##
spark/v3.5/spark/src/test/java/org/apache/iceberg/spark/actions/TestCreateActions.java:
##
@@ -162,6 +162,9 @@ public void before() {
this.tableLocation = t
pvary commented on code in PR #10935:
URL: https://github.com/apache/iceberg/pull/10935#discussion_r1726782294
##
core/src/main/java/org/apache/iceberg/BaseIncrementalChangelogScan.java:
##
@@ -63,33 +60,43 @@ protected CloseableIterable doPlanFiles(
return CloseableItera
PetrasTYR opened a new issue, #1087:
URL: https://github.com/apache/iceberg-python/issues/1087
### Apache Iceberg version
0.7.1 (latest release)
### Please describe the bug š
Hello!
I am trying to use Nessie as an iceberg catalog, specifically the REST
catalog tha
nastra commented on code in PR #10953:
URL: https://github.com/apache/iceberg/pull/10953#discussion_r1726800757
##
arrow/src/main/java/org/apache/iceberg/arrow/vectorized/GenericArrowVectorAccessorFactory.java:
##
@@ -220,8 +221,11 @@ private ArrowVectorAccessor getPlai
}
nastra commented on code in PR #10953:
URL: https://github.com/apache/iceberg/pull/10953#discussion_r1726803463
##
arrow/src/main/java/org/apache/iceberg/arrow/vectorized/GenericArrowVectorAccessorFactory.java:
##
@@ -244,6 +248,18 @@ public final boolean getBoolean(int rowId) {
nastra commented on code in PR #10953:
URL: https://github.com/apache/iceberg/pull/10953#discussion_r1726810395
##
arrow/src/main/java/org/apache/iceberg/arrow/vectorized/VectorizedArrowReader.java:
##
@@ -463,12 +460,16 @@ public static VectorizedArrowReader
positionsWithSetAr
nastra merged PR #10988:
URL: https://github.com/apache/iceberg/pull/10988
--
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 code in PR #10935:
URL: https://github.com/apache/iceberg/pull/10935#discussion_r1726833603
##
core/src/main/java/org/apache/iceberg/BaseIncrementalChangelogScan.java:
##
@@ -63,33 +60,43 @@ protected CloseableIterable doPlanFiles(
return CloseableItera
sivaraman-ai opened a new issue, #1088:
URL: https://github.com/apache/iceberg-python/issues/1088
### Apache Iceberg version
0.6.1
### Please describe the bug š
while writing dataframe to iceberg through tbl.append(df), there happens to
be a schema validation of table sc
sivaraman-ai commented on issue #1088:
URL:
https://github.com/apache/iceberg-python/issues/1088#issuecomment-2304424901
when digging deeper, this condition compares the struct with order
this condition checks the schema order & data types as struct
`if table_schema.as_struct()
PPattusamy commented on issue #10068:
URL: https://github.com/apache/iceberg/issues/10068#issuecomment-2304463472
@jbonofre
I am facing below issue while using oracle jdbc catalog with schema-version
v1.
Alter table iceberg_tables add Column icerberg_type(varchar6).
Error: ORA-0090
nastra commented on code in PR #10433:
URL: https://github.com/apache/iceberg/pull/10433#discussion_r1726966943
##
gradle/libs.versions.toml:
##
@@ -37,6 +37,7 @@ delta-standalone = "3.1.0"
delta-spark = "3.2.0"
esotericsoftware-kryo = "4.0.3"
errorprone-annotations = "2.27.0
nastra commented on code in PR #10433:
URL: https://github.com/apache/iceberg/pull/10433#discussion_r1726971204
##
aws/src/main/java/org/apache/iceberg/aws/s3/S3InputStream.java:
##
@@ -92,13 +93,13 @@ public void seek(long newPos) {
public int read() throws IOException {
nastra commented on code in PR #10952:
URL: https://github.com/apache/iceberg/pull/10952#discussion_r1726988968
##
spark/v3.5/spark/src/test/java/org/apache/iceberg/spark/actions/TestCreateActions.java:
##
@@ -162,6 +162,9 @@ public void before() {
this.tableLocation = tabl
nastra commented on code in PR #10952:
URL: https://github.com/apache/iceberg/pull/10952#discussion_r1726989251
##
spark/v3.5/spark/src/test/java/org/apache/iceberg/spark/actions/TestCreateActions.java:
##
@@ -186,6 +189,12 @@ public void before() {
public void after() throws
nastra commented on code in PR #10952:
URL: https://github.com/apache/iceberg/pull/10952#discussion_r1726990942
##
spark/v3.5/spark/src/test/java/org/apache/iceberg/spark/actions/TestCreateActions.java:
##
@@ -162,6 +162,9 @@ public void before() {
this.tableLocation = tabl
nastra commented on code in PR #10972:
URL: https://github.com/apache/iceberg/pull/10972#discussion_r1726996810
##
aws/src/integration/java/org/apache/iceberg/aws/s3/TestS3FileIOIntegration.java:
##
@@ -251,6 +272,24 @@ public void
testNewOutputStreamWithCrossRegionAccessPoint(
nastra commented on code in PR #10972:
URL: https://github.com/apache/iceberg/pull/10972#discussion_r1727002025
##
aws-bundle/build.gradle:
##
@@ -27,6 +27,7 @@ project(":iceberg-aws-bundle") {
implementation platform(libs.awssdk.bom)
implementation "software.amazon.aw
nastra commented on code in PR #10972:
URL: https://github.com/apache/iceberg/pull/10972#discussion_r1727014510
##
aws/src/integration/java/org/apache/iceberg/aws/s3/TestS3FileIOIntegration.java:
##
@@ -202,6 +206,23 @@ public void testNewInputStreamWithCrossRegionAccessPoint()
findepi commented on PR #5837:
URL: https://github.com/apache/iceberg/pull/5837#issuecomment-2304699180
> new metrics for the number of data files broken down by file format.
how common is it to have tables with mixed file formats?
--
This is an automated message from the Apache Git
nastra commented on PR #10952:
URL: https://github.com/apache/iceberg/pull/10952#issuecomment-2304744807
thanks for fixing this @manuzhang
--
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
nastra merged PR #10952:
URL: https://github.com/apache/iceberg/pull/10952
--
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
nastra commented on code in PR #10986:
URL: https://github.com/apache/iceberg/pull/10986#discussion_r1727119978
##
spark/v3.5/spark-extensions/src/test/java/org/apache/iceberg/spark/extensions/TestComputeTableStatsProcedure.java:
##
@@ -0,0 +1,108 @@
+/*
+ * Licensed to the Apac
nastra commented on code in PR #10986:
URL: https://github.com/apache/iceberg/pull/10986#discussion_r1727121576
##
spark/v3.5/spark-extensions/src/test/java/org/apache/iceberg/spark/extensions/TestComputeTableStatsProcedure.java:
##
@@ -0,0 +1,108 @@
+/*
+ * Licensed to the Apac
nastra commented on code in PR #10986:
URL: https://github.com/apache/iceberg/pull/10986#discussion_r1727122550
##
spark/v3.5/spark-extensions/src/test/java/org/apache/iceberg/spark/extensions/TestComputeTableStatsProcedure.java:
##
@@ -0,0 +1,108 @@
+/*
+ * Licensed to the Apac
nastra commented on code in PR #10986:
URL: https://github.com/apache/iceberg/pull/10986#discussion_r1727122550
##
spark/v3.5/spark-extensions/src/test/java/org/apache/iceberg/spark/extensions/TestComputeTableStatsProcedure.java:
##
@@ -0,0 +1,108 @@
+/*
+ * Licensed to the Apac
nastra commented on code in PR #10986:
URL: https://github.com/apache/iceberg/pull/10986#discussion_r1727128007
##
spark/v3.5/spark-extensions/src/test/java/org/apache/iceberg/spark/extensions/TestComputeTableStatsProcedure.java:
##
@@ -0,0 +1,108 @@
+/*
+ * Licensed to the Apac
gaborkaszab commented on PR #5837:
URL: https://github.com/apache/iceberg/pull/5837#issuecomment-2304756917
Thanks for taking a look, @findepi !
I've seen users doing this. One of the motivation is that they gradually
move away from one file format into another. What I've seen is that Imp
nastra commented on code in PR #10986:
URL: https://github.com/apache/iceberg/pull/10986#discussion_r1727126121
##
spark/v3.5/spark-extensions/src/test/java/org/apache/iceberg/spark/extensions/TestComputeTableStatsProcedure.java:
##
@@ -0,0 +1,108 @@
+/*
+ * Licensed to the Apac
pvary merged PR #10484:
URL: https://github.com/apache/iceberg/pull/10484
--
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
pvary commented on PR #10484:
URL: https://github.com/apache/iceberg/pull/10484#issuecomment-2304799537
Merged to master.
Thanks for the review @stevenzwu, @singhpk234 and @gyfora!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to G
stevenzwu commented on code in PR #10965:
URL: https://github.com/apache/iceberg/pull/10965#discussion_r1727184450
##
flink/v1.18/flink/src/main/java/org/apache/iceberg/flink/FlinkCatalogFactory.java:
##
@@ -70,6 +70,7 @@ public class FlinkCatalogFactory implements CatalogFactor
stevenzwu merged PR #10985:
URL: https://github.com/apache/iceberg/pull/10985
--
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
sungwy commented on code in PR #1090:
URL: https://github.com/apache/iceberg-python/pull/1090#discussion_r1727207820
##
pyproject.toml:
##
@@ -94,7 +94,7 @@ pytest-mock = "3.14.0"
pyspark = "3.5.2"
cython = "3.0.11"
deptry = ">=0.14,<0.20"
-docutils = "!=0.21.post1" #
http
sungwy commented on issue #1089:
URL:
https://github.com/apache/iceberg-python/issues/1089#issuecomment-2304878483
Made a small tweak to the Issue title, as there is also ongoing work to
raise the minimum required version to 17.0.0
--
This is an automated message from the Apache Git Serv
sungwy commented on issue #1088:
URL:
https://github.com/apache/iceberg-python/issues/1088#issuecomment-2304881978
Hi @sivaraman-ai - this was fixed in 0.7.x. Could you try using a newer
version of PyIceberg? https://github.com/apache/iceberg-python/pull/921
The latest release is 0.7
sungwy commented on issue #1085:
URL:
https://github.com/apache/iceberg-python/issues/1085#issuecomment-2304909347
Hi @aschreiber1 - sorry that you are running into this issue. Unfortunately
with Python projects, dealing with the dependency hell and making decisions on
what remains the min
aajisaka commented on code in PR #10972:
URL: https://github.com/apache/iceberg/pull/10972#discussion_r1727273820
##
aws-bundle/build.gradle:
##
@@ -27,6 +27,7 @@ project(":iceberg-aws-bundle") {
implementation platform(libs.awssdk.bom)
implementation "software.amazon.
sungwy commented on code in PR #1083:
URL: https://github.com/apache/iceberg-python/pull/1083#discussion_r1727268386
##
pyproject.toml:
##
@@ -16,7 +16,7 @@
# under the License.
[tool.poetry]
name = "pyiceberg"
-version = "0.7.1"
+version = "0.7.2"
Review Comment:
We will
ndrluis commented on code in PR #1090:
URL: https://github.com/apache/iceberg-python/pull/1090#discussion_r1727293556
##
pyproject.toml:
##
@@ -94,7 +94,7 @@ pytest-mock = "3.14.0"
pyspark = "3.5.2"
cython = "3.0.11"
deptry = ">=0.14,<0.20"
-docutils = "!=0.21.post1" #
htt
TiansuYu commented on code in PR #1083:
URL: https://github.com/apache/iceberg-python/pull/1083#discussion_r1727383478
##
tests/table/test_init.py:
##
@@ -512,6 +512,29 @@ def test_add_column(table_v2: Table) -> None:
assert apply_schema.highest_field_id == 4
+def test_
wypoon commented on code in PR #10935:
URL: https://github.com/apache/iceberg/pull/10935#discussion_r1727409290
##
core/src/main/java/org/apache/iceberg/BaseIncrementalChangelogScan.java:
##
@@ -63,33 +60,43 @@ protected CloseableIterable doPlanFiles(
return CloseableIter
aschreiber1 commented on issue #1085:
URL:
https://github.com/apache/iceberg-python/issues/1085#issuecomment-2305115246
Yeah totally appreciate depedency hell...
So if i just do a basic conda install (conda env create) with the above
envrionment.yml file, it fails for me that error. If
sungwy commented on issue #1065:
URL:
https://github.com/apache/iceberg-python/issues/1065#issuecomment-2305384929
assigned "Compact data files" to myself
--
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
rustyconover commented on PR #10973:
URL: https://github.com/apache/iceberg/pull/10973#issuecomment-2305419762
Cool! I'm glad to see this coming along.
--
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
aokolnychyi commented on PR #10986:
URL: https://github.com/apache/iceberg/pull/10986#issuecomment-2305512491
I will take a look at the partition stats PR first by @ajantha-bhat. I want
to understand if we want a single analyze procedure or different procedures for
table and partition stats
anton-db commented on PR #10986:
URL: https://github.com/apache/iceberg/pull/10986#issuecomment-2305511357
I will take a look at the partition stats PR first by @ajantha-bhat. I want
to understand if we want a single analyze procedure or different procedures for
table and partition stats.
stevenzwu merged PR #10965:
URL: https://github.com/apache/iceberg/pull/10965
--
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
rdblue merged PR #10948:
URL: https://github.com/apache/iceberg/pull/10948
--
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
stevenzwu opened a new pull request, #10990:
URL: https://github.com/apache/iceberg/pull/10990
it is a clean back port except that change in `TestFlinkTableSinkExtended`
has been included in another back port PR #10965
--
This is an automated message from the Apache Git Service.
To respo
pvary commented on code in PR #10935:
URL: https://github.com/apache/iceberg/pull/10935#discussion_r1727796525
##
core/src/main/java/org/apache/iceberg/BaseIncrementalChangelogScan.java:
##
@@ -63,33 +60,43 @@ protected CloseableIterable doPlanFiles(
return CloseableItera
venkata91 commented on code in PR #10832:
URL: https://github.com/apache/iceberg/pull/10832#discussion_r1727811554
##
flink/v1.19/flink/src/test/java/org/apache/iceberg/flink/source/TestIcebergSpeculativeExecutionSupport.java:
##
@@ -144,9 +151,9 @@ public void testSpeculativeEx
pvary commented on code in PR #10935:
URL: https://github.com/apache/iceberg/pull/10935#discussion_r1727828125
##
core/src/main/java/org/apache/iceberg/BaseIncrementalChangelogScan.java:
##
@@ -133,51 +131,149 @@ private static Map
computeSnapshotOrdinals(Deque snapsh
retu
amogh-jahagirdar opened a new pull request, #10991:
URL: https://github.com/apache/iceberg/pull/10991
Leaving in draft as we discuss as a community, but this change adds support
for int/long -> string conversion without any additional metadata changes.
InclusiveMetricsEvaluator is updated t
pvary commented on code in PR #10935:
URL: https://github.com/apache/iceberg/pull/10935#discussion_r1727847483
##
core/src/main/java/org/apache/iceberg/BaseIncrementalChangelogScan.java:
##
@@ -133,51 +131,149 @@ private static Map
computeSnapshotOrdinals(Deque snapsh
retu
amogh-jahagirdar commented on code in PR #10991:
URL: https://github.com/apache/iceberg/pull/10991#discussion_r1727855740
##
core/src/main/java/org/apache/iceberg/SchemaUpdate.java:
##
@@ -285,7 +285,7 @@ public UpdateSchema updateColumn(String name,
Type.PrimitiveType newType)
aokolnychyi commented on code in PR #10176:
URL: https://github.com/apache/iceberg/pull/10176#discussion_r1727881929
##
core/src/main/java/org/apache/iceberg/PartitionStatsUtil.java:
##
@@ -0,0 +1,213 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or m
aokolnychyi commented on code in PR #10176:
URL: https://github.com/apache/iceberg/pull/10176#discussion_r1727881929
##
core/src/main/java/org/apache/iceberg/PartitionStatsUtil.java:
##
@@ -0,0 +1,213 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or m
pvary commented on PR #10935:
URL: https://github.com/apache/iceberg/pull/10935#issuecomment-2305694139
Could we add some tests for the `BaseIncrementalChangelogScan` directly?
It would be good if we don't depend on Spark to test core functionality.
Thanks, Peter
--
This is an autom
aokolnychyi commented on code in PR #10176:
URL: https://github.com/apache/iceberg/pull/10176#discussion_r1727901172
##
core/src/main/java/org/apache/iceberg/PartitionStatsUtil.java:
##
@@ -0,0 +1,213 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or m
amogh-jahagirdar commented on code in PR #10991:
URL: https://github.com/apache/iceberg/pull/10991#discussion_r1727917346
##
parquet/src/main/java/org/apache/iceberg/parquet/ParquetMetricsRowGroupFilter.java:
##
@@ -217,6 +219,10 @@ public Boolean lt(BoundReference ref, Literal
aokolnychyi commented on code in PR #10176:
URL: https://github.com/apache/iceberg/pull/10176#discussion_r1727966586
##
core/src/main/java/org/apache/iceberg/PartitionStatsUtil.java:
##
@@ -0,0 +1,227 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or m
stevenzwu merged PR #10990:
URL: https://github.com/apache/iceberg/pull/10990
--
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
stevenzwu commented on code in PR #10832:
URL: https://github.com/apache/iceberg/pull/10832#discussion_r1727971926
##
flink/v1.19/flink/src/test/java/org/apache/iceberg/flink/source/TestIcebergSpeculativeExecutionSupport.java:
##
@@ -144,9 +151,9 @@ public void testSpeculativeEx
aokolnychyi commented on code in PR #10176:
URL: https://github.com/apache/iceberg/pull/10176#discussion_r1727994442
##
core/src/main/java/org/apache/iceberg/PartitionStatsUtil.java:
##
@@ -0,0 +1,227 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or m
aokolnychyi commented on code in PR #10176:
URL: https://github.com/apache/iceberg/pull/10176#discussion_r1728009901
##
data/src/jmh/java/org/apache/iceberg/PartitionStatsGeneratorBenchmark.java:
##
@@ -0,0 +1,135 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under
dependabot[bot] opened a new pull request, #1095:
URL: https://github.com/apache/iceberg-python/pull/1095
Bumps [boto3](https://github.com/boto/boto3) from 1.34.131 to 1.34.162.
Commits
https://github.com/boto/boto3/commit/59518e4776a764f6e0ab12cd2975d6ecedae6389";>59518e4
Merg
aokolnychyi commented on code in PR #10176:
URL: https://github.com/apache/iceberg/pull/10176#discussion_r1728009901
##
data/src/jmh/java/org/apache/iceberg/PartitionStatsGeneratorBenchmark.java:
##
@@ -0,0 +1,135 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under
imneerajsharma commented on issue #10852:
URL: https://github.com/apache/iceberg/issues/10852#issuecomment-2305913828
Hi Team,
Iām working on automating compatibility checks for dependencies listed in
libs.versions.toml with JDK 11. The main challenge Iām facing is identifying a
reli
github-actions[bot] commented on PR #5994:
URL: https://github.com/apache/iceberg/pull/5994#issuecomment-2305949133
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
github-actions[bot] commented on PR #6004:
URL: https://github.com/apache/iceberg/pull/6004#issuecomment-2305949160
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
github-actions[bot] commented on PR #6043:
URL: https://github.com/apache/iceberg/pull/6043#issuecomment-2305949182
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
github-actions[bot] commented on PR #6056:
URL: https://github.com/apache/iceberg/pull/6056#issuecomment-2305949207
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
github-actions[bot] commented on PR #6062:
URL: https://github.com/apache/iceberg/pull/6062#issuecomment-2305949226
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
github-actions[bot] commented on PR #6072:
URL: https://github.com/apache/iceberg/pull/6072#issuecomment-2305949244
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
github-actions[bot] commented on PR #6075:
URL: https://github.com/apache/iceberg/pull/6075#issuecomment-2305949259
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
github-actions[bot] commented on PR #6088:
URL: https://github.com/apache/iceberg/pull/6088#issuecomment-2305949282
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
github-actions[bot] commented on PR #6118:
URL: https://github.com/apache/iceberg/pull/6118#issuecomment-2305949302
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
nastra commented on code in PR #10986:
URL: https://github.com/apache/iceberg/pull/10986#discussion_r1728365906
##
spark/v3.5/spark-extensions/src/test/java/org/apache/iceberg/spark/extensions/TestComputeTableStatsProcedure.java:
##
@@ -0,0 +1,108 @@
+/*
+ * Licensed to the Apac
nastra commented on issue #10852:
URL: https://github.com/apache/iceberg/issues/10852#issuecomment-2306300204
@imneerajsharma unfortunately I don't have a good suggestion in terms of
tooling.
--
This is an automated message from the Apache Git Service.
To respond to the message, please lo
AndreMouche commented on PR #539:
URL: https://github.com/apache/iceberg-rust/pull/539#issuecomment-2306361982
friendly ping @Xuanwo @liurenjie1024
--
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 t
93 matches
Mail list logo