szehon-ho commented on code in PR #9661:
URL: https://github.com/apache/iceberg/pull/9661#discussion_r1481028685
##
format/spec.md:
##
@@ -1130,14 +1140,11 @@ Each partition field in the fields list is stored as an
object. See the table fo
|**`hour`**|`JSON string: "hour"`|`"h
ajantha-bhat commented on code in PR #9666:
URL: https://github.com/apache/iceberg/pull/9666#discussion_r1481007795
##
site/docs/releases.md:
##
@@ -77,6 +77,15 @@ Apache Iceberg 1.4.3 was released on December 27, 2023. The
main issue it solves
- Core: Expired Snapshot files i
HonahX opened a new pull request, #388:
URL: https://github.com/apache/iceberg-python/pull/388
Fixes #365
My initial plan was to add the names and defaults of all table properties.
However, upon further consideration, I think it may be better to add properties
as needed.
--
This
nastra merged PR #9623:
URL: https://github.com/apache/iceberg/pull/9623
--
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
nastra commented on PR #9623:
URL: https://github.com/apache/iceberg/pull/9623#issuecomment-1931442034
Thanks for reviewing @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
Fokko commented on PR #9571:
URL: https://github.com/apache/iceberg/pull/9571#issuecomment-1931424443
@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 merged PR #9668:
URL: https://github.com/apache/iceberg/pull/9668
--
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
Fokko commented on issue #376:
URL: https://github.com/apache/iceberg-python/issues/376#issuecomment-1931421594
@jonashaag Ahh, thanks, it already felt like I was missing a piece. We
should accept everything that can coerce into a string. I like to follow the
idea of being liberal in what y
Fokko merged PR #9440:
URL: https://github.com/apache/iceberg/pull/9440
--
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.apach
wgtmac opened a new pull request, #9671:
URL: https://github.com/apache/iceberg/pull/9671
Currently the default DefaultAliyunClientFactory requires users to pass
AccessKey pair to have access to OSS. However, in many cases organizations use
Security Token Service (STS) to generate temporary
jonashaag commented on issue #376:
URL: https://github.com/apache/iceberg-python/issues/376#issuecomment-1931409952
> convert them to a string
The code you are showing converts them *from* a string.
I meant the other end:
```
create_table(..., properties={"write.parque
Fokko commented on issue #376:
URL: https://github.com/apache/iceberg-python/issues/376#issuecomment-1931406963
Yes, that's what we are doing here:
https://github.com/apache/iceberg-python/blob/853a77c5d24280a1048ebcef9a9bfe0cedb642ca/pyiceberg/io/pyarrow.py#L1766-L1773
> It is
Fokko merged PR #386:
URL: https://github.com/apache/iceberg-python/pull/386
--
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.
jonashaag commented on issue #376:
URL: https://github.com/apache/iceberg-python/issues/376#issuecomment-1931400715
Do you think we should automatically convert them to a string if safe? It is
just really awkward to set eg the compression level as a string
--
This is an automated message
Fokko merged PR #385:
URL: https://github.com/apache/iceberg-python/pull/385
--
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.
tomtongue opened a new pull request, #9670:
URL: https://github.com/apache/iceberg/pull/9670
Migrate the following "Write" sub-classes in spark-extensions to JUnit 5 and
AssertJ style along with https://github.com/apache/iceberg/pull/9613, and
https://github.com/apache/iceberg/issues/9086.
scottteal commented on PR #9557:
URL: https://github.com/apache/iceberg/pull/9557#issuecomment-1931358065
@bitsondatadev doesn't look like this PR made it into the docs switch. I
submitted a new PR editing the correct files post-switch #9669
--
This is an automated message from the Apach
scottteal opened a new pull request, #9669:
URL: https://github.com/apache/iceberg/pull/9669
My last pull request wasn't merged before docs were switched, so submitting
this one editing the correct files post-switch
Old PR: #9557
FYI @bitsondatadev
--
This is an automated
nk1506 commented on code in PR #9461:
URL: https://github.com/apache/iceberg/pull/9461#discussion_r1480936905
##
core/src/main/java/org/apache/iceberg/util/MetastoreOperationsUtil.java:
##
@@ -0,0 +1,113 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * o
nk1506 commented on code in PR #9461:
URL: https://github.com/apache/iceberg/pull/9461#discussion_r1480936118
##
core/src/main/java/org/apache/iceberg/BaseMetastoreOperations.java:
##
@@ -0,0 +1,112 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or mor
scottteal closed pull request #9557: Docs: Add/Update Snowflake docs to new
docs site
URL: https://github.com/apache/iceberg/pull/9557
--
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 co
Fokko commented on issue #387:
URL: https://github.com/apache/iceberg-python/issues/387#issuecomment-1931335871
Thanks for reporting this, including an example. It looks like there is an
issue with the local URI's. Let me dig into this right away!
--
This is an automated message from the
Fokko commented on PR #385:
URL: https://github.com/apache/iceberg-python/pull/385#issuecomment-1931307824
@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.
Fokko commented on PR #386:
URL: https://github.com/apache/iceberg-python/pull/386#issuecomment-1931308007
@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.
Fokko merged PR #384:
URL: https://github.com/apache/iceberg-python/pull/384
--
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.
Xuanwo commented on PR #181:
URL: https://github.com/apache/iceberg-rust/pull/181#issuecomment-1931274760
> It would be better not to bump release version on main branch. All
following commits (snapshot version) will carry this release version.
It's okay for the rust ecosystem that we
manuzhang commented on PR #181:
URL: https://github.com/apache/iceberg-rust/pull/181#issuecomment-1931257984
It would be better not to bump release version on main branch. All following
commits (snapshot version) will carry this release version.
--
This is an automated message from the Ap
djouallah opened a new issue, #387:
URL: https://github.com/apache/iceberg-python/issues/387
### Apache Iceberg version
main (development)
### Please describe the bug 🐞
ok, I generated some data using the new release which is a fantastic works ,
but duckdb don't seems to
advancedxy commented on code in PR #9661:
URL: https://github.com/apache/iceberg/pull/9661#discussion_r1480822510
##
format/spec.md:
##
@@ -1130,14 +1140,11 @@ Each partition field in the fields list is stored as an
object. See the table fo
|**`hour`**|`JSON string: "hour"`|`"
advancedxy commented on code in PR #9661:
URL: https://github.com/apache/iceberg/pull/9661#discussion_r1480813301
##
format/spec.md:
##
@@ -1117,7 +1117,17 @@ Partition specs are serialized as a JSON object with the
following fields:
|**`spec-id`**|`JSON int`|`0`|
|**`fields`
HonahX merged PR #9636:
URL: https://github.com/apache/iceberg/pull/9636
--
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
syun64 commented on issue #124:
URL: https://github.com/apache/iceberg-python/issues/124#issuecomment-1931105967
Duplicate of https://github.com/apache/iceberg-python/issues/193
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub
syun64 closed issue #124: support partition spec update in pyiceberg
URL: https://github.com/apache/iceberg-python/issues/124
--
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
syun64 commented on issue #378:
URL: https://github.com/apache/iceberg-python/issues/378#issuecomment-1931096455
> I have a locally patched version that simply maps `large_string` to
`string` but I got problems with batches > 2 GiB. Not sure if that's related.
I'm now forcing batches to be
HonahX merged PR #383:
URL: https://github.com/apache/iceberg-python/pull/383
--
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 #9636:
URL: https://github.com/apache/iceberg/pull/9636#issuecomment-1931083432
@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
HonahX merged PR #9631:
URL: https://github.com/apache/iceberg/pull/9631
--
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
syun64 commented on code in PR #8976:
URL: https://github.com/apache/iceberg/pull/8976#discussion_r1480763887
##
core/src/main/java/org/apache/iceberg/rest/auth/OAuth2Properties.java:
##
@@ -27,6 +27,9 @@ private OAuth2Properties() {}
/** A credential to exchange for a token
flyrain commented on code in PR #8976:
URL: https://github.com/apache/iceberg/pull/8976#discussion_r1480763167
##
core/src/main/java/org/apache/iceberg/rest/auth/OAuth2Properties.java:
##
@@ -27,6 +27,9 @@ private OAuth2Properties() {}
/** A credential to exchange for a token
syun64 commented on code in PR #8976:
URL: https://github.com/apache/iceberg/pull/8976#discussion_r1480757774
##
core/src/main/java/org/apache/iceberg/rest/auth/OAuth2Properties.java:
##
@@ -27,6 +27,9 @@ private OAuth2Properties() {}
/** A credential to exchange for a token
geruh commented on code in PR #9660:
URL: https://github.com/apache/iceberg/pull/9660#discussion_r1480721880
##
open-api/rest-catalog-open-api.yaml:
##
@@ -1070,6 +1127,35 @@ paths:
summary: List all view identifiers underneath a given namespace
description: Return
geruh commented on code in PR #9660:
URL: https://github.com/apache/iceberg/pull/9660#discussion_r1480721494
##
open-api/rest-catalog-open-api.yaml:
##
@@ -448,6 +476,35 @@ paths:
summary: List all table identifiers underneath a given namespace
description: Return
geruh commented on code in PR #9660:
URL: https://github.com/apache/iceberg/pull/9660#discussion_r1480721880
##
open-api/rest-catalog-open-api.yaml:
##
@@ -1070,6 +1127,35 @@ paths:
summary: List all view identifiers underneath a given namespace
description: Return
geruh commented on code in PR #9660:
URL: https://github.com/apache/iceberg/pull/9660#discussion_r1480721494
##
open-api/rest-catalog-open-api.yaml:
##
@@ -448,6 +476,35 @@ paths:
summary: List all table identifiers underneath a given namespace
description: Return
github-actions[bot] commented on issue #572:
URL: https://github.com/apache/iceberg/issues/572#issuecomment-1930994905
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 Git
github-actions[bot] closed issue #570: Make field access by name work for Avro
schema and record apis in Avro generics module
URL: https://github.com/apache/iceberg/issues/570
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and u
github-actions[bot] commented on issue #542:
URL: https://github.com/apache/iceberg/issues/542#issuecomment-1930994820
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 Git
github-actions[bot] commented on issue #570:
URL: https://github.com/apache/iceberg/issues/570#issuecomment-1930994851
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 Git
github-actions[bot] closed issue #541: Iceberg Pig reader should support all
catalogs
URL: https://github.com/apache/iceberg/issues/541
--
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
github-actions[bot] closed issue #500: Support External name mapping in
Iceberg generic single message encoder
URL: https://github.com/apache/iceberg/issues/500
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL abo
github-actions[bot] closed issue #492: Should issue an error/warning message
when no data file to delete
URL: https://github.com/apache/iceberg/issues/492
--
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 g
github-actions[bot] closed issue #490: Respect
commit.manifest.min-count-to-merge while appending manifests
URL: https://github.com/apache/iceberg/issues/490
--
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
github-actions[bot] commented on issue #475:
URL: https://github.com/apache/iceberg/issues/475#issuecomment-1930994543
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 Git
github-actions[bot] closed issue #475: TimestampWriter isn't being used
URL: https://github.com/apache/iceberg/issues/475
--
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 uns
github-actions[bot] commented on issue #463:
URL: https://github.com/apache/iceberg/issues/463#issuecomment-1930994482
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 Git
github-actions[bot] commented on issue #449:
URL: https://github.com/apache/iceberg/issues/449#issuecomment-1930994459
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 Git
github-actions[bot] closed issue #449: PARTITION_DATA_ID_START is hard-coded
URL: https://github.com/apache/iceberg/issues/449
--
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
github-actions[bot] commented on issue #417:
URL: https://github.com/apache/iceberg/issues/417#issuecomment-1930994431
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 Git
github-actions[bot] closed issue #417: Adding support for time-based
partitioning on long column type
URL: https://github.com/apache/iceberg/issues/417
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go t
github-actions[bot] closed issue #572: Make field access by name work for Avro
schema and record apis in Spark module
URL: https://github.com/apache/iceberg/issues/572
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
U
github-actions[bot] commented on issue #571:
URL: https://github.com/apache/iceberg/issues/571#issuecomment-1930994879
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 Git
github-actions[bot] closed issue #571: Make field access by name work for Avro
schema and record apis in Iceberg generics module
URL: https://github.com/apache/iceberg/issues/571
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub an
github-actions[bot] commented on issue #541:
URL: https://github.com/apache/iceberg/issues/541#issuecomment-1930994798
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 Git
github-actions[bot] closed issue #542: Support other data formats in Iceberg
Pig reader
URL: https://github.com/apache/iceberg/issues/542
--
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
github-actions[bot] commented on issue #515:
URL: https://github.com/apache/iceberg/issues/515#issuecomment-1930994738
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 Git
github-actions[bot] closed issue #515: Update ORC version in Iceberg
URL: https://github.com/apache/iceberg/issues/515
--
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 unsubs
github-actions[bot] commented on issue #507:
URL: https://github.com/apache/iceberg/issues/507#issuecomment-1930994703
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 Git
github-actions[bot] commented on issue #500:
URL: https://github.com/apache/iceberg/issues/500#issuecomment-1930994667
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 Git
github-actions[bot] closed issue #507: Remove withPartitionPath from the public
API
URL: https://github.com/apache/iceberg/issues/507
--
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 com
github-actions[bot] commented on issue #492:
URL: https://github.com/apache/iceberg/issues/492#issuecomment-1930994597
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 Git
github-actions[bot] commented on issue #490:
URL: https://github.com/apache/iceberg/issues/490#issuecomment-1930994568
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 Git
github-actions[bot] closed issue #464: add optional stringType column after a
new long type column ,when write data get an exception
URL: https://github.com/apache/iceberg/issues/464
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to Git
github-actions[bot] commented on issue #464:
URL: https://github.com/apache/iceberg/issues/464#issuecomment-1930994512
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 Git
github-actions[bot] closed issue #463: Write a dataFrame to a table while
after add an 'optional longtype' column , then get some dirty data from the
new column
URL: https://github.com/apache/iceberg/issues/463
--
This is an automated message from the Apache Git Service.
To respond to th
dependabot[bot] opened a new pull request, #386:
URL: https://github.com/apache/iceberg-python/pull/386
Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.6.0 to 2.6.1.
Release notes
Sourced from https://github.com/pydantic/pydantic/releases";>pydantic's
releases.
dependabot[bot] opened a new pull request, #385:
URL: https://github.com/apache/iceberg-python/pull/385
Bumps [boto3](https://github.com/boto/boto3) from 1.34.27 to 1.34.34.
Changelog
Sourced from https://github.com/boto/boto3/blob/develop/CHANGELOG.rst";>boto3's
changelog.
dependabot[bot] opened a new pull request, #384:
URL: https://github.com/apache/iceberg-python/pull/384
Bumps [ray](https://github.com/ray-project/ray) from 2.7.2 to 2.9.2.
Release notes
Sourced from https://github.com/ray-project/ray/releases";>ray's releases.
Ray-2.9.2
T
bitsondatadev commented on issue #9643:
URL: https://github.com/apache/iceberg/issues/9643#issuecomment-1930911765
Looks like that's also happening on the main site, thanks for reporting Manu.
--
This is an automated message from the Apache Git Service.
To respond to the message, please lo
amogh-jahagirdar merged PR #9619:
URL: https://github.com/apache/iceberg/pull/9619
--
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
amogh-jahagirdar commented on PR #9619:
URL: https://github.com/apache/iceberg/pull/9619#issuecomment-1930907632
I'll go ahead and merge, thanks @nastra 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 th
szehon-ho commented on code in PR #9661:
URL: https://github.com/apache/iceberg/pull/9661#discussion_r1480608962
##
format/spec.md:
##
@@ -1117,7 +1117,17 @@ Partition specs are serialized as a JSON object with the
following fields:
|**`spec-id`**|`JSON int`|`0`|
|**`fields`*
flyrain commented on code in PR #8976:
URL: https://github.com/apache/iceberg/pull/8976#discussion_r1480395309
##
core/src/main/java/org/apache/iceberg/rest/auth/OAuth2Properties.java:
##
@@ -27,6 +27,9 @@ private OAuth2Properties() {}
/** A credential to exchange for a token
Fokko commented on issue #376:
URL: https://github.com/apache/iceberg-python/issues/376#issuecomment-1930783804
But we convert it to an int when setting the level?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
UR
edgarRd commented on issue #7635:
URL: https://github.com/apache/iceberg/issues/7635#issuecomment-1930771143
Thanks for fixing this issue, @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 abov
jonashaag commented on issue #376:
URL: https://github.com/apache/iceberg-python/issues/376#issuecomment-1930746984
See the example in my post. The pydantic Schema doesn't allow for non
strings currently
--
This is an automated message from the Apache Git Service.
To respond to the messa
djouallah closed issue #375: python dependency nightmare
URL: https://github.com/apache/iceberg-python/issues/375
--
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 unsubscrib
Fokko commented on issue #376:
URL: https://github.com/apache/iceberg-python/issues/376#issuecomment-1930727193
@jonashaag Can you give an example? Table properties are encoded as strings
by default.
--
This is an automated message from the Apache Git Service.
To respond to the message, p
Fokko opened a new pull request, #382:
URL: https://github.com/apache/iceberg-python/pull/382
(no comment)
--
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
jonashaag commented on issue #378:
URL: https://github.com/apache/iceberg-python/issues/378#issuecomment-1930710374
I have a locally patched version that simply maps `large_string` to `string`
but I got problems with batches > 2 GiB. Not sure if that's related. I'm not
forcing batches to be
Fokko commented on issue #378:
URL: https://github.com/apache/iceberg-python/issues/378#issuecomment-1930699161
I think we can support large-string today.
`int16` is a bit more interesting case since it is not natively supported by
Iceberg.
--
This is an automated message from the
Fokko merged PR #9317:
URL: https://github.com/apache/iceberg/pull/9317
--
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.apach
Fokko merged PR #9160:
URL: https://github.com/apache/iceberg/pull/9160
--
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.apach
danielcweeks commented on code in PR #9660:
URL: https://github.com/apache/iceberg/pull/9660#discussion_r1480417942
##
open-api/rest-catalog-open-api.yaml:
##
@@ -448,6 +476,35 @@ paths:
summary: List all table identifiers underneath a given namespace
description:
danielcweeks commented on code in PR #9660:
URL: https://github.com/apache/iceberg/pull/9660#discussion_r1480414300
##
open-api/rest-catalog-open-api.yaml:
##
@@ -212,6 +212,34 @@ paths:
schema:
type: string
example: "accounting%1Ftax"
+
danielcweeks commented on code in PR #9660:
URL: https://github.com/apache/iceberg/pull/9660#discussion_r1480414300
##
open-api/rest-catalog-open-api.yaml:
##
@@ -212,6 +212,34 @@ paths:
schema:
type: string
example: "accounting%1Ftax"
+
Fokko commented on PR #9160:
URL: https://github.com/apache/iceberg/pull/9160#issuecomment-1930577692
@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
dependabot[bot] commented on PR #8786:
URL: https://github.com/apache/iceberg/pull/8786#issuecomment-1930577355
Looks like io.delta:delta-core_2.12 is no longer a dependency, so this is no
longer needed.
--
This is an automated message from the Apache Git Service.
To respond to the messag
dependabot[bot] closed pull request #8786: Build: Bump io.delta:delta-core_2.12
from 2.2.0 to 2.4.0
URL: https://github.com/apache/iceberg/pull/8786
--
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
Fokko commented on PR #8895:
URL: https://github.com/apache/iceberg/pull/8895#issuecomment-1930577240
@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
Fokko commented on PR #8786:
URL: https://github.com/apache/iceberg/pull/8786#issuecomment-1930576952
@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
1 - 100 of 187 matches
Mail list logo