gaborkaszab commented on code in PR #6404:
URL: https://github.com/apache/iceberg/pull/6404#discussion_r1046773176
##
core/src/main/java/org/apache/iceberg/rest/RESTSessionCatalog.java:
##
@@ -304,7 +306,9 @@ public Table loadTable(SessionContext context,
TableIdentifier identi
nastra commented on code in PR #6074:
URL: https://github.com/apache/iceberg/pull/6074#discussion_r1046829891
##
.palantir/revapi.yml:
##
@@ -273,6 +273,15 @@ acceptedBreaks:
- code: "java.method.addedToInterface"
new: "method java.util.List
org.apache.iceberg.Table
gaborkaszab commented on code in PR #6074:
URL: https://github.com/apache/iceberg/pull/6074#discussion_r1046906474
##
.palantir/revapi.yml:
##
@@ -273,6 +273,15 @@ acceptedBreaks:
- code: "java.method.addedToInterface"
new: "method java.util.List
org.apache.iceberg.
jiron12 opened a new issue, #6418:
URL: https://github.com/apache/iceberg/issues/6418
### Feature Request / Improvement
Is full transaction support anywhere on the roadmap? What I tried (SQL):
`
START TRANSACTION;
insert into my_trino_schema.my_table
select 43, 'hel
nastra commented on issue #6418:
URL: https://github.com/apache/iceberg/issues/6418#issuecomment-1348173560
@jiron12 given that the Trino Iceberg connector is developed outside of the
Iceberg project, you might want to rather move this issue to
https://github.com/trinodb/trino/issues
--
gaborkaszab commented on PR #6074:
URL: https://github.com/apache/iceberg/pull/6074#issuecomment-1348180097
> This looks good to me other than a couple of small things to fix:
>
> * revapi suppressions are reordered, which is going to introduce churn
> * It isn't clear why this woul
chenjunjiedada commented on code in PR #6407:
URL: https://github.com/apache/iceberg/pull/6407#discussion_r1047057758
##
flink/v1.16/flink/src/main/java/org/apache/iceberg/flink/source/IcebergSource.java:
##
@@ -357,13 +358,10 @@ public IcebergSource build() {
if (readerF
jiamin13579 opened a new pull request, #6419:
URL: https://github.com/apache/iceberg/pull/6419
Example of correcting the document add/drop partition truncate
--
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
ajantha-bhat commented on PR #6090:
URL: https://github.com/apache/iceberg/pull/6090#issuecomment-1348577920
@rdblue, @findepi, @amogh-jahagirdar: Handled the comments. Please take a
look at it again.
Also, #6267 is ready.
--
This is an automated message from the Apache Git Servic
Fokko merged PR #6413:
URL: https://github.com/apache/iceberg/pull/6413
--
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 #6413:
URL: https://github.com/apache/iceberg/pull/6413#issuecomment-1348611301
Thanks @rubenvdg for working on this, much appreciated 🙌🏻
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL a
JanKaul opened a new issue, #6420:
URL: https://github.com/apache/iceberg/issues/6420
### Feature Request / Improvement
# Iceberg Materialized View Spec
## Background and Motivation
A materialized view precomputes results of a query to be used as a logical
table. When
JanKaul commented on issue #6420:
URL: https://github.com/apache/iceberg/issues/6420#issuecomment-1348693373
The draft has to be seen as an initial starting point. obviously the design
is open for discussion.
--
This is an automated message from the Apache Git Service.
To respond to the m
jiron12 commented on issue #6418:
URL: https://github.com/apache/iceberg/issues/6418#issuecomment-1348755733
Ok, posted this at the Trino side:
https://github.com/trinodb/trino/issues/15385
--
This is an automated message from the Apache Git Service.
To respond to the message, please lo
nastra closed issue #6418: Transactions for write operations
URL: https://github.com/apache/iceberg/issues/6418
--
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,
RussellSpitzer commented on code in PR #6376:
URL: https://github.com/apache/iceberg/pull/6376#discussion_r1047327247
##
docs/spark-procedures.md:
##
@@ -493,6 +493,38 @@ CALL spark_catalog.system.add_files(
)
```
+### `register_table`
+
+Creates a catalog entry for a metada
RussellSpitzer merged PR #6376:
URL: https://github.com/apache/iceberg/pull/6376
--
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...@iceb
RussellSpitzer commented on PR #6376:
URL: https://github.com/apache/iceberg/pull/6376#issuecomment-1348826087
Thanks @rajarshisarkar for updating the docs and for working through the
syntax issues I that I only remembered from old docs!
--
This is an automated message from the Apache Git
stevenzwu merged PR #6377:
URL: https://github.com/apache/iceberg/pull/6377
--
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.a
stevenzwu commented on PR #6377:
URL: https://github.com/apache/iceberg/pull/6377#issuecomment-1348974325
thanks @hililiwei and @pvary for reviewing. will follow up on Peter's
comment with a separate PR
--
This is an automated message from the Apache Git Service.
To respond to the message
stevenzwu commented on PR #6377:
URL: https://github.com/apache/iceberg/pull/6377#issuecomment-1348983387
@pvary I missed the FixedType because of this code snippet in Iceberg
```
private static final ImmutableMap TYPES =
ImmutableMap.builder()
.put(BooleanTy
asheeshgarg commented on issue #6415:
URL: https://github.com/apache/iceberg/issues/6415#issuecomment-1349350170
@nastra filled in the missing bits
So this schema that is define in Iceberg entity_status is UTF8
Schema
amogh-jahagirdar commented on code in PR #6090:
URL: https://github.com/apache/iceberg/pull/6090#discussion_r1047584271
##
core/src/main/java/org/apache/iceberg/FileCleanupStrategy.java:
##
@@ -83,4 +85,25 @@ protected void deleteFiles(Set pathsToDelete, String
fileType) {
e-gat opened a new issue, #6421:
URL: https://github.com/apache/iceberg/issues/6421
### Query engine
Spark/EMR
### Question
Can Spark (3.2.1) / EMR 6.7 with iceberg 1.1 supports running
rewriteDataFiles across multiple executors or only on one?
If so, what is the reco
szehon-ho merged PR #6284:
URL: https://github.com/apache/iceberg/pull/6284
--
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.a
szehon-ho merged PR #6285:
URL: https://github.com/apache/iceberg/pull/6285
--
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.a
szehon-ho commented on PR #6285:
URL: https://github.com/apache/iceberg/pull/6285#issuecomment-1349850082
Thanks @manuzhang , @hililiwei and @ajantha-bhat for review
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
szehon-ho commented on PR #6284:
URL: https://github.com/apache/iceberg/pull/6284#issuecomment-1349850868
Thanks @manuzhang , @hililiwei and @ajantha-bhat for review
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
mtnrabi opened a new issue, #6422:
URL: https://github.com/apache/iceberg/issues/6422
### Query engine
Spark
### Question
In the docs, it’s mentioned that incremental read “Currently gets only the
data from append operation. Cannot support replace, overwrite, delete
ope
szehon-ho commented on PR #6419:
URL: https://github.com/apache/iceberg/pull/6419#issuecomment-1349942377
Not sure its necessary, looks like for now width can be any of the
arguments:
https://github.com/apache/iceberg/blob/master/spark/v3.3/spark/src/main/java/org/apache/iceberg/spark/Spar
jackye1995 merged PR #6408:
URL: https://github.com/apache/iceberg/pull/6408
--
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 #6408:
URL: https://github.com/apache/iceberg/pull/6408#issuecomment-1349969230
Thanks for the cleanup!
--
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
amogh-jahagirdar commented on PR #6408:
URL: https://github.com/apache/iceberg/pull/6408#issuecomment-1349996341
thanks for all the reviews! @Fokko @singhpk234 @jackye1995 @szehon-ho
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to G
HyukjinKwon commented on issue #5153:
URL: https://github.com/apache/iceberg/issues/5153#issuecomment-1350095844
I happened to read the related links. Thanks @singhpk234 for elaborating
Spark's CI. To be more clear, https://github.com/apache/spark/pull/32092
implemented the logic you explai
HyukjinKwon commented on issue #5153:
URL: https://github.com/apache/iceberg/issues/5153#issuecomment-1350098810
In this way, we can remove all the overhead in the current repo, and
leverage the resources from the forked repositories.
Spark was one of the projects that uses the GitHub res
github-actions[bot] commented on issue #5065:
URL: https://github.com/apache/iceberg/issues/5065#issuecomment-1350134025
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 #5038:
URL: https://github.com/apache/iceberg/issues/5038#issuecomment-1350134067
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.
ajantha-bhat commented on code in PR #6090:
URL: https://github.com/apache/iceberg/pull/6090#discussion_r1047957805
##
core/src/main/java/org/apache/iceberg/IncrementalFileCleanup.java:
##
@@ -264,6 +264,14 @@ public void cleanFiles(TableMetadata beforeExpiration,
TableMetadata
ajantha-bhat commented on code in PR #6411:
URL: https://github.com/apache/iceberg/pull/6411#discussion_r1047963446
##
core/src/main/java/org/apache/iceberg/SnapshotSummary.java:
##
@@ -148,7 +148,7 @@ public void set(String property, String value) {
}
private void u
hililiwei commented on code in PR #6402:
URL: https://github.com/apache/iceberg/pull/6402#discussion_r1048054508
##
flink/v1.16/flink/src/test/java/org/apache/iceberg/flink/source/TestFlinkTableSource.java:
##
@@ -603,7 +605,103 @@ public void testFilterPushDown2Literal() {
}
nastra commented on code in PR #6411:
URL: https://github.com/apache/iceberg/pull/6411#discussion_r1048106490
##
core/src/main/java/org/apache/iceberg/SnapshotSummary.java:
##
@@ -148,7 +148,7 @@ public void set(String property, String value) {
}
private void updateP
41 matches
Mail list logo