nastra commented on code in PR #9940:
URL: https://github.com/apache/iceberg/pull/9940#discussion_r1665217429
##
open-api/rest-catalog-open-api.yaml:
##
@@ -61,12 +65,26 @@ security:
- OAuth2: [catalog]
- BearerAuth: []
+# Capability tags describe optional functionality
rahil-c commented on code in PR #10276:
URL: https://github.com/apache/iceberg/pull/10276#discussion_r1665217122
##
aws/src/integration/java/org/apache/iceberg/aws/glue/TestGlueCatalogTable.java:
##
@@ -221,6 +221,69 @@ public void testUpdateTable() {
assertThat(response.ta
nastra commented on code in PR #9940:
URL: https://github.com/apache/iceberg/pull/9940#discussion_r1665211346
##
open-api/rest-catalog-open-api.yaml:
##
@@ -28,6 +28,10 @@ info:
description:
Defines the specification for the first version of the REST Catalog API.
Im
nastra merged PR #10625:
URL: https://github.com/apache/iceberg/pull/10625
--
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
mgmarino commented on PR #9420:
URL: https://github.com/apache/iceberg/pull/9420#issuecomment-2208193970
@Raphael-Vignes this seems like a good solution to the quoted issues.
Anything keeping you from opening this for review?
One point: I expect that the maintainers will want to keep
nastra merged PR #10345:
URL: https://github.com/apache/iceberg/pull/10345
--
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
ajantha-bhat commented on code in PR #10288:
URL: https://github.com/apache/iceberg/pull/10288#discussion_r1665179103
##
api/src/main/java/org/apache/iceberg/actions/ActionsProvider.java:
##
@@ -70,4 +70,10 @@ default RewritePositionDeleteFiles
rewritePositionDeletes(Table tabl
HonahX merged PR #868:
URL: https://github.com/apache/iceberg-python/pull/868
--
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
HonahX merged PR #865:
URL: https://github.com/apache/iceberg-python/pull/865
--
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
nastra commented on code in PR #10314:
URL: https://github.com/apache/iceberg/pull/10314#discussion_r1665172068
##
core/src/main/java/org/apache/iceberg/rest/auth/OAuth2Util.java:
##
@@ -738,13 +738,21 @@ private static AuthSession fromTokenResponse(
long startTimeMilli
HonahX merged PR #873:
URL: https://github.com/apache/iceberg-python/pull/873
--
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
mgmarino commented on issue #10626:
URL: https://github.com/apache/iceberg/issues/10626#issuecomment-2208166944
@lurnagao-dahua thanks for linking that, I did not find it when searching. I
see a few things possibly different here (though of course the underlying cause
could be the same):
liurenjie1024 commented on code in PR #233:
URL: https://github.com/apache/iceberg-rust/pull/233#discussion_r1665146620
##
crates/iceberg/Cargo.toml:
##
@@ -82,3 +86,4 @@ iceberg_test_utils = { path = "../test_utils", features =
["tests"] }
pretty_assertions = { workspace = tr
HonahX commented on code in PR #758:
URL: https://github.com/apache/iceberg-python/pull/758#discussion_r1665133966
##
pyiceberg/table/__init__.py:
##
@@ -1975,6 +1948,52 @@ def _commit(self) -> UpdatesAndRequirements:
"""Apply the pending changes and commit."""
HonahX merged PR #874:
URL: https://github.com/apache/iceberg-python/pull/874
--
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
HonahX commented on issue #511:
URL: https://github.com/apache/iceberg-python/issues/511#issuecomment-2208120231
The last metadata table has been merged. Thanks everyone for all the great
work and contributions. I think this issue can be closed
--
This is an automated message from the Apa
HonahX closed issue #511: Add metadata tables
URL: https://github.com/apache/iceberg-python/issues/511
--
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: i
HonahX merged PR #614:
URL: https://github.com/apache/iceberg-python/pull/614
--
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
HonahX commented on PR #614:
URL: https://github.com/apache/iceberg-python/pull/614#issuecomment-2208118906
LGTM too. @Gowthami03B Thanks for working on this! Thanks everyone for
reviewing. Let's get this last metadata table in!
--
This is an automated message from the Apache Git Service.
liurenjie1024 commented on code in PR #431:
URL: https://github.com/apache/iceberg-rust/pull/431#discussion_r1665116676
##
crates/catalog/rest/Cargo.toml:
##
@@ -32,13 +32,15 @@ keywords = ["iceberg", "rest", "catalog"]
# async-trait = { workspace = true }
async-trait = { work
liurenjie1024 closed issue #430: idea(catalog/rest): Separate static and
dynamic props
URL: https://github.com/apache/iceberg-rust/issues/430
--
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
liurenjie1024 merged PR #431:
URL: https://github.com/apache/iceberg-rust/pull/431
--
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...@ic
HonahX merged PR #879:
URL: https://github.com/apache/iceberg-python/pull/879
--
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
HonahX commented on code in PR #848:
URL: https://github.com/apache/iceberg-python/pull/848#discussion_r1665113108
##
pyiceberg/io/pyarrow.py:
##
@@ -918,11 +919,24 @@ def primitive(self, primitive: pa.DataType) ->
PrimitiveType:
return TimeType()
elif pa.
pvary commented on code in PR #10565:
URL: https://github.com/apache/iceberg/pull/10565#discussion_r1665110520
##
flink/v1.17/flink/src/main/java/org/apache/iceberg/flink/data/RowDataUtil.java:
##
@@ -79,7 +79,11 @@ public static Object convertConstant(Type type, Object
value)
pvary commented on code in PR #10565:
URL: https://github.com/apache/iceberg/pull/10565#discussion_r1665112819
##
flink/v1.17/flink/src/main/java/org/apache/iceberg/flink/data/RowDataUtil.java:
##
@@ -78,6 +78,37 @@ public static Object convertConstant(Type type, Object
value)
rahil-c commented on PR #7914:
URL: https://github.com/apache/iceberg/pull/7914#issuecomment-2208107487
Hi all sorry for the delay on this issue, been engaged in many internal
things at work so did not get time to revisit this.
Originally when I encountered this issue it was a very s
Xuanwo commented on code in PR #431:
URL: https://github.com/apache/iceberg-rust/pull/431#discussion_r1665089134
##
crates/catalog/rest/src/client.rs:
##
@@ -15,25 +15,165 @@
// specific language governing permissions and limitations
// under the License.
+use crate::types::
fengjiajie commented on PR #10565:
URL: https://github.com/apache/iceberg/pull/10565#issuecomment-2208086135
> Thanks for the detailed explanation and the PR @fengjiajie!
>
> Left a few small comments.
>
> As a general rule we create a PR for a single version. Usually the latest
fengjiajie commented on code in PR #10565:
URL: https://github.com/apache/iceberg/pull/10565#discussion_r1665086491
##
flink/v1.17/flink/src/main/java/org/apache/iceberg/flink/data/RowDataUtil.java:
##
@@ -79,7 +79,11 @@ public static Object convertConstant(Type type, Object
va
Xuanwo commented on code in PR #431:
URL: https://github.com/apache/iceberg-rust/pull/431#discussion_r1665084442
##
crates/catalog/rest/Cargo.toml:
##
@@ -32,13 +32,15 @@ keywords = ["iceberg", "rest", "catalog"]
# async-trait = { workspace = true }
async-trait = { workspace =
Xuanwo commented on code in PR #431:
URL: https://github.com/apache/iceberg-rust/pull/431#discussion_r1665083249
##
crates/catalog/rest/src/client.rs:
##
@@ -15,25 +15,165 @@
// specific language governing permissions and limitations
// under the License.
+use crate::types::
Xuanwo commented on code in PR #431:
URL: https://github.com/apache/iceberg-rust/pull/431#discussion_r1665083079
##
crates/catalog/rest/src/client.rs:
##
@@ -15,25 +15,165 @@
// specific language governing permissions and limitations
// under the License.
+use crate::types::
epgif commented on PR #9008:
URL: https://github.com/apache/iceberg/pull/9008#issuecomment-2208073422
Thanks @amogh-jahagirdar! I believe I've addressed all the comments.
Please note that @jacobmarble and I are both in the US and will be out of
the office Thursday and Friday.
W
epgif commented on code in PR #9008:
URL: https://github.com/apache/iceberg/pull/9008#discussion_r1665079938
##
api/src/main/java/org/apache/iceberg/expressions/ExpressionUtil.java:
##
@@ -594,6 +605,12 @@ private static String sanitizeString(CharSequence value,
long now, int t
epgif commented on code in PR #9008:
URL: https://github.com/apache/iceberg/pull/9008#discussion_r1665079821
##
api/src/main/java/org/apache/iceberg/transforms/Timestamps.java:
##
@@ -31,54 +33,160 @@
import org.apache.iceberg.util.DateTimeUtil;
import org.apache.iceberg.util.
epgif commented on code in PR #9008:
URL: https://github.com/apache/iceberg/pull/9008#discussion_r1665080227
##
api/src/test/java/org/apache/iceberg/TestPartitionPaths.java:
##
@@ -54,6 +54,25 @@ public void testPartitionPath() {
.isEqualTo("ts_hour=2017-12-01-10/id_buc
epgif commented on code in PR #9008:
URL: https://github.com/apache/iceberg/pull/9008#discussion_r1665080053
##
api/src/main/java/org/apache/iceberg/types/Types.java:
##
@@ -259,6 +261,60 @@ public int hashCode() {
}
}
+ public static class TimestampNanoType extends P
liurenjie1024 commented on issue #430:
URL: https://github.com/apache/iceberg-rust/issues/430#issuecomment-2207930775
> BTW should we use a strong-typed Config/Props instead of a Hashmap? Do we
have discussions before?
It seems that there is no clear definition of all props.
--
Thi
liurenjie1024 commented on code in PR #431:
URL: https://github.com/apache/iceberg-rust/pull/431#discussion_r1664977067
##
crates/catalog/rest/Cargo.toml:
##
@@ -32,13 +32,15 @@ keywords = ["iceberg", "rest", "catalog"]
# async-trait = { workspace = true }
async-trait = { work
BsoBird commented on PR #10623:
URL: https://github.com/apache/iceberg/pull/10623#issuecomment-2207862734
@nastra @Fokko @RussellSpitzer @rdblue @pvary hello. If someone could help
me review this PR, that would be great. Tks.
--
This is an automated message from the Apache Git Service.
lurnagao-dahua commented on issue #10626:
URL: https://github.com/apache/iceberg/issues/10626#issuecomment-2207685799
Hi, same issues in [10234](https://github.com/apache/iceberg/issues/10234)
--
This is an automated message from the Apache Git Service.
To respond to the message, please lo
dramaticlly commented on issue #10626:
URL: https://github.com/apache/iceberg/issues/10626#issuecomment-2207648800
Based on the stacktrace, looks like partitions table need to evaluate all
historical partition specs to build the partition column
per #7551 , but since the column is alread
github-actions[bot] commented on issue #2788:
URL: https://github.com/apache/iceberg/issues/2788#issuecomment-2207610565
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.
github-actions[bot] commented on issue #2784:
URL: https://github.com/apache/iceberg/issues/2784#issuecomment-2207610460
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.
github-actions[bot] closed issue #2774: Avro inferred mapping issues with
nested struct
URL: https://github.com/apache/iceberg/issues/2774
--
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
github-actions[bot] commented on issue #2774:
URL: https://github.com/apache/iceberg/issues/2774#issuecomment-2207610352
This issue has been closed because it has not received any activity in the
last 14 days since being marked as 'stale'
--
This is an automated message from the Apache Gi
github-actions[bot] commented on issue #2481:
URL: https://github.com/apache/iceberg/issues/2481#issuecomment-2207609767
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.
amogh-jahagirdar merged PR #10580:
URL: https://github.com/apache/iceberg/pull/10580
--
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...@
amogh-jahagirdar commented on code in PR #10580:
URL: https://github.com/apache/iceberg/pull/10580#discussion_r1664908939
##
flink/v1.19/flink/src/main/java/org/apache/iceberg/flink/data/FlinkParquetReaders.java:
##
@@ -422,7 +422,7 @@ public TimestampData read(TimestampData ign
amogh-jahagirdar commented on code in PR #10621:
URL: https://github.com/apache/iceberg/pull/10621#discussion_r1664893504
##
core/src/main/java/org/apache/iceberg/rest/auth/AuthSession.java:
##
@@ -0,0 +1,28 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+
cccs-eric commented on code in PR #886:
URL: https://github.com/apache/iceberg-python/pull/886#discussion_r1664857704
##
mkdocs/docs/configuration.md:
##
@@ -222,6 +222,12 @@ catalog:
uri: sqlite:tmp/pyiceberg.db
```
+| Key | Example
schobe commented on PR #7914:
URL: https://github.com/apache/iceberg/pull/7914#issuecomment-2207301578
Hi , I am also facing the same issue while running orphan file clean up via
Nessie REST. Auto-compaction and snapshot expiry works, but orphan file clean
up procecure gives the same error.
Fokko commented on code in PR #886:
URL: https://github.com/apache/iceberg-python/pull/886#discussion_r1664804723
##
mkdocs/docs/configuration.md:
##
@@ -222,6 +222,12 @@ catalog:
uri: sqlite:tmp/pyiceberg.db
```
+| Key | Example
mgmarino opened a new issue, #10626:
URL: https://github.com/apache/iceberg/issues/10626
### Apache Iceberg version
1.5.2 (latest release)
### Query engine
Spark
### Please describe the bug 🐞
We have an iceberg table where we have changed the partitioning, g
pvary commented on PR #10548:
URL: https://github.com/apache/iceberg/pull/10548#issuecomment-2207052299
@venkata91: How can we be sure that the tests are exercising the speculative
execution code path?
Does any of the tests reads some splits multiple times, and use the result
of the
syun64 commented on PR #890:
URL: https://github.com/apache/iceberg-python/pull/890#issuecomment-2207040653
This is almost ready - I'm going to introduce the flag to all read API as
well, so that users can control which schema they are using to read their
pyarrow tables, as they may be usin
pvary commented on PR #10565:
URL: https://github.com/apache/iceberg/pull/10565#issuecomment-2207028521
Thanks for the detailed explanation and the PR @fengjiajie!
Left a few small comments.
As a general rule we create a PR for a single version. Usually the latest.
So if there
pvary commented on code in PR #10565:
URL: https://github.com/apache/iceberg/pull/10565#discussion_r1664641504
##
flink/v1.17/flink/src/test/java/org/apache/iceberg/flink/TestHelpers.java:
##
@@ -87,7 +87,11 @@ public static RowData copyRowData(RowData from, RowType
rowType) {
pvary commented on code in PR #10565:
URL: https://github.com/apache/iceberg/pull/10565#discussion_r1664640913
##
flink/v1.17/flink/src/main/java/org/apache/iceberg/flink/source/reader/RowDataRecordFactory.java:
##
@@ -40,6 +42,14 @@ static TypeSerializer[] createFieldSerializer
pvary commented on code in PR #10565:
URL: https://github.com/apache/iceberg/pull/10565#discussion_r1664639363
##
flink/v1.17/flink/src/main/java/org/apache/iceberg/flink/data/RowDataUtil.java:
##
@@ -79,7 +79,11 @@ public static Object convertConstant(Type type, Object
value)
Fokko commented on PR #879:
URL: https://github.com/apache/iceberg-python/pull/879#issuecomment-2207011586
@kevinjqliu That's an excellent suggestion, just added it 👍
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use th
Fokko merged PR #888:
URL: https://github.com/apache/iceberg-python/pull/888
--
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.
pvary commented on PR #10460:
URL: https://github.com/apache/iceberg/pull/10460#issuecomment-2206994528
> @pvary can we disable CBO in Iceberg Hive test? otherwise, we can not
upgrade Hive 2.3.10.
Disabling the test would just hide the issue that Hive 2.3.10 is not
supported with CBO
dramaticlly commented on code in PR #10547:
URL: https://github.com/apache/iceberg/pull/10547#discussion_r1664606896
##
spark/v3.5/spark/src/main/java/org/apache/iceberg/spark/source/SparkScanBuilder.java:
##
@@ -366,15 +371,56 @@ public void pruneColumns(StructType requestedSch
fqaiser94 commented on code in PR #10351:
URL: https://github.com/apache/iceberg/pull/10351#discussion_r1664602970
##
kafka-connect/kafka-connect/src/main/java/org/apache/iceberg/connect/channel/Coordinator.java:
##
@@ -0,0 +1,294 @@
+/*
+ * Licensed to the Apache Software Found
fqaiser94 commented on PR #9860:
URL: https://github.com/apache/iceberg/pull/9860#issuecomment-2206964353
Simplified the PR to just multi-partition-append use case.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
snazy commented on PR #10625:
URL: https://github.com/apache/iceberg/pull/10625#issuecomment-2206956499
/cc @nastra
--
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 unsu
szehon-ho commented on code in PR #10547:
URL: https://github.com/apache/iceberg/pull/10547#discussion_r1664595395
##
spark/v3.5/spark/src/main/java/org/apache/iceberg/spark/source/SparkScanBuilder.java:
##
@@ -366,15 +371,56 @@ public void pruneColumns(StructType requestedSchem
szehon-ho commented on code in PR #10547:
URL: https://github.com/apache/iceberg/pull/10547#discussion_r1664595395
##
spark/v3.5/spark/src/main/java/org/apache/iceberg/spark/source/SparkScanBuilder.java:
##
@@ -366,15 +371,56 @@ public void pruneColumns(StructType requestedSchem
amogh-jahagirdar commented on PR #10622:
URL: https://github.com/apache/iceberg/pull/10622#issuecomment-2206939528
Updated the description to link #10497, this is great to see @huaxingao
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on
kevinjqliu commented on code in PR #886:
URL: https://github.com/apache/iceberg-python/pull/886#discussion_r1664577534
##
tests/catalog/test_sql.py:
##
@@ -168,6 +168,39 @@ def test_creation_with_unsupported_uri(catalog_name: str)
-> None:
SqlCatalog(catalog_name, uri=
adutra commented on code in PR #10621:
URL: https://github.com/apache/iceberg/pull/10621#discussion_r1664568478
##
core/src/main/java/org/apache/iceberg/rest/auth/OAuth2Manager.java:
##
@@ -0,0 +1,241 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or m
danielcweeks commented on PR #10314:
URL: https://github.com/apache/iceberg/pull/10314#issuecomment-2206897363
@adutra
> An RFC cannot modify another one's structs without officially superseding
it.
> . . . RFC 8693 as a general rewrite of RFC 6749 section 5.1
I'm not sugg
cccs-eric commented on code in PR #886:
URL: https://github.com/apache/iceberg-python/pull/886#discussion_r1664555741
##
tests/catalog/test_sql.py:
##
@@ -168,6 +168,39 @@ def test_creation_with_unsupported_uri(catalog_name: str)
-> None:
SqlCatalog(catalog_name, uri="
adutra commented on PR #10621:
URL: https://github.com/apache/iceberg/pull/10621#issuecomment-2206891162
> Yes that's the thing I am planning to prototype today. My position is
that, if it fits then it fits, if it does not let's not try to fit it.
I explored a bit deeper today, includ
karuppayya commented on code in PR #10288:
URL: https://github.com/apache/iceberg/pull/10288#discussion_r1664540073
##
spark/v3.5/build.gradle:
##
@@ -59,6 +59,7 @@
project(":iceberg-spark:iceberg-spark-${sparkMajorVersion}_${scalaVersion}") {
implementation project(':iceb
dramaticlly commented on code in PR #10575:
URL: https://github.com/apache/iceberg/pull/10575#discussion_r1664551015
##
docs/docs/configuration.md:
##
@@ -67,7 +67,7 @@ Iceberg tables support table properties to configure table
behavior, like the de
| write.metadata.metrics.co
zeroshade commented on PR #108:
URL: https://github.com/apache/iceberg-go/pull/108#issuecomment-2206884654
CC @Fokko @nastra @wolfeidau
--
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
cccs-eric commented on code in PR #886:
URL: https://github.com/apache/iceberg-python/pull/886#discussion_r1664545780
##
pyiceberg/catalog/sql.py:
##
@@ -110,8 +114,12 @@ def __init__(self, name: str, **properties: str):
if not (uri_prop := self.properties.get("uri"))
kevinjqliu commented on code in PR #886:
URL: https://github.com/apache/iceberg-python/pull/886#discussion_r1664532945
##
pyiceberg/catalog/sql.py:
##
@@ -110,8 +114,12 @@ def __init__(self, name: str, **properties: str):
if not (uri_prop := self.properties.get("uri")
amogh-jahagirdar commented on code in PR #9008:
URL: https://github.com/apache/iceberg/pull/9008#discussion_r1664436827
##
api/src/main/java/org/apache/iceberg/transforms/Timestamps.java:
##
@@ -31,54 +33,160 @@
import org.apache.iceberg.util.DateTimeUtil;
import org.apache.ic
adutra commented on PR #10314:
URL: https://github.com/apache/iceberg/pull/10314#issuecomment-2206868094
> I believe that the intent includes that a client credential exchange could
return any of the enumerated token types defined in [section
3](https://www.rfc-editor.org/rfc/rfc8693.html#n
cccs-eric commented on code in PR #886:
URL: https://github.com/apache/iceberg-python/pull/886#discussion_r1664515537
##
pyiceberg/catalog/sql.py:
##
@@ -110,8 +114,14 @@ def __init__(self, name: str, **properties: str):
if not (uri_prop := self.properties.get("uri"))
kevinjqliu commented on code in PR #886:
URL: https://github.com/apache/iceberg-python/pull/886#discussion_r1664510351
##
pyiceberg/catalog/sql.py:
##
@@ -110,8 +114,14 @@ def __init__(self, name: str, **properties: str):
if not (uri_prop := self.properties.get("uri")
snazy commented on PR #10314:
URL: https://github.com/apache/iceberg/pull/10314#issuecomment-2206790685
[@nastra requested to
revert](https://github.com/apache/iceberg/pull/10314#discussion_r1601220154)
@adutra 's fix for the client-credentials flow, only RFC 6749 applies here.
This part o
danielcweeks commented on PR #10314:
URL: https://github.com/apache/iceberg/pull/10314#issuecomment-2206759806
I think the application of extensions referenced in RFC 8693 are a little
ambiguous due to the following:
`RFC 6749` section 4.1 references the response described in [section
jackye1995 commented on code in PR #9940:
URL: https://github.com/apache/iceberg/pull/9940#discussion_r1664441868
##
open-api/rest-catalog-open-api.yaml:
##
@@ -191,7 +220,8 @@ paths:
get:
tags:
-- Catalog API
+- tables
+- views
Review Comm
jackye1995 commented on code in PR #9940:
URL: https://github.com/apache/iceberg/pull/9940#discussion_r1664416515
##
open-api/rest-catalog-open-api.yaml:
##
@@ -28,6 +28,10 @@ info:
description:
Defines the specification for the first version of the REST Catalog API.
jackye1995 commented on code in PR #9940:
URL: https://github.com/apache/iceberg/pull/9940#discussion_r1664421615
##
open-api/rest-catalog-open-api.yaml:
##
@@ -191,7 +220,8 @@ paths:
get:
tags:
-- Catalog API
+- tables
+- views
Review Comm
jackye1995 commented on code in PR #9940:
URL: https://github.com/apache/iceberg/pull/9940#discussion_r1664416515
##
open-api/rest-catalog-open-api.yaml:
##
@@ -28,6 +28,10 @@ info:
description:
Defines the specification for the first version of the REST Catalog API.
jackye1995 commented on code in PR #9940:
URL: https://github.com/apache/iceberg/pull/9940#discussion_r1664416515
##
open-api/rest-catalog-open-api.yaml:
##
@@ -28,6 +28,10 @@ info:
description:
Defines the specification for the first version of the REST Catalog API.
flyrain commented on PR #10621:
URL: https://github.com/apache/iceberg/pull/10621#issuecomment-2206504324
Thanks @jackye1995 for pinging me. Will take a look today.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
U
nastra commented on PR #9008:
URL: https://github.com/apache/iceberg/pull/9008#issuecomment-2206491863
Hey @jacobmarble thanks for being patient here. There's no particular
concern but I've been busy with other things and it was difficult to find a big
block of time to re-review this PR. I'
jackye1995 commented on PR #10621:
URL: https://github.com/apache/iceberg/pull/10621#issuecomment-2206480833
> How are you going to migrate RESTSigV4Signer?
Yes that's the thing I am planning to prototype today. My position is that,
if it fits then it fits, if it does not let's not tr
psilos commented on issue #3558:
URL: https://github.com/apache/iceberg/issues/3558#issuecomment-2206288118
hi @huaxingao I was probably referring to the later one, adding it on the
iceberg extended syntax.
--
This is an automated message from the Apache Git Service.
To respond to the me
fqaiser94 commented on code in PR #10351:
URL: https://github.com/apache/iceberg/pull/10351#discussion_r1663397086
##
kafka-connect/kafka-connect/src/main/java/org/apache/iceberg/connect/channel/Worker.java:
##
@@ -0,0 +1,127 @@
+/*
+ * Licensed to the Apache Software Foundation
fqaiser94 commented on code in PR #10351:
URL: https://github.com/apache/iceberg/pull/10351#discussion_r1664211281
##
kafka-connect/kafka-connect/src/main/java/org/apache/iceberg/connect/IcebergSinkTask.java:
##
@@ -0,0 +1,103 @@
+/*
+ * Licensed to the Apache Software Foundatio
Fokko merged PR #889:
URL: https://github.com/apache/iceberg-python/pull/889
--
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.
Fokko commented on PR #10565:
URL: https://github.com/apache/iceberg/pull/10565#issuecomment-2206068288
@fengjiajie Rerunning the failed tests 👍
--
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
1 - 100 of 133 matches
Mail list logo