jbonofre commented on PR #8486:
URL: https://github.com/apache/iceberg/pull/8486#issuecomment-2016404545
Now upgrading to Gradle 8.7 and proposing alternative approach to revapi
plugin.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on t
SML0127 commented on issue #10019:
URL: https://github.com/apache/iceberg/issues/10019#issuecomment-2016405173
Thank you @pvary !
I found the cause!
While setting up HMSClient, I found that the hive-metastore lib version in
Flink project is the latest version (v3.x).
It works fi
Fokko merged PR #9965:
URL: https://github.com/apache/iceberg/pull/9965
--
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 commented on PR #9965:
URL: https://github.com/apache/iceberg/pull/9965#issuecomment-2016443994
Thanks for the review @nastra and @manuzhang
--
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
pmcgleenon commented on issue #216:
URL: https://github.com/apache/iceberg-rust/issues/216#issuecomment-2016470531

--
This is an automated message from the Apache Git Service.
To respo
Fokko commented on issue #541:
URL: https://github.com/apache/iceberg-python/issues/541#issuecomment-2016497750
@dev-goyal Thanks for raising this. It looks like that's a timestamp with
nanosecond precision. Support for nanosecond timestamps is currently being
added in the latest specificat
puchengy commented on issue #10030:
URL: https://github.com/apache/iceberg/issues/10030#issuecomment-2016507348
But it does not avoid the map getting too large and fail the application
right?
On Fri, Mar 22, 2024 at 11:49 PM pvary ***@***.***> wrote:
> You would like to compa
rahil-c commented on code in PR #9782:
URL: https://github.com/apache/iceberg/pull/9782#discussion_r1536645727
##
core/src/main/java/org/apache/iceberg/rest/responses/ListTablesResponse.java:
##
@@ -30,13 +30,15 @@
public class ListTablesResponse implements RESTResponse {
Revi
rahil-c commented on code in PR #9782:
URL: https://github.com/apache/iceberg/pull/9782#discussion_r1536646978
##
core/src/main/java/org/apache/iceberg/rest/responses/ListNamespacesResponse.java:
##
@@ -59,6 +68,7 @@ public static Builder builder() {
public static class Bui
wanghualei commented on issue #9990:
URL: https://github.com/apache/iceberg/issues/9990#issuecomment-2016525287
I meet this problem also. when user "drop table purge", it delete files in
data and meta directory,but ,the table driectory still exits, in normal sence ,
the directory should b
cccs-jc commented on issue #10029:
URL: https://github.com/apache/iceberg/issues/10029#issuecomment-2016525638
@huaxingao You are absolutely correct; the issue arises also when combining
the `statsFilter` with the `dictFilter`. It's essentially the same underlying
problem.
The crux o
dev-goyal commented on issue #541:
URL: https://github.com/apache/iceberg-python/issues/541#issuecomment-2016573605
Thanks @Fokko, makes sense! I was able to simply reduce precision on my end
so it's not a big deal, but I figured it couldn't hurt to raise this.
I wrote these data usin
huaxingao commented on issue #10029:
URL: https://github.com/apache/iceberg/issues/10029#issuecomment-2016577139
@cccs-jc Thanks for your proposal!
For filter `col1=1 || col2=1`, the current implementation is:
```
shouldRead = statsFilter(col1=1 || col2=1) && dictFilter(col1=1 ||
marvinlanhenke opened a new pull request, #294:
URL: https://github.com/apache/iceberg-rust/pull/294
### Which issue does this PR close?
Partly #249 (Task 1/3)
### Rationale for this change
Add support for Glue catalog, to reach feature parity with other
implementations.
marvinlanhenke commented on PR #294:
URL: https://github.com/apache/iceberg-rust/pull/294#issuecomment-2016585197
@liurenjie1024
PTAL
--
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 speci
bigluck opened a new issue, #542:
URL: https://github.com/apache/iceberg-python/issues/542
### Apache Iceberg version
0.6.0 (latest release)
### Please describe the bug 🐞
I'm facing a race condition when doing `table.scan` on my code. For some
strange reason, the code ex
sdd commented on PR #241:
URL: https://github.com/apache/iceberg-rust/pull/241#issuecomment-2016630719
@liurenjie1024 are you able to take a look at this again please when you
have time? I've resolved the outstanding issues with binding and added
accessors to address the missing functionali
github-actions[bot] commented on issue #1938:
URL: https://github.com/apache/iceberg/issues/1938#issuecomment-2016639937
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] closed issue #1938: Absolute address can be optimized to
relative address in file(*.metadata.json.)?
URL: https://github.com/apache/iceberg/issues/1938
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use t
github-actions[bot] commented on issue #1941:
URL: https://github.com/apache/iceberg/issues/1941#issuecomment-2016639948
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] closed issue #1941: Support for role based access of
HadoopCatalog table listing
URL: https://github.com/apache/iceberg/issues/1941
--
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] commented on issue #2233:
URL: https://github.com/apache/iceberg/issues/2233#issuecomment-2016640045
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 #2235:
URL: https://github.com/apache/iceberg/issues/2235#issuecomment-2016640050
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.
javrasya commented on PR #9464:
URL: https://github.com/apache/iceberg/pull/9464#issuecomment-2016643451
Hi @pvary, Good idea. Let me have a look at it and update this PR
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use
dependabot[bot] opened a new pull request, #10031:
URL: https://github.com/apache/iceberg/pull/10031
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from
9.5.14 to 9.5.15.
Release notes
Sourced from https://github.com/squidfunk/mkdocs-material/releases";>mkdoc
viirya opened a new pull request, #295:
URL: https://github.com/apache/iceberg-rust/pull/295
close #265
--
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,
dependabot[bot] opened a new pull request, #10032:
URL: https://github.com/apache/iceberg/pull/10032
Bumps [io.netty:netty-buffer](https://github.com/netty/netty) from
4.1.107.Final to 4.1.108.Final.
Commits
https://github.com/netty/netty/commit/3a3f9d13b129555802de5652667ca0af
dependabot[bot] opened a new pull request, #10033:
URL: https://github.com/apache/iceberg/pull/10033
Bumps `orc` from 1.9.2 to 1.9.3.
Updates `org.apache.orc:orc-core` from 1.9.2 to 1.9.3
Updates `org.apache.orc:orc-tools` from 1.9.2 to 1.9.3
Dependabot will resolve any c
dependabot[bot] opened a new pull request, #10035:
URL: https://github.com/apache/iceberg/pull/10035
Bumps software.amazon.awssdk:bom from 2.24.5 to 2.25.16.
[ -> None:
assert "[Errno 2] Failed to open
amogh-jahagirdar commented on code in PR #543:
URL: https://github.com/apache/iceberg-python/pull/543#discussion_r1536736087
##
tests/io/test_pyarrow.py:
##
@@ -256,6 +257,14 @@ def test_raise_on_opening_a_local_file_not_found() -> None:
assert "[Errno 2] Failed to open
Fokko merged PR #10031:
URL: https://github.com/apache/iceberg/pull/10031
--
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
pvary closed issue #10019: flink to iceberg commit fail (Datastream API,
hiveCatalog)
URL: https://github.com/apache/iceberg/issues/10019
--
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
pvary commented on issue #10019:
URL: https://github.com/apache/iceberg/issues/10019#issuecomment-2016702532
@SML0127: Good to hear that your issue has been resolved!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
pvary commented on issue #10030:
URL: https://github.com/apache/iceberg/issues/10030#issuecomment-2016703799
Oh... sry, this is the writer side. My suggestion helps on reader side only.
On writer side you can increase your checkpointing period, migrate to a
smaller primary key (introd
38 matches
Mail list logo