BsoBird commented on code in PR #9546:
URL: https://github.com/apache/iceberg/pull/9546#discussion_r1651106651
##
core/src/main/java/org/apache/iceberg/hadoop/HadoopTableOperations.java:
##
@@ -355,71 +475,90 @@ int findVersion() {
* an attempt will be made to delete the sou
c-thiel commented on code in PR #331:
URL: https://github.com/apache/iceberg-rust/pull/331#discussion_r1651128747
##
crates/iceberg/testdata/view_metadata/ViewMetadataV2Valid.json:
##
@@ -0,0 +1,58 @@
+{
Review Comment:
Ok, thanks for the feedback @nastra. I'll add some more
BsoBird commented on code in PR #9546:
URL: https://github.com/apache/iceberg/pull/9546#discussion_r1651106651
##
core/src/main/java/org/apache/iceberg/hadoop/HadoopTableOperations.java:
##
@@ -355,71 +475,90 @@ int findVersion() {
* an attempt will be made to delete the sou
BsoBird commented on code in PR #9546:
URL: https://github.com/apache/iceberg/pull/9546#discussion_r1651099384
##
core/src/main/java/org/apache/iceberg/hadoop/HadoopTableOperations.java:
##
@@ -368,58 +431,63 @@ private void renameToFinal(FileSystem fs, Path src, Path
dst, int
stevenzwu commented on code in PR #10484:
URL: https://github.com/apache/iceberg/pull/10484#discussion_r1648221004
##
flink/v1.19/flink/src/main/java/org/apache/iceberg/flink/maintenance/operator/JVMBasedLockFactory.java:
##
@@ -0,0 +1,83 @@
+/*
+ * Licensed to the Apache Softwa
BsoBird commented on code in PR #9546:
URL: https://github.com/apache/iceberg/pull/9546#discussion_r1651106651
##
core/src/main/java/org/apache/iceberg/hadoop/HadoopTableOperations.java:
##
@@ -355,71 +475,90 @@ int findVersion() {
* an attempt will be made to delete the sou
BsoBird commented on code in PR #9546:
URL: https://github.com/apache/iceberg/pull/9546#discussion_r1651099384
##
core/src/main/java/org/apache/iceberg/hadoop/HadoopTableOperations.java:
##
@@ -368,58 +431,63 @@ private void renameToFinal(FileSystem fs, Path src, Path
dst, int
BsoBird commented on code in PR #9546:
URL: https://github.com/apache/iceberg/pull/9546#discussion_r1651082514
##
core/src/main/java/org/apache/iceberg/hadoop/HadoopTableOperations.java:
##
@@ -368,58 +431,63 @@ private void renameToFinal(FileSystem fs, Path src, Path
dst, int
BsoBird commented on code in PR #9546:
URL: https://github.com/apache/iceberg/pull/9546#discussion_r1651072649
##
core/src/test/java/org/apache/iceberg/hadoop/TestHadoopCommits.java:
##
@@ -206,6 +210,139 @@ public void testFailedCommit() throws Exception {
Assertions.asser
BsoBird commented on code in PR #9546:
URL: https://github.com/apache/iceberg/pull/9546#discussion_r1651047933
##
core/src/main/java/org/apache/iceberg/hadoop/HadoopTableOperations.java:
##
@@ -370,58 +402,70 @@ private void renameToFinal(FileSystem fs, Path src, Path
dst, int
findepi commented on code in PR #10542:
URL: https://github.com/apache/iceberg/pull/10542#discussion_r1651013839
##
common/src/test/java/org/apache/iceberg/common/TestDynConstructors.java:
##
@@ -0,0 +1,75 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ *
ariksa1 commented on issue #4212:
URL: https://github.com/apache/iceberg/issues/4212#issuecomment-2186546553
Hi, there is any update regarding the issue?
--
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 t
findepi commented on code in PR #10542:
URL: https://github.com/apache/iceberg/pull/10542#discussion_r1651007712
##
common/src/test/java/org/apache/iceberg/common/TestDynConstructors.java:
##
@@ -0,0 +1,75 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ *
nastra commented on code in PR #10542:
URL: https://github.com/apache/iceberg/pull/10542#discussion_r1650976468
##
common/src/test/java/org/apache/iceberg/common/TestDynConstructors.java:
##
@@ -0,0 +1,75 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ *
nastra commented on code in PR #10542:
URL: https://github.com/apache/iceberg/pull/10542#discussion_r1650975795
##
common/src/test/java/org/apache/iceberg/common/TestDynConstructors.java:
##
@@ -0,0 +1,75 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ *
findepi commented on code in PR #8315:
URL: https://github.com/apache/iceberg/pull/8315#discussion_r1650952000
##
aws/src/main/java/org/apache/iceberg/aws/glue/GlueCatalog.java:
##
@@ -619,4 +635,17 @@ public void setConf(Configuration conf) {
protected Map properties() {
findepi commented on code in PR #3543:
URL: https://github.com/apache/iceberg/pull/3543#discussion_r1650929394
##
core/src/main/java/org/apache/iceberg/CachingCatalog.java:
##
@@ -29,24 +34,91 @@
import org.apache.iceberg.catalog.Namespace;
import org.apache.iceberg.catalog.Ta
findepi commented on issue #10493:
URL: https://github.com/apache/iceberg/issues/10493#issuecomment-2186420099
@singhpk234 indeed this would alleviate the concern, but I don't see a way
to implement caching in `Tabble loadTable(TableIdentifier)` method. We don't
have the snapshot ID yet, an
findepi commented on code in PR #10459:
URL: https://github.com/apache/iceberg/pull/10459#discussion_r1650899387
##
core/src/test/resources/com/example/target/custom-metrics-reporter-1.0-SNAPSHOT.jar:
##
Review Comment:
You can create a new classloader with e.g. `new URLCla
findepi commented on code in PR #10543:
URL: https://github.com/apache/iceberg/pull/10543#discussion_r1650894264
##
common/src/main/java/org/apache/iceberg/common/DynMethods.java:
##
@@ -161,6 +161,8 @@ private BoundMethod(UnboundMethod method, Object receiver) {
this.rec
zhongqishang commented on code in PR #10526:
URL: https://github.com/apache/iceberg/pull/10526#discussion_r1650864804
##
flink/v1.19/flink/src/main/java/org/apache/iceberg/flink/sink/IcebergFilesCommitter.java:
##
@@ -426,30 +425,44 @@ private void commitOperation(
}
@Ov
Xuanwo commented on issue #418:
URL: https://github.com/apache/iceberg-rust/issues/418#issuecomment-2186329846
Let's me do this. I feel like it's a good win for this to remove direct dep
on tokio.
--
This is an automated message from the Apache Git Service.
To respond to the message, plea
compf opened a new pull request, #10558:
URL: https://github.com/apache/iceberg/pull/10558
Hello maintainers,
I am conducting a master thesis project focused on enhancing code quality
through automated refactoring of data clumps, assisted by Large Language Models
(LLMs).
pvary commented on code in PR #10526:
URL: https://github.com/apache/iceberg/pull/10526#discussion_r1650851730
##
flink/v1.19/flink/src/main/java/org/apache/iceberg/flink/sink/IcebergFilesCommitter.java:
##
@@ -426,30 +425,44 @@ private void commitOperation(
}
@Override
pvary commented on code in PR #10526:
URL: https://github.com/apache/iceberg/pull/10526#discussion_r1650849668
##
flink/v1.19/flink/src/main/java/org/apache/iceberg/flink/sink/IcebergFilesCommitter.java:
##
@@ -426,30 +425,44 @@ private void commitOperation(
}
@Override
BsoBird commented on code in PR #9546:
URL: https://github.com/apache/iceberg/pull/9546#discussion_r1650772614
##
core/src/main/java/org/apache/iceberg/hadoop/HadoopTableOperations.java:
##
@@ -159,18 +160,30 @@ public void commit(TableMetadata base, TableMetadata
metadata) {
BsoBird commented on code in PR #9546:
URL: https://github.com/apache/iceberg/pull/9546#discussion_r1650772614
##
core/src/main/java/org/apache/iceberg/hadoop/HadoopTableOperations.java:
##
@@ -159,18 +160,30 @@ public void commit(TableMetadata base, TableMetadata
metadata) {
BsoBird commented on code in PR #9546:
URL: https://github.com/apache/iceberg/pull/9546#discussion_r1650769239
##
core/src/main/java/org/apache/iceberg/hadoop/HadoopTableOperations.java:
##
@@ -159,18 +160,30 @@ public void commit(TableMetadata base, TableMetadata
metadata) {
ajantha-bhat commented on issue #10533:
URL: https://github.com/apache/iceberg/issues/10533#issuecomment-2186193549
yeah. We will check it.
cc: @dimas-b, @snazy
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use t
BsoBird commented on code in PR #9546:
URL: https://github.com/apache/iceberg/pull/9546#discussion_r1650741211
##
core/src/main/java/org/apache/iceberg/hadoop/HadoopTableOperations.java:
##
@@ -370,58 +402,70 @@ private void renameToFinal(FileSystem fs, Path src, Path
dst, int
BsoBird commented on code in PR #9546:
URL: https://github.com/apache/iceberg/pull/9546#discussion_r1650741211
##
core/src/main/java/org/apache/iceberg/hadoop/HadoopTableOperations.java:
##
@@ -370,58 +402,70 @@ private void renameToFinal(FileSystem fs, Path src, Path
dst, int
BsoBird commented on code in PR #9546:
URL: https://github.com/apache/iceberg/pull/9546#discussion_r1650741211
##
core/src/main/java/org/apache/iceberg/hadoop/HadoopTableOperations.java:
##
@@ -370,58 +402,70 @@ private void renameToFinal(FileSystem fs, Path src, Path
dst, int
BsoBird commented on code in PR #9546:
URL: https://github.com/apache/iceberg/pull/9546#discussion_r1650741211
##
core/src/main/java/org/apache/iceberg/hadoop/HadoopTableOperations.java:
##
@@ -370,58 +402,70 @@ private void renameToFinal(FileSystem fs, Path src, Path
dst, int
Fokko commented on code in PR #9546:
URL: https://github.com/apache/iceberg/pull/9546#discussion_r1650739534
##
core/src/main/java/org/apache/iceberg/hadoop/HadoopTableOperations.java:
##
@@ -355,71 +475,90 @@ int findVersion() {
* an attempt will be made to delete the sourc
BsoBird commented on code in PR #9546:
URL: https://github.com/apache/iceberg/pull/9546#discussion_r1650728447
##
core/src/test/java/org/apache/iceberg/hadoop/TestHadoopCommits.java:
##
@@ -206,6 +210,139 @@ public void testFailedCommit() throws Exception {
Assertions.asser
Fokko commented on code in PR #9546:
URL: https://github.com/apache/iceberg/pull/9546#discussion_r1650722647
##
core/src/test/java/org/apache/iceberg/hadoop/TestHadoopCommits.java:
##
@@ -206,6 +210,139 @@ public void testFailedCommit() throws Exception {
Assertions.assertT
qianzhen0 commented on issue #8343:
URL: https://github.com/apache/iceberg/issues/8343#issuecomment-2186085314
in my case, adding
`spark.sql.extensions=org.apache.iceberg.spark.extensions.IcebergSparkSessionExtensions`
solve the problem
--
This is an automated message from the Apache Git
Fokko commented on code in PR #9546:
URL: https://github.com/apache/iceberg/pull/9546#discussion_r1650714966
##
core/src/main/java/org/apache/iceberg/hadoop/HadoopTableOperations.java:
##
@@ -370,58 +402,70 @@ private void renameToFinal(FileSystem fs, Path src, Path
dst, int ne
Fokko commented on code in PR #9546:
URL: https://github.com/apache/iceberg/pull/9546#discussion_r1650711386
##
core/src/main/java/org/apache/iceberg/hadoop/HadoopTableOperations.java:
##
@@ -368,58 +431,63 @@ private void renameToFinal(FileSystem fs, Path src, Path
dst, int ne
cccs-jc commented on issue #10156:
URL: https://github.com/apache/iceberg/issues/10156#issuecomment-2186073673
@singhpk234 any progress on this issue ?
--
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
advancedxy commented on code in PR #8502:
URL: https://github.com/apache/iceberg/pull/8502#discussion_r1650705615
##
core/src/main/java/org/apache/iceberg/TableMetadataParser.java:
##
@@ -481,6 +488,13 @@ public static TableMetadata fromJson(String
metadataLocation, JsonNode no
Fokko commented on code in PR #9546:
URL: https://github.com/apache/iceberg/pull/9546#discussion_r1650701857
##
core/src/main/java/org/apache/iceberg/hadoop/HadoopTableOperations.java:
##
@@ -159,18 +160,30 @@ public void commit(TableMetadata base, TableMetadata
metadata) {
Fokko commented on issue #10533:
URL: https://github.com/apache/iceberg/issues/10533#issuecomment-2186001634
@ajantha-bhat do you have time to dig into this?
--
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
raphaelauv opened a new issue, #850:
URL: https://github.com/apache/iceberg-python/issues/850
### Feature Request / Improvement
Hi, py-iceberg wannot yet write bloom-filter, would be a great feature,
thanks all
--
This is an automated message from the Apache Git Service.
To respond
Fokko commented on PR #10553:
URL: https://github.com/apache/iceberg/pull/10553#issuecomment-2185975514
Blocked by the Gradle update 👍
--
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
Fokko commented on code in PR #10543:
URL: https://github.com/apache/iceberg/pull/10543#discussion_r1650614916
##
common/src/main/java/org/apache/iceberg/common/DynMethods.java:
##
@@ -161,6 +161,8 @@ private BoundMethod(UnboundMethod method, Object receiver) {
this.recei
Fokko commented on code in PR #10543:
URL: https://github.com/apache/iceberg/pull/10543#discussion_r1650614392
##
common/src/main/java/org/apache/iceberg/common/DynMethods.java:
##
@@ -313,6 +317,8 @@ public Builder impl(Class targetClass, Class...
argClasses) {
return t
Fokko merged PR #10552:
URL: https://github.com/apache/iceberg/pull/10552
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apa
Fokko commented on PR #10551:
URL: https://github.com/apache/iceberg/pull/10551#issuecomment-2185914294
Thanks for reviewing @ajantha-bhat 👍
--
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 s
Fokko merged PR #10551:
URL: https://github.com/apache/iceberg/pull/10551
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apa
Fokko commented on PR #10554:
URL: https://github.com/apache/iceberg/pull/10554#issuecomment-2185905602
Thanks for the review @singhpk234
--
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 merged PR #10554:
URL: https://github.com/apache/iceberg/pull/10554
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apa
Fokko merged PR #10555:
URL: https://github.com/apache/iceberg/pull/10555
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apa
Fokko commented on code in PR #91:
URL: https://github.com/apache/iceberg-go/pull/91#discussion_r1650517065
##
exprs.go:
##
@@ -0,0 +1,968 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contributor license agreements. See the NOTICE file
+// distr
hsiang-c commented on code in PR #5544:
URL: https://github.com/apache/iceberg/pull/5544#discussion_r1650529269
##
hive-metastore/src/main/java/org/apache/iceberg/hive/HiveTableOperations.java:
##
@@ -137,7 +163,47 @@ protected String tableName() {
@Override
public FileI
HonahX commented on code in PR #667:
URL: https://github.com/apache/iceberg-python/pull/667#discussion_r1650524201
##
pyiceberg/table/snapshots.py:
##
@@ -226,7 +226,8 @@ def __eq__(self, other: Any) -> bool:
class Snapshot(IcebergBaseModel):
snapshot_id: int = Field(alias
Fokko commented on PR #70:
URL: https://github.com/apache/iceberg-go/pull/70#issuecomment-2185823387
Thanks for the PR @git-hulk and @zeroshade for the review! 🙌
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
UR
Fokko merged PR #70:
URL: https://github.com/apache/iceberg-go/pull/70
--
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.apache
Fokko merged PR #93:
URL: https://github.com/apache/iceberg-go/pull/93
--
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.apache
Fokko merged PR #94:
URL: https://github.com/apache/iceberg-go/pull/94
--
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.apache
Fokko merged PR #97:
URL: https://github.com/apache/iceberg-go/pull/97
--
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.apache
61 matches
Mail list logo