rdblue merged PR #6634:
URL: https://github.com/apache/iceberg/pull/6634
--
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 #6634:
URL: https://github.com/apache/iceberg/pull/6634#issuecomment-1400861489
Thanks, @amogh-jahagirdar!
--
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 comm
huaxingao commented on code in PR #6582:
URL: https://github.com/apache/iceberg/pull/6582#discussion_r1084457847
##
core/src/main/java/org/apache/iceberg/puffin/StandardBlobTypes.java:
##
@@ -26,4 +26,6 @@ private StandardBlobTypes() {}
* href="https://datasketches.apache.or
namrathamyske opened a new pull request, #6651:
URL: https://github.com/apache/iceberg/pull/6651
issue addressed from: https://github.com/apache/iceberg/issues/3896
Purpose of this PR is to enable spark writes to a branch snapshot.
@rdblue @aokolnychyi @amogh-jahagirdar thought
amogh-jahagirdar commented on code in PR #6651:
URL: https://github.com/apache/iceberg/pull/6651#discussion_r1084484101
##
spark/v3.3/spark/src/main/java/org/apache/iceberg/spark/source/SparkWrite.java:
##
@@ -290,7 +293,12 @@ public String toString() {
private class BatchApp
amogh-jahagirdar commented on code in PR #6651:
URL: https://github.com/apache/iceberg/pull/6651#discussion_r1084483714
##
spark/v3.3/spark/src/main/java/org/apache/iceberg/spark/SparkWriteConf.java:
##
@@ -304,4 +304,9 @@ public boolean caseSensitive() {
.defaultValue(
namrathamyske commented on code in PR #6651:
URL: https://github.com/apache/iceberg/pull/6651#discussion_r1084488656
##
spark/v3.3/spark/src/main/java/org/apache/iceberg/spark/SparkWriteConf.java:
##
@@ -304,4 +304,9 @@ public boolean caseSensitive() {
.defaultValue(SQL
namrathamyske commented on code in PR #6651:
URL: https://github.com/apache/iceberg/pull/6651#discussion_r1084488656
##
spark/v3.3/spark/src/main/java/org/apache/iceberg/spark/SparkWriteConf.java:
##
@@ -304,4 +304,9 @@ public boolean caseSensitive() {
.defaultValue(SQL
amogh-jahagirdar commented on code in PR #6651:
URL: https://github.com/apache/iceberg/pull/6651#discussion_r1084500407
##
spark/v3.3/spark/src/main/java/org/apache/iceberg/spark/SparkWriteConf.java:
##
@@ -304,4 +304,9 @@ public boolean caseSensitive() {
.defaultValue(
amogh-jahagirdar commented on code in PR #6638:
URL: https://github.com/apache/iceberg/pull/6638#discussion_r1084502067
##
spark/v3.3/spark-extensions/src/main/scala/org/apache/spark/sql/execution/datasources/v2/ReplaceBranchExec.scala:
##
@@ -0,0 +1,65 @@
+/*
+ * Licensed to th
aokolnychyi commented on code in PR #6344:
URL: https://github.com/apache/iceberg/pull/6344#discussion_r1084542063
##
spark/v3.3/spark/src/main/java/org/apache/iceberg/spark/ChangelogIterator.java:
##
@@ -0,0 +1,207 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) und
aokolnychyi commented on code in PR #6344:
URL: https://github.com/apache/iceberg/pull/6344#discussion_r1084546501
##
spark/v3.3/spark/src/main/java/org/apache/iceberg/spark/ChangelogIterator.java:
##
@@ -0,0 +1,207 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) und
aokolnychyi commented on code in PR #6344:
URL: https://github.com/apache/iceberg/pull/6344#discussion_r1084550316
##
spark/v3.3/spark/src/main/java/org/apache/iceberg/spark/ChangelogIterator.java:
##
@@ -0,0 +1,207 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) und
aokolnychyi commented on code in PR #6344:
URL: https://github.com/apache/iceberg/pull/6344#discussion_r1084551104
##
spark/v3.3/spark/src/main/java/org/apache/iceberg/spark/ChangelogIterator.java:
##
@@ -0,0 +1,207 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) und
aokolnychyi commented on code in PR #6344:
URL: https://github.com/apache/iceberg/pull/6344#discussion_r1084554897
##
spark/v3.3/spark/src/main/java/org/apache/iceberg/spark/ChangelogIterator.java:
##
@@ -0,0 +1,207 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) und
aokolnychyi commented on code in PR #6344:
URL: https://github.com/apache/iceberg/pull/6344#discussion_r1084556756
##
spark/v3.3/spark/src/main/java/org/apache/iceberg/spark/ChangelogIterator.java:
##
@@ -0,0 +1,207 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) und
holdenk opened a new issue, #6652:
URL: https://github.com/apache/iceberg/issues/6652
### Feature Request / Improvement
For job migration testing I'd really like to be able to set an environment
variable that indicates all of the commits should be staged and logged for
comparison.
aokolnychyi commented on code in PR #6344:
URL: https://github.com/apache/iceberg/pull/6344#discussion_r1084554897
##
spark/v3.3/spark/src/main/java/org/apache/iceberg/spark/ChangelogIterator.java:
##
@@ -0,0 +1,207 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) und
aokolnychyi commented on code in PR #6344:
URL: https://github.com/apache/iceberg/pull/6344#discussion_r1084559034
##
spark/v3.3/spark/src/main/java/org/apache/iceberg/spark/ChangelogIterator.java:
##
@@ -0,0 +1,207 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) und
aokolnychyi commented on PR #6344:
URL: https://github.com/apache/iceberg/pull/6344#issuecomment-1400987989
@flyrain, sorry it took me so long to get to this PR. Great work!
I noticed a few things we should follow up on. Could you check?
--
This is an automated message from the Apac
dmgcodevil commented on issue #6587:
URL: https://github.com/apache/iceberg/issues/6587#issuecomment-1400990003
`0.13` should be fine. closing the issue. thanks @RussellSpitzer
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub
aokolnychyi commented on code in PR #6344:
URL: https://github.com/apache/iceberg/pull/6344#discussion_r1084563272
##
spark/v3.3/spark/src/main/java/org/apache/iceberg/spark/ChangelogIterator.java:
##
@@ -0,0 +1,207 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) und
dmgcodevil closed issue #6587: Wrong class, java.lang.Long, for object: 19367
URL: https://github.com/apache/iceberg/issues/6587
--
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.
namrathamyske commented on code in PR #6651:
URL: https://github.com/apache/iceberg/pull/6651#discussion_r1084571357
##
spark/v3.3/spark/src/main/java/org/apache/iceberg/spark/SparkWriteConf.java:
##
@@ -304,4 +304,9 @@ public boolean caseSensitive() {
.defaultValue(SQL
aokolnychyi commented on code in PR #6012:
URL: https://github.com/apache/iceberg/pull/6012#discussion_r1084590470
##
spark/v3.3/spark/src/main/java/org/apache/iceberg/spark/procedures/GenerateChangesProcedure.java:
##
@@ -0,0 +1,278 @@
+/*
+ * Licensed to the Apache Software Fo
amogh-jahagirdar commented on code in PR #6638:
URL: https://github.com/apache/iceberg/pull/6638#discussion_r1084618789
##
spark/v3.3/spark-extensions/src/main/antlr/org.apache.spark.sql.catalyst.parser.extensions/IcebergSqlExtensions.g4:
##
@@ -82,6 +82,13 @@ snapshotRetentionC
amogh-jahagirdar commented on code in PR #6638:
URL: https://github.com/apache/iceberg/pull/6638#discussion_r1084620912
##
spark/v3.3/spark-extensions/src/main/scala/org/apache/spark/sql/execution/datasources/v2/CreateOrReplaceBranchExec.scala:
##
@@ -38,33 +40,35 @@ case class
amogh-jahagirdar commented on issue #6647:
URL: https://github.com/apache/iceberg/issues/6647#issuecomment-1401099271
Need to investigate more deeply but based on the stack trace it seems like
the metadata field on the parquet_schema is not even defined. Here's where
pyarrow returns the sch
szehon-ho commented on code in PR #6648:
URL: https://github.com/apache/iceberg/pull/6648#discussion_r1084682564
##
hive-metastore/src/main/java/org/apache/iceberg/hive/MetastoreLock.java:
##
@@ -0,0 +1,531 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+
szehon-ho commented on code in PR #6648:
URL: https://github.com/apache/iceberg/pull/6648#discussion_r1084698870
##
hive-metastore/src/main/java/org/apache/iceberg/hive/MetastoreLock.java:
##
@@ -0,0 +1,531 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+
amogh-jahagirdar commented on issue #6647:
URL: https://github.com/apache/iceberg/issues/6647#issuecomment-1401198333
https://github.com/apache/parquet-format/blob/master/src/main/thrift/parquet.thrift#L1022
Yeah the file key value metadata (which after stepping through the code) is
haizhou-zhao commented on code in PR #6621:
URL: https://github.com/apache/iceberg/pull/6621#discussion_r1084710334
##
hive-metastore/src/main/java/org/apache/iceberg/hive/HiveTableOperations.java:
##
@@ -494,6 +494,17 @@ private void setHmsTableParameters(
// remove any pr
amogh-jahagirdar opened a new pull request, #6654:
URL: https://github.com/apache/iceberg/pull/6654
This is an interim solution for
https://github.com/apache/iceberg/issues/6647. Parquet file k/v metadata is
optional and not required to be written as per the Parquet spec
https://github.com
haizhou-zhao commented on code in PR #6621:
URL: https://github.com/apache/iceberg/pull/6621#discussion_r1084710334
##
hive-metastore/src/main/java/org/apache/iceberg/hive/HiveTableOperations.java:
##
@@ -494,6 +494,17 @@ private void setHmsTableParameters(
// remove any pr
haizhou-zhao commented on code in PR #6621:
URL: https://github.com/apache/iceberg/pull/6621#discussion_r1084710334
##
hive-metastore/src/main/java/org/apache/iceberg/hive/HiveTableOperations.java:
##
@@ -494,6 +494,17 @@ private void setHmsTableParameters(
// remove any pr
haizhou-zhao commented on code in PR #6621:
URL: https://github.com/apache/iceberg/pull/6621#discussion_r1084710334
##
hive-metastore/src/main/java/org/apache/iceberg/hive/HiveTableOperations.java:
##
@@ -494,6 +494,17 @@ private void setHmsTableParameters(
// remove any pr
szehon-ho commented on code in PR #6621:
URL: https://github.com/apache/iceberg/pull/6621#discussion_r1084720439
##
hive-metastore/src/main/java/org/apache/iceberg/hive/HiveTableOperations.java:
##
@@ -494,6 +494,17 @@ private void setHmsTableParameters(
// remove any props
szehon-ho commented on PR #6591:
URL: https://github.com/apache/iceberg/pull/6591#issuecomment-1401217397
Thanks @krvikash looks good to me, just wanted to see if we can add a test
in TestHiveCatalog? (Ignore if you read already and still working on it)
--
This is an automated message fr
aokolnychyi merged PR #6633:
URL: https://github.com/apache/iceberg/pull/6633
--
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
aokolnychyi commented on PR #6633:
URL: https://github.com/apache/iceberg/pull/6633#issuecomment-1401352111
Thank you, @amogh-jahagirdar @RussellSpitzer!
--
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 code in PR #6365:
URL: https://github.com/apache/iceberg/pull/6365#discussion_r1084790152
##
core/src/main/java/org/apache/iceberg/BasePositionDeletesScanTask.java:
##
@@ -0,0 +1,42 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+
JonasJ-ap commented on code in PR #6449:
URL: https://github.com/apache/iceberg/pull/6449#discussion_r1084792629
##
delta-lake/src/integration/java/org/apache/iceberg/delta/TestSnapshotDeltaLakeTable.java:
##
@@ -0,0 +1,468 @@
+/*
+ * Licensed to the Apache Software Foundation (
JonasJ-ap commented on code in PR #6449:
URL: https://github.com/apache/iceberg/pull/6449#discussion_r1084793195
##
delta-lake/src/integration/java/org/apache/iceberg/delta/TestSnapshotDeltaLakeTable.java:
##
@@ -0,0 +1,468 @@
+/*
+ * Licensed to the Apache Software Foundation (
shardulm94 commented on PR #6327:
URL: https://github.com/apache/iceberg/pull/6327#issuecomment-1401365132
Hey @rdblue, can you take a look at 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 above to go
JonasJ-ap commented on code in PR #6449:
URL: https://github.com/apache/iceberg/pull/6449#discussion_r1084795695
##
delta-lake/src/integration/java/org/apache/iceberg/delta/TestSnapshotDeltaLakeTable.java:
##
@@ -0,0 +1,496 @@
+/*
+ * Licensed to the Apache Software Foundation (
JonasJ-ap commented on code in PR #6449:
URL: https://github.com/apache/iceberg/pull/6449#discussion_r1084798607
##
delta-lake/src/integration/java/org/apache/iceberg/delta/TestSnapshotDeltaLakeTable.java:
##
@@ -0,0 +1,496 @@
+/*
+ * Licensed to the Apache Software Foundation (
aokolnychyi commented on code in PR #6365:
URL: https://github.com/apache/iceberg/pull/6365#discussion_r1084802235
##
core/src/test/java/org/apache/iceberg/TestMetadataTableScans.java:
##
@@ -1040,4 +1047,195 @@ public void testAllManifestsTableSnapshotNot() {
expectedM
aokolnychyi commented on code in PR #6365:
URL: https://github.com/apache/iceberg/pull/6365#discussion_r1084805304
##
core/src/main/java/org/apache/iceberg/PositionDeletesTable.java:
##
@@ -0,0 +1,252 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or m
aokolnychyi commented on code in PR #6012:
URL: https://github.com/apache/iceberg/pull/6012#discussion_r1084807856
##
spark/v3.3/spark/src/main/java/org/apache/iceberg/spark/procedures/GenerateChangesProcedure.java:
##
@@ -0,0 +1,278 @@
+/*
+ * Licensed to the Apache Software Fo
amogh-jahagirdar commented on code in PR #6655:
URL: https://github.com/apache/iceberg/pull/6655#discussion_r1084813006
##
spark/v3.3/spark/src/main/java/org/apache/iceberg/spark/SparkReadConf.java:
##
@@ -67,11 +69,15 @@ public boolean caseSensitive() {
}
public boolean
JonasJ-ap commented on code in PR #6449:
URL: https://github.com/apache/iceberg/pull/6449#discussion_r1084793195
##
delta-lake/src/integration/java/org/apache/iceberg/delta/TestSnapshotDeltaLakeTable.java:
##
@@ -0,0 +1,468 @@
+/*
+ * Licensed to the Apache Software Foundation (
krvikash commented on PR #6591:
URL: https://github.com/apache/iceberg/pull/6591#issuecomment-1401425378
Thanks, @szehon-ho for reviewing. Sorry, I missed adding a test case in
`TestHiveCatalog`. I have added it now.
--
This is an automated message from the Apache Git Service.
To respond
ajantha-bhat commented on PR #6656:
URL: https://github.com/apache/iceberg/pull/6656#issuecomment-1401434718
cc: @dimas-b
--
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.
T
ajantha-bhat closed pull request #3719: Spark: support delete_reachable_files
procedure
URL: https://github.com/apache/iceberg/pull/3719
--
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
nastra commented on code in PR #6562:
URL: https://github.com/apache/iceberg/pull/6562#discussion_r1084918753
##
core/src/main/java/org/apache/iceberg/rest/auth/OAuth2Util.java:
##
@@ -550,31 +512,29 @@ public static AuthSession fromAccessToken(
RESTClient client,
nastra commented on code in PR #6562:
URL: https://github.com/apache/iceberg/pull/6562#discussion_r1084920594
##
core/src/main/java/org/apache/iceberg/rest/auth/OAuth2Util.java:
##
@@ -611,17 +571,17 @@ private static AuthSession fromTokenResponse(
AuthSession session =
deniskuzZ commented on PR #6653:
URL: https://github.com/apache/iceberg/pull/6653#issuecomment-1401532219
@amogh-jahagirdar, thanks for checking! updated PR description and added
unit test
--
This is an automated message from the Apache Git Service.
To respond to the message, please log o
Fokko opened a new pull request, #6657:
URL: https://github.com/apache/iceberg/pull/6657
Often I have to look up the name of the operator, I think it would be nice
to allow the end user to provide a string that we'll parse with the excellent
parser that we already have.
--
This is an aut
Fokko commented on code in PR #6590:
URL: https://github.com/apache/iceberg/pull/6590#discussion_r1084938300
##
python/pyiceberg/cli/console.py:
##
@@ -365,3 +366,37 @@ def table(ctx: Context, identifier: str, property_name:
str) -> None: # noqa: F
ctx.exit(1)
el
nastra commented on code in PR #6562:
URL: https://github.com/apache/iceberg/pull/6562#discussion_r1084938311
##
core/src/main/java/org/apache/iceberg/rest/auth/OAuth2Util.java:
##
@@ -550,31 +512,29 @@ public static AuthSession fromAccessToken(
RESTClient client,
nastra closed pull request #6562: Core: Improvements around Token Refresh time
expiration
URL: https://github.com/apache/iceberg/pull/6562
--
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
findepi commented on code in PR #6582:
URL: https://github.com/apache/iceberg/pull/6582#discussion_r1085085232
##
core/src/main/java/org/apache/iceberg/puffin/StandardBlobTypes.java:
##
@@ -26,4 +26,6 @@ private StandardBlobTypes() {}
* href="https://datasketches.apache.org/
sdaberdaku commented on issue #6615:
URL: https://github.com/apache/iceberg/issues/6615#issuecomment-1401709057
I faced the same exact error as @alex2308 and tried a couple of things.
There were no useful logs in the Spark UI, so I tried downgrading from the
spark runtime from 3.3.1 to 3.2.
Fokko merged PR #195:
URL: https://github.com/apache/iceberg-docs/pull/195
--
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
Fokko commented on code in PR #6590:
URL: https://github.com/apache/iceberg/pull/6590#discussion_r1085250404
##
python/pyiceberg/cli/console.py:
##
@@ -365,3 +366,37 @@ def table(ctx: Context, identifier: str, property_name:
str) -> None: # noqa: F
ctx.exit(1)
el
Fokko commented on PR #6590:
URL: https://github.com/apache/iceberg/pull/6590#issuecomment-1401907191
I tested it locally and it works. Ran into some small issues with the
serialization of datetimes:
```
pyiceberg --output json --catalog local sql --table
nyc.taxis="tpep_pickup_dateti
pvary commented on code in PR #6648:
URL: https://github.com/apache/iceberg/pull/6648#discussion_r1085315791
##
hive-metastore/src/main/java/org/apache/iceberg/hive/HiveLock.java:
##
@@ -0,0 +1,27 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more
pvary commented on code in PR #6648:
URL: https://github.com/apache/iceberg/pull/6648#discussion_r1085322064
##
hive-metastore/src/main/java/org/apache/iceberg/hive/MetastoreLock.java:
##
@@ -0,0 +1,531 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or
pvary commented on code in PR #6648:
URL: https://github.com/apache/iceberg/pull/6648#discussion_r1085348240
##
hive-metastore/src/main/java/org/apache/iceberg/hive/MetastoreLock.java:
##
@@ -0,0 +1,531 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or
pvary commented on code in PR #6648:
URL: https://github.com/apache/iceberg/pull/6648#discussion_r1085348865
##
hive-metastore/src/main/java/org/apache/iceberg/hive/MetastoreLock.java:
##
@@ -0,0 +1,531 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or
pvary commented on code in PR #6648:
URL: https://github.com/apache/iceberg/pull/6648#discussion_r1085350986
##
hive-metastore/src/main/java/org/apache/iceberg/hive/MetastoreLock.java:
##
@@ -0,0 +1,531 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or
pvary commented on code in PR #6648:
URL: https://github.com/apache/iceberg/pull/6648#discussion_r1085354225
##
hive-metastore/src/main/java/org/apache/iceberg/hive/MetastoreLock.java:
##
@@ -0,0 +1,531 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or
pvary commented on code in PR #6648:
URL: https://github.com/apache/iceberg/pull/6648#discussion_r1085356136
##
hive-metastore/src/main/java/org/apache/iceberg/hive/MetastoreLock.java:
##
@@ -0,0 +1,531 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or
pvary commented on code in PR #6648:
URL: https://github.com/apache/iceberg/pull/6648#discussion_r1085379926
##
hive-metastore/src/main/java/org/apache/iceberg/hive/MetastoreLock.java:
##
@@ -0,0 +1,531 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or
pvary commented on PR #6614:
URL: https://github.com/apache/iceberg/pull/6614#issuecomment-1402028111
> static wrapper can make the object lifecycle management difficult. E.g.,
Flink needs to [unload dynamically loaded classes in user
code](https://nightlies.apache.org/flink/flink-docs-mast
dimas-b commented on code in PR #6656:
URL: https://github.com/apache/iceberg/pull/6656#discussion_r1085396302
##
nessie/src/test/java/org/apache/iceberg/nessie/BaseTestIceberg.java:
##
@@ -114,8 +113,8 @@ private void resetData() throws NessieConflictException,
NessieNotFoundE
dimas-b commented on code in PR #6656:
URL: https://github.com/apache/iceberg/pull/6656#discussion_r1085396302
##
nessie/src/test/java/org/apache/iceberg/nessie/BaseTestIceberg.java:
##
@@ -114,8 +113,8 @@ private void resetData() throws NessieConflictException,
NessieNotFoundE
nastra commented on code in PR #6649:
URL: https://github.com/apache/iceberg/pull/6649#discussion_r1085444775
##
build.gradle:
##
@@ -668,6 +668,8 @@ project(':iceberg-nessie') {
implementation "com.fasterxml.jackson.core:jackson-core"
testImplementation "org.project
amogh-jahagirdar closed issue #6632: Bug with Branch Transactions
URL: https://github.com/apache/iceberg/issues/6632
--
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 unsubscr
amogh-jahagirdar commented on issue #6632:
URL: https://github.com/apache/iceberg/issues/6632#issuecomment-1402128554
Since the fix for this is merged, I'm going to close this issue
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to Git
jackye1995 merged PR #6358:
URL: https://github.com/apache/iceberg/pull/6358
--
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.
jackye1995 commented on PR #6358:
URL: https://github.com/apache/iceberg/pull/6358#issuecomment-1402156201
Thanks for the fix @aajisaka , thanks for the reviews @rdblue and
@amogh-jahagirdar !
--
This is an automated message from the Apache Git Service.
To respond to the message, please l
jackye1995 commented on PR #6623:
URL: https://github.com/apache/iceberg/pull/6623#issuecomment-1402161597
Congrats for the launch @aajisaka ! Thanks everyone for the review
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and
jackye1995 merged PR #6623:
URL: https://github.com/apache/iceberg/pull/6623
--
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.
RussellSpitzer commented on code in PR #6012:
URL: https://github.com/apache/iceberg/pull/6012#discussion_r1085549065
##
spark/v3.3/spark-extensions/src/test/java/org/apache/iceberg/spark/extensions/TestGenerateChangesProcedure.java:
##
@@ -0,0 +1,452 @@
+/*
+ * Licensed to the
RussellSpitzer commented on code in PR #6012:
URL: https://github.com/apache/iceberg/pull/6012#discussion_r1085571355
##
spark/v3.3/spark/src/main/java/org/apache/iceberg/spark/procedures/GenerateChangesProcedure.java:
##
@@ -0,0 +1,278 @@
+/*
+ * Licensed to the Apache Software
RussellSpitzer commented on code in PR #6012:
URL: https://github.com/apache/iceberg/pull/6012#discussion_r1085584919
##
spark/v3.3/spark/src/main/java/org/apache/iceberg/spark/procedures/GenerateChangesProcedure.java:
##
@@ -0,0 +1,278 @@
+/*
+ * Licensed to the Apache Software
stevenzwu commented on PR #6614:
URL: https://github.com/apache/iceberg/pull/6614#issuecomment-1402252806
> What is the best way to use Connection pools in Flink tasks? Like a pool
for HMSConnection, or JDBC driver?
Shall we add that, and the wrapper classes to the main Flink classpath, s
RussellSpitzer commented on code in PR #6012:
URL: https://github.com/apache/iceberg/pull/6012#discussion_r1085603592
##
spark/v3.3/spark/src/main/java/org/apache/iceberg/spark/procedures/GenerateChangesProcedure.java:
##
@@ -0,0 +1,278 @@
+/*
+ * Licensed to the Apache Software
stevenzwu commented on PR #6614:
URL: https://github.com/apache/iceberg/pull/6614#issuecomment-1402267342
> I think that if a catalog is closed, it's reasonable for tables to stop
operating as well. The catalog manages its shared resources and if it chooses
to share a connection pool with t
RussellSpitzer commented on code in PR #6012:
URL: https://github.com/apache/iceberg/pull/6012#discussion_r1085622525
##
spark/v3.3/spark/src/main/java/org/apache/iceberg/spark/procedures/GenerateChangesProcedure.java:
##
@@ -0,0 +1,278 @@
+/*
+ * Licensed to the Apache Software
RussellSpitzer commented on code in PR #6012:
URL: https://github.com/apache/iceberg/pull/6012#discussion_r1085623802
##
spark/v3.3/spark/src/main/java/org/apache/iceberg/spark/procedures/GenerateChangesProcedure.java:
##
@@ -0,0 +1,278 @@
+/*
+ * Licensed to the Apache Software
aokolnychyi commented on PR #5615:
URL: https://github.com/apache/iceberg/pull/5615#issuecomment-1402298810
I will have to review today.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specif
aokolnychyi commented on PR #6588:
URL: https://github.com/apache/iceberg/pull/6588#issuecomment-1402302189
cc #5373 #5375
--
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.
T
dchristle commented on issue #3703:
URL: https://github.com/apache/iceberg/issues/3703#issuecomment-1402362942
I'm following up to say I got `deleteOrphanFiles` to complete successfully.
After bumping the memory, I was confused why I didn't see any output in the
logs from an occasional `Ret
aajisaka commented on PR #6358:
URL: https://github.com/apache/iceberg/pull/6358#issuecomment-1402389457
Thank you for the reviews @rdblue @jackye1995 @amogh-jahagirdar
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use
aajisaka commented on PR #6623:
URL: https://github.com/apache/iceberg/pull/6623#issuecomment-1402390300
Thanks!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscr
flyrain commented on code in PR #6582:
URL: https://github.com/apache/iceberg/pull/6582#discussion_r1085728930
##
core/src/main/java/org/apache/iceberg/puffin/StandardBlobTypes.java:
##
@@ -26,4 +26,6 @@ private StandardBlobTypes() {}
* href="https://datasketches.apache.org/
Fokko commented on code in PR #6654:
URL: https://github.com/apache/iceberg/pull/6654#discussion_r1085731519
##
python/pyiceberg/io/pyarrow.py:
##
@@ -505,7 +505,9 @@ def project_table(
# Get the schema
with fs.open_input_file(path) as fout:
parque
rdblue commented on code in PR #6562:
URL: https://github.com/apache/iceberg/pull/6562#discussion_r1085735299
##
core/src/main/java/org/apache/iceberg/rest/auth/OAuth2Util.java:
##
@@ -585,22 +547,24 @@ public static AuthSession fromAccessToken(
long startTimeMillis = Sys
201 - 300 of 87963 matches
Mail list logo