stevenzwu commented on code in PR #6746:
URL: https://github.com/apache/iceberg/pull/6746#discussion_r1096950110
##
aws/src/test/java/org/apache/iceberg/aws/TestHttpClientConfigurations.java:
##
@@ -0,0 +1,404 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
slfan1989 commented on PR #6735:
URL: https://github.com/apache/iceberg/pull/6735#issuecomment-1418524098
@Fokko Can you help review this pr? Thank you very much!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
danielcweeks commented on code in PR #6740:
URL: https://github.com/apache/iceberg/pull/6740#discussion_r1096955753
##
snowflake/src/main/java/org/apache/iceberg/snowflake/SnowflakeCatalog.java:
##
@@ -109,6 +110,10 @@ public void initialize(String name, Map
properties) {
danielcweeks commented on code in PR #6740:
URL: https://github.com/apache/iceberg/pull/6740#discussion_r1096956705
##
snowflake/src/main/java/org/apache/iceberg/snowflake/SnowflakeCatalog.java:
##
@@ -45,6 +45,7 @@ public class SnowflakeCatalog extends BaseMetastoreCatalog
danielcweeks commented on code in PR #6740:
URL: https://github.com/apache/iceberg/pull/6740#discussion_r1096958848
##
snowflake/src/main/java/org/apache/iceberg/snowflake/SnowflakeCatalog.java:
##
@@ -45,6 +45,7 @@ public class SnowflakeCatalog extends BaseMetastoreCatalog
JonasJ-ap commented on code in PR #6746:
URL: https://github.com/apache/iceberg/pull/6746#discussion_r1096958822
##
aws/src/main/java/org/apache/iceberg/aws/AwsProperties.java:
##
@@ -1314,55 +1294,27 @@ private void
configureEndpoint(T builder, String en
}
}
- @Vis
danielcweeks commented on code in PR #6740:
URL: https://github.com/apache/iceberg/pull/6740#discussion_r1096959777
##
snowflake/src/main/java/org/apache/iceberg/snowflake/SnowflakeCatalog.java:
##
@@ -109,6 +110,10 @@ public void initialize(String name, Map
properties) {
danielcweeks commented on code in PR #6449:
URL: https://github.com/apache/iceberg/pull/6449#discussion_r1096964053
##
build.gradle:
##
@@ -438,6 +442,77 @@ project(':iceberg-aws') {
}
}
+project(':iceberg-delta-lake') {
+ // use integration test since we can take advanta
JonasJ-ap commented on code in PR #6746:
URL: https://github.com/apache/iceberg/pull/6746#discussion_r1096965051
##
aws/src/test/java/org/apache/iceberg/aws/TestHttpClientConfigurations.java:
##
@@ -0,0 +1,404 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
JonasJ-ap commented on code in PR #6746:
URL: https://github.com/apache/iceberg/pull/6746#discussion_r1096965051
##
aws/src/test/java/org/apache/iceberg/aws/TestHttpClientConfigurations.java:
##
@@ -0,0 +1,404 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
danielcweeks commented on code in PR #6449:
URL: https://github.com/apache/iceberg/pull/6449#discussion_r1096967602
##
build.gradle:
##
@@ -438,6 +442,77 @@ project(':iceberg-aws') {
}
}
+project(':iceberg-delta-lake') {
+ // use integration test since we can take advanta
danielcweeks commented on code in PR #6449:
URL: https://github.com/apache/iceberg/pull/6449#discussion_r1096968759
##
delta-lake/src/main/java/org/apache/iceberg/delta/BaseSnapshotDeltaLakeTableAction.java:
##
@@ -0,0 +1,405 @@
+/*
+ * Licensed to the Apache Software Foundation
danielcweeks commented on code in PR #6449:
URL: https://github.com/apache/iceberg/pull/6449#discussion_r1096968759
##
delta-lake/src/main/java/org/apache/iceberg/delta/BaseSnapshotDeltaLakeTableAction.java:
##
@@ -0,0 +1,405 @@
+/*
+ * Licensed to the Apache Software Foundation
372242283 commented on issue #3466:
URL: https://github.com/apache/iceberg/issues/3466#issuecomment-1418562275
I have the same problem, which happens occasionally,big guys, help me
analyze it Thank you:
version:iceberg1.1.0,spark3.1.3
CALL hive_catalog.system.rewrite_manifests('xx.tabl
nastra commented on code in PR #6410:
URL: https://github.com/apache/iceberg/pull/6410#discussion_r1097016602
##
core/src/main/java/org/apache/iceberg/jdbc/JdbcCatalog.java:
##
@@ -464,6 +464,11 @@ public boolean namespaceExists(Namespace namespace) {
return JdbcUtil.namesp
nastra commented on PR #6696:
URL: https://github.com/apache/iceberg/pull/6696#issuecomment-1418623938
@ajantha-bhat the results are stored and linked under
[benchmark-results](https://github.com/ajantha-bhat/iceberg/suites/10704631127/artifacts/541607117)
for each benchmark run.
--
This
nastra commented on PR #6687:
URL: https://github.com/apache/iceberg/pull/6687#issuecomment-1418628552
@dependabot rebase
--
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
nastra commented on issue #6751:
URL: https://github.com/apache/iceberg/issues/6751#issuecomment-1418634674
The Iceberg roadmap can be found under https://iceberg.apache.org/roadmap/.
It contains a high-level overview of what the community is working on.
--
This is an automated message fr
nastra closed issue #6751: iceberg roadmap
URL: https://github.com/apache/iceberg/issues/6751
--
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-uns
chenjunjiedada opened a new pull request, #6753:
URL: https://github.com/apache/iceberg/pull/6753
The equality delete writer is built with projected schema in upsert mode,
but now it passes row data to it without projection and thus causes problems in
case of the equality column is not the
singhpk234 commented on code in PR #6752:
URL: https://github.com/apache/iceberg/pull/6752#discussion_r1097020044
##
spark/v3.3/spark-extensions/src/main/scala/org/apache/spark/sql/execution/datasources/v2/DropBranchExec.scala:
##
@@ -0,0 +1,50 @@
+/*
+ * Licensed to the Apache
ajantha-bhat commented on PR #6696:
URL: https://github.com/apache/iceberg/pull/6696#issuecomment-1418643318
```
Benchmark [Arrow-11.0.0]
Mode Cnt Score
Error Units
SparkP
ajantha-bhat commented on PR #6696:
URL: https://github.com/apache/iceberg/pull/6696#issuecomment-1418644100
https://user-images.githubusercontent.com/5889404/216913511-533f8206-c974-4e78-b2a7-4416c04a1c06.png";>
--
This is an automated message from the Apache Git Service.
To respond t
gaborkaszab commented on PR #6074:
URL: https://github.com/apache/iceberg/pull/6074#issuecomment-1418703342
Thanks @amogh-jahagirdar, @rdblue and @nastra for reviewing!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use t
tprelle opened a new issue, #6754:
URL: https://github.com/apache/iceberg/issues/6754
### Feature Request / Improvement
Currently if you are using pyspark and sql statement you can not set
extra snapshot metadata as it's only possible using a java lambda.
### Query engine
tprelle opened a new pull request, #6755:
URL: https://github.com/apache/iceberg/pull/6755
Currently if you are using pyspark and sql statement you can not set extra
snapshot metadata as it's only possible using a java lambda.
But we can use spark sql conf to retrieve metadata.
It will
hililiwei commented on PR #6637:
URL: https://github.com/apache/iceberg/pull/6637#issuecomment-1418726533
> hililiwei requested review from jackye1995 and removed request for flyrain
and yyanyy
Misclick. 😂
> Apart from the style changes for branch that can now be removed, I hav
hililiwei commented on code in PR #6637:
URL: https://github.com/apache/iceberg/pull/6637#discussion_r1097099267
##
spark/v3.3/spark-extensions/src/main/scala/org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsAstBuilder.scala:
##
@@ -128,6 +133,36 @@ class Iceb
hililiwei commented on code in PR #5029:
URL: https://github.com/apache/iceberg/pull/5029#discussion_r1097116000
##
flink/v1.16/flink/src/main/java/org/apache/iceberg/flink/source/StreamingMonitorFunction.java:
##
@@ -124,11 +126,33 @@ public void initializeState(FunctionInitial
xuzhiwen1255 commented on PR #6614:
URL: https://github.com/apache/iceberg/pull/6614#issuecomment-1418765884
@pvary Can you take a look? Thank you
--
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
zoucao opened a new issue, #6756:
URL: https://github.com/apache/iceberg/issues/6756
### Apache Iceberg version
1.1.0 (latest release)
### Query engine
Flink
### Please describe the bug 🐞
Recently, we face an out-of-order problem when consuming records from
kmozaid commented on code in PR #6410:
URL: https://github.com/apache/iceberg/pull/6410#discussion_r1097194406
##
core/src/main/java/org/apache/iceberg/jdbc/JdbcCatalog.java:
##
@@ -464,6 +464,11 @@ public boolean namespaceExists(Namespace namespace) {
return JdbcUtil.names
gaborkaszab commented on code in PR #6661:
URL: https://github.com/apache/iceberg/pull/6661#discussion_r1097102496
##
core/src/main/java/org/apache/iceberg/PartitionsTable.java:
##
@@ -47,7 +48,11 @@ public class PartitionsTable extends BaseMetadataTable {
Types.Nes
gaborkaszab commented on issue #6257:
URL: https://github.com/apache/iceberg/issues/6257#issuecomment-1418896382
Thanks for the feedback, @szehon-ho!
About documenting this phenomenon: I found the [spark-queries
page](https://iceberg.apache.org/docs/latest/spark-queries/#partitions) that
bluzy commented on issue #6750:
URL: https://github.com/apache/iceberg/issues/6750#issuecomment-1419010527
@szehon-ho
RetryingMetaStoreClient added on https://github.com/apache/iceberg/pull/3099
But I doubt the retry logic doesn't change own ugi if another user handle it.
I guess tur
RussellSpitzer commented on issue #3466:
URL: https://github.com/apache/iceberg/issues/3466#issuecomment-1419098480
As I wrote above the issue os that the rewrite command becomes out of date
while running so it fails. At least this is my hypothesis above
--
This is an automated message fr
Hayder-Aziz-cardano commented on issue #6564:
URL: https://github.com/apache/iceberg/issues/6564#issuecomment-1419162378
it would be really nice to get it working with polars (which utilises
pyarrow / connectorx) as it provides the possibility of running execution
services without large mon
gaborkaszab commented on code in PR #6621:
URL: https://github.com/apache/iceberg/pull/6621#discussion_r1097453375
##
hive-metastore/src/main/java/org/apache/iceberg/hive/HiveTableOperations.java:
##
@@ -494,6 +494,17 @@ private void setHmsTableParameters(
// remove any pro
huaxingao commented on PR #6622:
URL: https://github.com/apache/iceberg/pull/6622#issuecomment-1419307821
@rdblue @aokolnychyi
I have addressed all the comments. Could you please take a look again?
Thanks a lot!
--
This is an automated message from the Apache Git Service.
To respond t
RussellSpitzer opened a new issue, #6758:
URL: https://github.com/apache/iceberg/issues/6758
### Apache Iceberg version
1.1.0 (latest release)
### Query engine
None
### Please describe the bug 🐞
An interesting thing we ran into:
Our FileIo API contain
RussellSpitzer commented on issue #6758:
URL: https://github.com/apache/iceberg/issues/6758#issuecomment-1419311188
@amogh-jahagirdar + @jackye1995 Do you have any thoughts on this?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to Git
jackye1995 commented on issue #6758:
URL: https://github.com/apache/iceberg/issues/6758#issuecomment-1419396445
So internally we have a fix, where we extend Hadoop `Path` to work with
double slash instead of the posix standard, and use that Path object for
Iceberg for the specific `FileSyst
amogh-jahagirdar commented on code in PR #6752:
URL: https://github.com/apache/iceberg/pull/6752#discussion_r1097705742
##
spark/v3.3/spark-extensions/src/main/scala/org/apache/spark/sql/execution/datasources/v2/DropBranchExec.scala:
##
@@ -0,0 +1,50 @@
+/*
+ * Licensed to the A
jackye1995 commented on code in PR #6742:
URL: https://github.com/apache/iceberg/pull/6742#discussion_r1097730419
##
aws/src/main/java/org/apache/iceberg/aws/glue/GlueCatalog.java:
##
@@ -437,6 +439,44 @@ public void renameTable(TableIdentifier from,
TableIdentifier to) {
haizhou-zhao commented on code in PR #6621:
URL: https://github.com/apache/iceberg/pull/6621#discussion_r1097737870
##
hive-metastore/src/main/java/org/apache/iceberg/hive/HiveTableOperations.java:
##
@@ -494,6 +494,17 @@ private void setHmsTableParameters(
// remove any pr
stevenzwu commented on code in PR #6746:
URL: https://github.com/apache/iceberg/pull/6746#discussion_r1097776431
##
aws/src/main/java/org/apache/iceberg/aws/AwsProperties.java:
##
@@ -1314,55 +1294,27 @@ private void
configureEndpoint(T builder, String en
}
}
- @Vis
amogh-jahagirdar commented on code in PR #6757:
URL: https://github.com/apache/iceberg/pull/6757#discussion_r1097784829
##
core/src/main/java/org/apache/iceberg/jdbc/JdbcCatalogTransaction.java:
##
@@ -0,0 +1,116 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under
RussellSpitzer commented on issue #6758:
URL: https://github.com/apache/iceberg/issues/6758#issuecomment-1419591723
https://github.com/apache/iceberg/blob/cecb10bb8ab0458fb3f6a650692a8e432f08cbd2/core/src/main/java/org/apache/iceberg/BaseMetastoreTableOperations.java#L226
I think it makes s
RussellSpitzer commented on issue #6758:
URL: https://github.com/apache/iceberg/issues/6758#issuecomment-1419594072
For the Spec I was just considering something like "path" a path is a POSIX
normalized path
--
This is an automated message from the Apache Git Service.
To respond to the me
amogh-jahagirdar commented on issue #6758:
URL: https://github.com/apache/iceberg/issues/6758#issuecomment-1419597451
Mostly agree with @jackye1995 here. I think at minimum, we for sure should
remove trailing slash when writing any file that's part of the Iceberg table.
As for the sp
manisin commented on code in PR #6740:
URL: https://github.com/apache/iceberg/pull/6740#discussion_r1097808842
##
snowflake/src/main/java/org/apache/iceberg/snowflake/SnowflakeCatalog.java:
##
@@ -109,6 +110,10 @@ public void initialize(String name, Map
properties) {
manisin commented on code in PR #6740:
URL: https://github.com/apache/iceberg/pull/6740#discussion_r1097809645
##
snowflake/src/main/java/org/apache/iceberg/snowflake/SnowflakeCatalog.java:
##
@@ -45,6 +45,7 @@ public class SnowflakeCatalog extends BaseMetastoreCatalog
impl
jackye1995 commented on code in PR #6746:
URL: https://github.com/apache/iceberg/pull/6746#discussion_r1097864293
##
aws/src/main/java/org/apache/iceberg/aws/ApacheHttpClientConfigurations.java:
##
@@ -0,0 +1,109 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under
jackye1995 commented on code in PR #6746:
URL: https://github.com/apache/iceberg/pull/6746#discussion_r1097868200
##
aws/src/main/java/org/apache/iceberg/aws/ApacheHttpClientConfigurations.java:
##
@@ -0,0 +1,109 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under
jackye1995 commented on code in PR #6746:
URL: https://github.com/apache/iceberg/pull/6746#discussion_r1097866781
##
aws/src/main/java/org/apache/iceberg/aws/AwsProperties.java:
##
@@ -632,18 +628,11 @@ public class AwsProperties implements Serializable {
*/
public static
jackye1995 commented on code in PR #6746:
URL: https://github.com/apache/iceberg/pull/6746#discussion_r1097870631
##
aws/src/main/java/org/apache/iceberg/aws/AwsProperties.java:
##
@@ -1314,55 +1294,27 @@ private void
configureEndpoint(T builder, String en
}
}
- @Vi
rdblue commented on PR #6757:
URL: https://github.com/apache/iceberg/pull/6757#issuecomment-1419693712
@nastra, can you write up a design doc?
--
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
amogh-jahagirdar commented on code in PR #6757:
URL: https://github.com/apache/iceberg/pull/6757#discussion_r1097784829
##
core/src/main/java/org/apache/iceberg/jdbc/JdbcCatalogTransaction.java:
##
@@ -0,0 +1,116 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under
rdblue merged PR #6749:
URL: https://github.com/apache/iceberg/pull/6749
--
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 #6749:
URL: https://github.com/apache/iceberg/pull/6749#issuecomment-1419729043
Good catch, thanks for getting this fixed.
--
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 t
rdblue commented on code in PR #6746:
URL: https://github.com/apache/iceberg/pull/6746#discussion_r1097905950
##
core/src/main/java/org/apache/iceberg/util/PropertyUtil.java:
##
@@ -120,6 +120,27 @@ public static Map propertiesWithPrefix(
.collect(Collectors.toMap(e ->
rdblue commented on code in PR #6755:
URL: https://github.com/apache/iceberg/pull/6755#discussion_r1097907479
##
spark/v3.3/spark/src/test/java/org/apache/iceberg/spark/source/TestDataSourceOptions.java:
##
@@ -448,4 +448,37 @@ public void testExtraSnapshotMetadataWithSQL() thro
rdblue commented on code in PR #6755:
URL: https://github.com/apache/iceberg/pull/6755#discussion_r1097907981
##
spark/v3.3/spark/src/test/java/org/apache/iceberg/spark/source/TestDataSourceOptions.java:
##
@@ -448,4 +448,37 @@ public void testExtraSnapshotMetadataWithSQL() thro
rdblue commented on code in PR #6755:
URL: https://github.com/apache/iceberg/pull/6755#discussion_r1097908288
##
spark/v3.3/spark/src/main/java/org/apache/iceberg/spark/SparkWriteConf.java:
##
@@ -192,6 +194,14 @@ public Map extraSnapshotMetadata() {
}
});
rdblue commented on code in PR #6755:
URL: https://github.com/apache/iceberg/pull/6755#discussion_r1097908650
##
spark/v3.3/spark/src/main/java/org/apache/iceberg/spark/SparkWriteConf.java:
##
@@ -192,6 +194,14 @@ public Map extraSnapshotMetadata() {
}
});
rdblue commented on code in PR #6755:
URL: https://github.com/apache/iceberg/pull/6755#discussion_r1097909160
##
spark/v3.3/spark/src/main/java/org/apache/iceberg/spark/SparkWriteConf.java:
##
@@ -192,6 +194,14 @@ public Map extraSnapshotMetadata() {
}
});
rdblue commented on code in PR #6755:
URL: https://github.com/apache/iceberg/pull/6755#discussion_r1097913008
##
spark/v3.3/spark/src/main/java/org/apache/iceberg/spark/SparkWriteConf.java:
##
@@ -192,6 +194,14 @@ public Map extraSnapshotMetadata() {
}
});
RussellSpitzer commented on issue #6758:
URL: https://github.com/apache/iceberg/issues/6758#issuecomment-1419751904
This is also an issue for data files here
https://github.com/apache/iceberg/blob/223177faf955bd8f11864477da16013cf5d7cc75/core/src/main/java/org/apache/iceberg/LocationProvi
rdblue commented on code in PR #6752:
URL: https://github.com/apache/iceberg/pull/6752#discussion_r1097916794
##
spark/v3.3/spark-extensions/src/test/java/org/apache/iceberg/spark/extensions/TestDropBranch.java:
##
@@ -0,0 +1,116 @@
+/*
+ * Licensed to the Apache Software Founda
rdblue commented on code in PR #6752:
URL: https://github.com/apache/iceberg/pull/6752#discussion_r1097917630
##
spark/v3.3/spark-extensions/src/test/java/org/apache/iceberg/spark/extensions/TestDropBranch.java:
##
@@ -0,0 +1,116 @@
+/*
+ * Licensed to the Apache Software Founda
rdblue commented on code in PR #6622:
URL: https://github.com/apache/iceberg/pull/6622#discussion_r1097920494
##
api/src/main/java/org/apache/iceberg/expressions/AggregateEvaluator.java:
##
@@ -0,0 +1,118 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ *
rdblue commented on code in PR #6622:
URL: https://github.com/apache/iceberg/pull/6622#discussion_r1097921708
##
api/src/main/java/org/apache/iceberg/expressions/AggregateEvaluator.java:
##
@@ -0,0 +1,118 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ *
amogh-jahagirdar commented on code in PR #6752:
URL: https://github.com/apache/iceberg/pull/6752#discussion_r1097921035
##
spark/v3.3/spark-extensions/src/test/java/org/apache/iceberg/spark/extensions/TestDropBranch.java:
##
@@ -0,0 +1,116 @@
+/*
+ * Licensed to the Apache Softw
rdblue commented on code in PR #6622:
URL: https://github.com/apache/iceberg/pull/6622#discussion_r1097921708
##
api/src/main/java/org/apache/iceberg/expressions/AggregateEvaluator.java:
##
@@ -0,0 +1,118 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ *
rdblue commented on code in PR #6622:
URL: https://github.com/apache/iceberg/pull/6622#discussion_r1097930735
##
api/src/main/java/org/apache/iceberg/expressions/BoundAggregate.java:
##
@@ -44,4 +57,85 @@ public Type type() {
return term().type();
}
}
+
+ public
rdblue commented on code in PR #6622:
URL: https://github.com/apache/iceberg/pull/6622#discussion_r1097936851
##
spark/v3.3/spark/src/main/java/org/apache/iceberg/spark/source/SparkScanBuilder.java:
##
@@ -158,6 +182,141 @@ public Filter[] pushedFilters() {
return pushedFil
rdblue commented on code in PR #6622:
URL: https://github.com/apache/iceberg/pull/6622#discussion_r1097939971
##
api/src/main/java/org/apache/iceberg/expressions/CountNonNull.java:
##
@@ -0,0 +1,67 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more
Fokko commented on issue #6708:
URL: https://github.com/apache/iceberg/issues/6708#issuecomment-1419813815
> py4j.protocol.Py4JNetworkError: Answer from Java side is empty
Means that the Spark process has died. Do you see anything in the logs?
--
This is an automated message from th
Fokko commented on issue #6708:
URL: https://github.com/apache/iceberg/issues/6708#issuecomment-1419814726
Can you run a `docker-compose pull` to make sure that you're running the
latest version? We recently did some updates to the stack.
--
This is an automated message from the Apache Gi
aokolnychyi commented on issue #6739:
URL: https://github.com/apache/iceberg/issues/6739#issuecomment-1419851420
Sounds really promising!
--
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 spec
Fokko commented on code in PR #6646:
URL: https://github.com/apache/iceberg/pull/6646#discussion_r1097181300
##
python/mkdocs/docs/configuration.md:
##
@@ -85,3 +85,16 @@ catalog:
default:
type: glue
```
+
+## DynamoDB Catalog
+
+If you want to use AWS DynamoDB as the c
Fokko commented on code in PR #6646:
URL: https://github.com/apache/iceberg/pull/6646#discussion_r1098000908
##
python/pyiceberg/catalog/dynamodb.py:
##
@@ -0,0 +1,776 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.
Fokko commented on code in PR #6646:
URL: https://github.com/apache/iceberg/pull/6646#discussion_r1097196623
##
python/pyiceberg/catalog/__init__.py:
##
@@ -431,3 +440,114 @@ def namespace_from(identifier: Union[str, Identifier]) ->
Identifier:
Identifier: Namespac
github-actions[bot] commented on issue #5418:
URL: https://github.com/apache/iceberg/issues/5418#issuecomment-1419974962
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.
danielcweeks commented on code in PR #6706:
URL: https://github.com/apache/iceberg/pull/6706#discussion_r1098049424
##
core/src/main/java/org/apache/iceberg/SnapshotOperations.java:
##
@@ -0,0 +1,190 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or mo
danielcweeks commented on code in PR #6706:
URL: https://github.com/apache/iceberg/pull/6706#discussion_r1098049871
##
core/src/main/java/org/apache/iceberg/SnapshotOperations.java:
##
@@ -0,0 +1,190 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or mo
danielcweeks commented on code in PR #6706:
URL: https://github.com/apache/iceberg/pull/6706#discussion_r1098050188
##
core/src/main/java/org/apache/iceberg/SnapshotOperations.java:
##
@@ -0,0 +1,190 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or mo
danielcweeks commented on code in PR #6706:
URL: https://github.com/apache/iceberg/pull/6706#discussion_r1098050503
##
core/src/main/java/org/apache/iceberg/SnapshotOperations.java:
##
@@ -0,0 +1,202 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or mo
danielcweeks commented on code in PR #6706:
URL: https://github.com/apache/iceberg/pull/6706#discussion_r1098050794
##
core/src/main/java/org/apache/iceberg/SnapshotOperations.java:
##
@@ -0,0 +1,202 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or mo
rdblue commented on code in PR #6706:
URL: https://github.com/apache/iceberg/pull/6706#discussion_r1098057989
##
core/src/main/java/org/apache/iceberg/SnapshotOperations.java:
##
@@ -0,0 +1,190 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more con
rdblue commented on code in PR #6706:
URL: https://github.com/apache/iceberg/pull/6706#discussion_r1098058915
##
core/src/main/java/org/apache/iceberg/SnapshotOperations.java:
##
@@ -0,0 +1,190 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more con
rdblue commented on code in PR #6706:
URL: https://github.com/apache/iceberg/pull/6706#discussion_r1098059479
##
core/src/main/java/org/apache/iceberg/SnapshotOperations.java:
##
@@ -0,0 +1,263 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more con
rdblue commented on code in PR #6706:
URL: https://github.com/apache/iceberg/pull/6706#discussion_r1098059626
##
core/src/main/java/org/apache/iceberg/SnapshotOperations.java:
##
@@ -0,0 +1,263 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more con
rdblue commented on code in PR #6706:
URL: https://github.com/apache/iceberg/pull/6706#discussion_r1098060389
##
core/src/main/java/org/apache/iceberg/SnapshotOperations.java:
##
@@ -0,0 +1,263 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more con
amogh-jahagirdar commented on code in PR #6651:
URL: https://github.com/apache/iceberg/pull/6651#discussion_r1098060983
##
spark/v3.3/spark/src/main/java/org/apache/iceberg/spark/source/SparkTable.java:
##
@@ -247,9 +247,6 @@ public ScanBuilder newScanBuilder(CaseInsensitiveStri
amogh-jahagirdar commented on code in PR #6651:
URL: https://github.com/apache/iceberg/pull/6651#discussion_r1098060983
##
spark/v3.3/spark/src/main/java/org/apache/iceberg/spark/source/SparkTable.java:
##
@@ -247,9 +247,6 @@ public ScanBuilder newScanBuilder(CaseInsensitiveStri
rdblue commented on code in PR #6706:
URL: https://github.com/apache/iceberg/pull/6706#discussion_r1098061423
##
core/src/main/java/org/apache/iceberg/SnapshotOperations.java:
##
@@ -0,0 +1,263 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more con
amogh-jahagirdar commented on code in PR #6651:
URL: https://github.com/apache/iceberg/pull/6651#discussion_r1098060983
##
spark/v3.3/spark/src/main/java/org/apache/iceberg/spark/source/SparkTable.java:
##
@@ -247,9 +247,6 @@ public ScanBuilder newScanBuilder(CaseInsensitiveStri
rdblue commented on code in PR #6706:
URL: https://github.com/apache/iceberg/pull/6706#discussion_r1098062631
##
core/src/main/java/org/apache/iceberg/SnapshotOperations.java:
##
@@ -0,0 +1,263 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more con
rdblue commented on code in PR #6706:
URL: https://github.com/apache/iceberg/pull/6706#discussion_r1098063044
##
core/src/main/java/org/apache/iceberg/SnapshotOperations.java:
##
@@ -0,0 +1,263 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more con
1301 - 1400 of 87916 matches
Mail list logo