ming95 opened a new issue, #9784:
URL: https://github.com/apache/iceberg/issues/9784
### Apache Iceberg version
None
### Query engine
None
### Please describe the bug 🐞
```
spark.sql("CREATE EXTERNAL TABLE mytable (foo timestamp) STORED AS orc
LO
nastra commented on code in PR #9782:
URL: https://github.com/apache/iceberg/pull/9782#discussion_r1500365522
##
core/src/main/java/org/apache/iceberg/rest/RESTSessionCatalog.java:
##
@@ -224,6 +229,12 @@ public void initialize(String name, Map
unresolved) {
clie
nastra commented on code in PR #9782:
URL: https://github.com/apache/iceberg/pull/9782#discussion_r1500368758
##
core/src/main/java/org/apache/iceberg/rest/responses/ListTablesResponse.java:
##
@@ -30,13 +30,15 @@
public class ListTablesResponse implements RESTResponse {
Revie
nastra commented on code in PR #9782:
URL: https://github.com/apache/iceberg/pull/9782#discussion_r1500369207
##
core/src/main/java/org/apache/iceberg/rest/responses/ListTablesResponse.java:
##
@@ -60,6 +69,7 @@ public static Builder builder() {
public static class Builder
nastra commented on code in PR #9782:
URL: https://github.com/apache/iceberg/pull/9782#discussion_r1500369784
##
core/src/main/java/org/apache/iceberg/rest/responses/ListNamespacesResponse.java:
##
@@ -29,13 +29,15 @@
public class ListNamespacesResponse implements RESTResponse
nastra commented on code in PR #9782:
URL: https://github.com/apache/iceberg/pull/9782#discussion_r1500371045
##
core/src/main/java/org/apache/iceberg/rest/responses/ListNamespacesResponse.java:
##
@@ -59,6 +68,7 @@ public static Builder builder() {
public static class Buil
nastra commented on code in PR #9782:
URL: https://github.com/apache/iceberg/pull/9782#discussion_r1500375047
##
core/src/main/java/org/apache/iceberg/rest/RESTSessionCatalog.java:
##
@@ -490,12 +522,29 @@ public void createNamespace(
@Override
public List listNamespaces
nastra commented on code in PR #9782:
URL: https://github.com/apache/iceberg/pull/9782#discussion_r1500378492
##
core/src/main/java/org/apache/iceberg/rest/RESTSessionCatalog.java:
##
@@ -1045,6 +1094,27 @@ public void commitTransaction(SessionContext context,
List commits)
nastra commented on code in PR #9731:
URL: https://github.com/apache/iceberg/pull/9731#discussion_r1500420191
##
spark/v3.5/spark/src/test/java/org/apache/iceberg/spark/actions/TestRewriteManifestsAction.java:
##
@@ -466,6 +471,163 @@ public void testRewriteLargeManifestsPartiti
nastra commented on code in PR #9731:
URL: https://github.com/apache/iceberg/pull/9731#discussion_r1500420191
##
spark/v3.5/spark/src/test/java/org/apache/iceberg/spark/actions/TestRewriteManifestsAction.java:
##
@@ -466,6 +471,163 @@ public void testRewriteLargeManifestsPartiti
nastra commented on code in PR #9731:
URL: https://github.com/apache/iceberg/pull/9731#discussion_r1500421966
##
spark/v3.5/spark/src/test/java/org/apache/iceberg/spark/actions/TestRewriteManifestsAction.java:
##
@@ -466,6 +471,163 @@ public void testRewriteLargeManifestsPartiti
nastra commented on code in PR #9731:
URL: https://github.com/apache/iceberg/pull/9731#discussion_r150049
##
spark/v3.5/spark/src/test/java/org/apache/iceberg/spark/actions/TestRewriteManifestsAction.java:
##
@@ -466,6 +471,163 @@ public void testRewriteLargeManifestsPartiti
nastra commented on code in PR #9731:
URL: https://github.com/apache/iceberg/pull/9731#discussion_r1500422547
##
spark/v3.5/spark/src/test/java/org/apache/iceberg/spark/actions/TestRewriteManifestsAction.java:
##
@@ -466,6 +471,163 @@ public void testRewriteLargeManifestsPartiti
nastra commented on code in PR #9731:
URL: https://github.com/apache/iceberg/pull/9731#discussion_r1500422996
##
spark/v3.5/spark/src/test/java/org/apache/iceberg/spark/actions/TestRewriteManifestsAction.java:
##
@@ -466,6 +471,163 @@ public void testRewriteLargeManifestsPartiti
nastra commented on code in PR #9731:
URL: https://github.com/apache/iceberg/pull/9731#discussion_r1500423875
##
spark/v3.5/spark/src/test/java/org/apache/iceberg/spark/actions/TestRewriteManifestsAction.java:
##
@@ -466,6 +471,163 @@ public void testRewriteLargeManifestsPartiti
nastra commented on code in PR #9731:
URL: https://github.com/apache/iceberg/pull/9731#discussion_r1500424697
##
spark/v3.5/spark/src/test/java/org/apache/iceberg/spark/actions/TestRewriteManifestsAction.java:
##
@@ -466,6 +471,163 @@ public void testRewriteLargeManifestsPartiti
nastra commented on code in PR #9731:
URL: https://github.com/apache/iceberg/pull/9731#discussion_r1500425302
##
spark/v3.5/spark/src/test/java/org/apache/iceberg/spark/actions/TestRewriteManifestsAction.java:
##
@@ -466,6 +471,163 @@ public void testRewriteLargeManifestsPartiti
nastra commented on code in PR #9731:
URL: https://github.com/apache/iceberg/pull/9731#discussion_r1500426585
##
spark/v3.5/spark/src/test/java/org/apache/iceberg/spark/actions/TestRewriteManifestsAction.java:
##
@@ -466,6 +471,163 @@ public void testRewriteLargeManifestsPartiti
Fokko merged PR #219:
URL: https://github.com/apache/iceberg-rust/pull/219
--
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
FWLamb commented on issue #5970:
URL: https://github.com/apache/iceberg/issues/5970#issuecomment-1961093423
@jornfranke Hello, Did you finally confirm that there was an older version
of the classpath that caused the issue?
--
This is an automated message from the Apache Git Service.
To re
Fokko merged PR #203:
URL: https://github.com/apache/iceberg-rust/pull/203
--
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
elmehdibelgasmi opened a new issue, #9785:
URL: https://github.com/apache/iceberg/issues/9785
### Apache Iceberg version
None
### Query engine
None
### Please describe the bug 🐞
## Issue Description
With **S3FileIO** implementation, Cross-Region API c
bk-mz closed issue #9741: ValidationException: Missing required files to delete
URL: https://github.com/apache/iceberg/issues/9741
--
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
adamyasharma2797 commented on issue #4743:
URL: https://github.com/apache/iceberg/issues/4743#issuecomment-1961235915
Approach provided by @lvyanquan worked for me! Thanks!!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and
nastra commented on issue #9785:
URL: https://github.com/apache/iceberg/issues/9785#issuecomment-1961277571
@elmehdibelgasmi would you be interested in opening up a PR and fixing this
for S3FileIO?
--
This is an automated message from the Apache Git Service.
To respond to the message, ple
elmehdibelgasmi commented on issue #9785:
URL: https://github.com/apache/iceberg/issues/9785#issuecomment-1961286970
> @elmehdibelgasmi would you be interested in opening up a PR and fixing
this for S3FileIO?
@nastra sure, will do.
--
This is an automated message from the Apache Gi
tomtongue commented on code in PR #9760:
URL: https://github.com/apache/iceberg/pull/9760#discussion_r1500651939
##
spark/v3.5/spark-extensions/src/test/java/org/apache/iceberg/spark/extensions/TestMigrateTableProcedure.java:
##
@@ -18,51 +18,45 @@
*/
package org.apache.icebe
tomtongue commented on code in PR #9760:
URL: https://github.com/apache/iceberg/pull/9760#discussion_r1500651939
##
spark/v3.5/spark-extensions/src/test/java/org/apache/iceberg/spark/extensions/TestMigrateTableProcedure.java:
##
@@ -18,51 +18,45 @@
*/
package org.apache.icebe
nastra commented on PR #9779:
URL: https://github.com/apache/iceberg/pull/9779#issuecomment-1961319538
I like that idea, but this doesn't render the Spec site correctly when
running the site locally. This is because `{{% icebergVersion %}}` needs to be
replaced with `{{ icebergVersion }}` s
nastra commented on code in PR #9760:
URL: https://github.com/apache/iceberg/pull/9760#discussion_r1500677979
##
spark/v3.5/spark-extensions/src/test/java/org/apache/iceberg/spark/extensions/TestAddFilesProcedure.java:
##
@@ -95,8 +97,8 @@ public static Object[][] parameters() {
nastra commented on code in PR #9760:
URL: https://github.com/apache/iceberg/pull/9760#discussion_r1500691064
##
spark/v3.5/spark-extensions/src/test/java/org/apache/iceberg/spark/extensions/TestRemoveOrphanFilesProcedure.java:
##
@@ -18,8 +18,10 @@
*/
package org.apache.iceb
yabola commented on PR #9710:
URL: https://github.com/apache/iceberg/pull/9710#issuecomment-1961363628
@amogh-jahagirdar Hi, if you have time, please take a look~
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
tomtongue commented on code in PR #9760:
URL: https://github.com/apache/iceberg/pull/9760#discussion_r1500699369
##
spark/v3.5/spark-extensions/src/test/java/org/apache/iceberg/spark/extensions/TestAddFilesProcedure.java:
##
@@ -95,8 +97,8 @@ public static Object[][] parameters(
tomtongue commented on code in PR #9760:
URL: https://github.com/apache/iceberg/pull/9760#discussion_r1500706263
##
spark/v3.5/spark-extensions/src/test/java/org/apache/iceberg/spark/extensions/TestRemoveOrphanFilesProcedure.java:
##
@@ -18,8 +18,10 @@
*/
package org.apache.i
tomtongue commented on code in PR #9760:
URL: https://github.com/apache/iceberg/pull/9760#discussion_r1500706263
##
spark/v3.5/spark-extensions/src/test/java/org/apache/iceberg/spark/extensions/TestRemoveOrphanFilesProcedure.java:
##
@@ -18,8 +18,10 @@
*/
package org.apache.i
tomtongue commented on code in PR #9760:
URL: https://github.com/apache/iceberg/pull/9760#discussion_r1500706263
##
spark/v3.5/spark-extensions/src/test/java/org/apache/iceberg/spark/extensions/TestRemoveOrphanFilesProcedure.java:
##
@@ -18,8 +18,10 @@
*/
package org.apache.i
Fokko commented on issue #465:
URL: https://github.com/apache/iceberg-python/issues/465#issuecomment-1961385834
@nicor88 It is recorded here
https://github.com/apache/iceberg-python/issues/270 It is high on the list
since with the fast-appends we're creating quite a bit of metadata.
--
T
nicor88 commented on issue #465:
URL: https://github.com/apache/iceberg-python/issues/465#issuecomment-1961391888
Ah thanks, I did a search on rewrite_manifests, somehow
https://github.com/apache/iceberg-python/issues/270 didn't pop up.
I believe that this can be a duplicated then WDY
Fokko closed issue #465: Support rewrite_manifests
URL: https://github.com/apache/iceberg-python/issues/465
--
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-ma
Fokko commented on issue #465:
URL: https://github.com/apache/iceberg-python/issues/465#issuecomment-1961396293
I just updated the title to clarify it :) I think this is a duplicate
indeed! Lets track it in the other issue
--
This is an automated message from the Apache Git Service.
To re
tomtongue commented on code in PR #9760:
URL: https://github.com/apache/iceberg/pull/9760#discussion_r1500720854
##
spark/v3.5/spark-extensions/src/test/java/org/apache/iceberg/spark/extensions/TestRemoveOrphanFilesProcedure.java:
##
@@ -18,8 +18,10 @@
*/
package org.apache.i
nastra commented on code in PR #9760:
URL: https://github.com/apache/iceberg/pull/9760#discussion_r1500777860
##
spark/v3.5/spark-extensions/src/test/java/org/apache/iceberg/spark/extensions/TestRemoveOrphanFilesProcedure.java:
##
@@ -18,8 +18,10 @@
*/
package org.apache.iceb
tomtongue commented on code in PR #9760:
URL: https://github.com/apache/iceberg/pull/9760#discussion_r1500780330
##
spark/v3.5/spark-extensions/src/test/java/org/apache/iceberg/spark/extensions/TestRemoveOrphanFilesProcedure.java:
##
@@ -18,8 +18,10 @@
*/
package org.apache.i
tomtongue commented on code in PR #9760:
URL: https://github.com/apache/iceberg/pull/9760#discussion_r1500786315
##
spark/v3.5/spark-extensions/src/test/java/org/apache/iceberg/spark/extensions/TestRemoveOrphanFilesProcedure.java:
##
@@ -18,8 +18,10 @@
*/
package org.apache.i
jbonofre commented on issue #9733:
URL: https://github.com/apache/iceberg/issues/9733#issuecomment-1961536143
in Apache Karaf and Pax JDBC, I experimented to use jdbi (https://jdbi.org/)
to abstract the different JDBC backend.
I'm testing this approach for the Iceberg `JdbcCatalog`.
--
manuzhang commented on PR #9779:
URL: https://github.com/apache/iceberg/pull/9779#issuecomment-1961536940
@nastra Updated!
--
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
tomtongue commented on code in PR #9760:
URL: https://github.com/apache/iceberg/pull/9760#discussion_r1500780330
##
spark/v3.5/spark-extensions/src/test/java/org/apache/iceberg/spark/extensions/TestRemoveOrphanFilesProcedure.java:
##
@@ -18,8 +18,10 @@
*/
package org.apache.i
nastra merged PR #9779:
URL: https://github.com/apache/iceberg/pull/9779
--
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
amogh-jahagirdar commented on PR #9710:
URL: https://github.com/apache/iceberg/pull/9710#issuecomment-1961629871
Sorry for the delay @yabola , got busy with some other work, I haven't
forgotten about this PR! When my time frees up I'll review this.
--
This is an automated message from the
rdblue commented on PR #9787:
URL: https://github.com/apache/iceberg/pull/9787#issuecomment-1961643716
@nastra, could you add tests for 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 to the s
zachdisc commented on code in PR #9731:
URL: https://github.com/apache/iceberg/pull/9731#discussion_r1500913132
##
spark/v3.5/spark/src/main/java/org/apache/iceberg/spark/actions/RewriteManifestsSparkAction.java:
##
@@ -90,13 +94,13 @@ public class RewriteManifestsSparkAction
zachdisc commented on code in PR #9731:
URL: https://github.com/apache/iceberg/pull/9731#discussion_r1500913132
##
spark/v3.5/spark/src/main/java/org/apache/iceberg/spark/actions/RewriteManifestsSparkAction.java:
##
@@ -90,13 +94,13 @@ public class RewriteManifestsSparkAction
zachdisc commented on code in PR #9731:
URL: https://github.com/apache/iceberg/pull/9731#discussion_r1500915765
##
api/src/main/java/org/apache/iceberg/actions/RewriteManifests.java:
##
@@ -44,6 +45,20 @@ public interface RewriteManifests
*/
RewriteManifests rewriteIf(Pre
jackye1995 commented on PR #9783:
URL: https://github.com/apache/iceberg/pull/9783#issuecomment-1961650652
Thanks for the help, merging!
--
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
jackye1995 merged PR #9783:
URL: https://github.com/apache/iceberg/pull/9783
--
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.
zachdisc commented on code in PR #9731:
URL: https://github.com/apache/iceberg/pull/9731#discussion_r1500922017
##
spark/v3.5/spark/src/main/java/org/apache/iceberg/spark/actions/RewriteManifestsSparkAction.java:
##
@@ -250,12 +282,40 @@ private List writeUnpartitionedManifests(
jackye1995 commented on code in PR #9660:
URL: https://github.com/apache/iceberg/pull/9660#discussion_r1500924999
##
open-api/rest-catalog-open-api.yaml:
##
@@ -1581,6 +1607,17 @@ components:
type: string
example: [ "accounting", "tax" ]
+PageToken:
+
zachdisc commented on code in PR #9731:
URL: https://github.com/apache/iceberg/pull/9731#discussion_r1500927289
##
spark/v3.5/spark/src/main/java/org/apache/iceberg/spark/actions/RewriteManifestsSparkAction.java:
##
@@ -250,12 +282,40 @@ private List writeUnpartitionedManifests(
zachdisc commented on code in PR #9731:
URL: https://github.com/apache/iceberg/pull/9731#discussion_r1500927289
##
spark/v3.5/spark/src/main/java/org/apache/iceberg/spark/actions/RewriteManifestsSparkAction.java:
##
@@ -250,12 +282,40 @@ private List writeUnpartitionedManifests(
zachdisc commented on code in PR #9731:
URL: https://github.com/apache/iceberg/pull/9731#discussion_r1500932975
##
spark/v3.5/spark/src/test/java/org/apache/iceberg/spark/actions/TestRewriteManifestsAction.java:
##
@@ -466,6 +471,163 @@ public void testRewriteLargeManifestsParti
zachdisc commented on code in PR #9731:
URL: https://github.com/apache/iceberg/pull/9731#discussion_r1500936484
##
spark/v3.5/spark/src/test/java/org/apache/iceberg/spark/actions/TestRewriteManifestsAction.java:
##
@@ -466,6 +471,163 @@ public void testRewriteLargeManifestsParti
nastra commented on PR #9783:
URL: https://github.com/apache/iceberg/pull/9783#issuecomment-1961679888
@jackye1995 as I mentioned we should be holding off the merge until 1.5.0 is
out. If we do another RC, then this diff will be included and I'm not sure this
is what we wanted
--
This is
jackye1995 commented on PR #9783:
URL: https://github.com/apache/iceberg/pull/9783#issuecomment-1961703475
Oh sorry I totally missed that comment. I think we can put another PR to
change the comment to say deprecated since 1.5.0, what do you think?
--
This is an automated message from the
nastra commented on PR #9783:
URL: https://github.com/apache/iceberg/pull/9783#issuecomment-1961712021
That might work too. Also do we want to update `aws.md` since it has some
examples with that catalog?
--
This is an automated message from the Apache Git Service.
To respond to the messa
kevinjqliu commented on issue #354:
URL: https://github.com/apache/iceberg-python/issues/354#issuecomment-1961759374
hey @syun64, yes definitely go ahead! I think that command will be very
helpful.
Please let me know if I can help in any way.
--
This is an automated message from the
jackye1995 commented on PR #9783:
URL: https://github.com/apache/iceberg/pull/9783#issuecomment-1961768557
I see, let's do that quickly @geruh
--
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
lukekim commented on issue #34:
URL: https://github.com/apache/iceberg-rust/issues/34#issuecomment-1961809931
@ZENOTME got it, thanks. We may be able to help here if you create some
discrete sub-issues for the conversion.
--
This is an automated message from the Apache Git Service.
To res
geruh opened a new pull request, #9788:
URL: https://github.com/apache/iceberg/pull/9788
Fast follow update to correct the planned deprecation version for the
`DynamoDbCatalog`. The previous PR set the deprecation at version 1.6.0. This
change brings it forward to 1.5.0 to account for poten
jackye1995 commented on PR #9788:
URL: https://github.com/apache/iceberg/pull/9788#issuecomment-1961856685
@nastra could you take a look if this looks good?
--
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
zachdisc commented on PR #9731:
URL: https://github.com/apache/iceberg/pull/9731#issuecomment-1961864865
## Rev 3
* Addressed last round of comments
* Added a new API option to sort with a custom supplied
`Function`.
Illustration (in unit test) - say you have a table that is pa
jackye1995 commented on PR #9788:
URL: https://github.com/apache/iceberg/pull/9788#issuecomment-1961875767
Thanks for the quick fix and review! Merging
--
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
jackye1995 merged PR #9788:
URL: https://github.com/apache/iceberg/pull/9788
--
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.
jornfranke commented on issue #5970:
URL: https://github.com/apache/iceberg/issues/5970#issuecomment-1961905762
Not 100% sure (as now also the environment evolved), but we had also no
other explanation.
--
This is an automated message from the Apache Git Service.
To respond to the message
nastra commented on code in PR #9787:
URL: https://github.com/apache/iceberg/pull/9787#discussion_r1501124041
##
hive-metastore/src/test/java/org/apache/iceberg/hive/TestHiveCatalog.java:
##
@@ -1179,4 +1179,12 @@ public void
testDatabaseLocationWithSlashInWarehouseDir() {
kevinjqliu commented on PR #444:
URL: https://github.com/apache/iceberg-python/pull/444#issuecomment-1961952840
@Fokko PRs ready for review. Please give it a try. I've linked an example
notebook in the PR description.
I've also noticed that writing one RecordBatch at a time seems to
nastra commented on PR #9787:
URL: https://github.com/apache/iceberg/pull/9787#issuecomment-1961965465
@rdblue I've split this into two commits. In the first commit you can see
that once the behavior in `InMemoryCatalog` is fixed, running `SHOW VIEWS` or
`SHOW VIEWS in ` fails as expected a
nastra commented on code in PR #9787:
URL: https://github.com/apache/iceberg/pull/9787#discussion_r1501124041
##
hive-metastore/src/test/java/org/apache/iceberg/hive/TestHiveCatalog.java:
##
@@ -1179,4 +1179,12 @@ public void
testDatabaseLocationWithSlashInWarehouseDir() {
rdblue commented on code in PR #9787:
URL: https://github.com/apache/iceberg/pull/9787#discussion_r1501169076
##
core/src/main/java/org/apache/iceberg/inmemory/InMemoryCatalog.java:
##
@@ -138,13 +138,13 @@ public boolean dropTable(TableIdentifier tableIdentifier,
boolean purge
rdblue commented on code in PR #9787:
URL: https://github.com/apache/iceberg/pull/9787#discussion_r1501174113
##
core/src/main/java/org/apache/iceberg/inmemory/InMemoryCatalog.java:
##
@@ -138,13 +138,13 @@ public boolean dropTable(TableIdentifier tableIdentifier,
boolean purge
rdblue commented on code in PR #9787:
URL: https://github.com/apache/iceberg/pull/9787#discussion_r1501174544
##
core/src/main/java/org/apache/iceberg/inmemory/InMemoryCatalog.java:
##
@@ -315,13 +315,13 @@ public void close() throws IOException {
@Override
public List l
rdblue commented on code in PR #9787:
URL: https://github.com/apache/iceberg/pull/9787#discussion_r1501176399
##
core/src/test/java/org/apache/iceberg/catalog/CatalogTests.java:
##
@@ -987,6 +987,13 @@ public void testListTables() {
assertEmpty("Should not contain ns_2.tabl
rdblue commented on code in PR #9787:
URL: https://github.com/apache/iceberg/pull/9787#discussion_r1501179380
##
spark/v3.4/spark-extensions/src/test/java/org/apache/iceberg/spark/extensions/TestViews.java:
##
@@ -1325,22 +1324,35 @@ public void showViews() throws NoSuchTableExc
mas-chen commented on PR #9762:
URL: https://github.com/apache/iceberg/pull/9762#issuecomment-1962046987
@Reo-LEI we are also hitting this issue. could you also backport it to 1.17?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to Git
rdblue commented on code in PR #9675:
URL: https://github.com/apache/iceberg/pull/9675#discussion_r1501265008
##
spark/v3.5/spark-extensions/src/main/scala/org/apache/spark/sql/catalyst/analysis/RewriteViewCommands.scala:
##
@@ -102,20 +113,23 @@ case class RewriteViewCommands(s
rdblue commented on code in PR #9675:
URL: https://github.com/apache/iceberg/pull/9675#discussion_r1501265639
##
spark/v3.5/spark-extensions/src/main/scala/org/apache/spark/sql/catalyst/analysis/RewriteViewCommands.scala:
##
@@ -149,4 +163,20 @@ case class RewriteViewCommands(sp
rdblue commented on code in PR #9675:
URL: https://github.com/apache/iceberg/pull/9675#discussion_r1501265932
##
spark/v3.5/spark-extensions/src/main/scala/org/apache/spark/sql/catalyst/analysis/RewriteViewCommands.scala:
##
@@ -102,20 +113,23 @@ case class RewriteViewCommands(s
rdblue commented on code in PR #9675:
URL: https://github.com/apache/iceberg/pull/9675#discussion_r1501266819
##
spark/v3.5/spark-extensions/src/test/java/org/apache/iceberg/spark/extensions/TestViews.java:
##
@@ -471,6 +471,39 @@ public void readFromViewReferencingGlobalTempVie
rdblue commented on code in PR #9675:
URL: https://github.com/apache/iceberg/pull/9675#discussion_r1501265008
##
spark/v3.5/spark-extensions/src/main/scala/org/apache/spark/sql/catalyst/analysis/RewriteViewCommands.scala:
##
@@ -102,20 +113,23 @@ case class RewriteViewCommands(s
kevinjqliu commented on issue #428:
URL: https://github.com/apache/iceberg-python/issues/428#issuecomment-1962142370
@bigluck #444 should allow parallelized write. Do you mind giving it a try?
--
This is an automated message from the Apache Git Service.
To respond to the message, please l
flyrain opened a new pull request, #466:
URL: https://github.com/apache/iceberg-python/pull/466
To fix issue(https://github.com/apache/iceberg-python/issues/463). In short,
Client Credential Flow's http response doesn't have the field
`issued_token_type`. Make it optional to avoid validatio
github-actions[bot] closed issue #976: Implement the split logic in DataTask
URL: https://github.com/apache/iceberg/issues/976
--
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 #976:
URL: https://github.com/apache/iceberg/issues/976#issuecomment-1962161030
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 #988:
URL: https://github.com/apache/iceberg/issues/988#issuecomment-1962161051
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 #1009: official site none offer get start and
in action document
URL: https://github.com/apache/iceberg/issues/1009
--
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
github-actions[bot] closed issue #998: [Update notification follow up] We
should publish update events only when a transaction succeeds
URL: https://github.com/apache/iceberg/issues/998
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to Gi
github-actions[bot] commented on issue #997:
URL: https://github.com/apache/iceberg/issues/997#issuecomment-1962161063
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 #997: [Update notification follow up] Add
remaining events for SnapshotManager
URL: https://github.com/apache/iceberg/issues/997
--
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] commented on issue #998:
URL: https://github.com/apache/iceberg/issues/998#issuecomment-1962161084
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 #988: New warnings when building Iceberg
URL: https://github.com/apache/iceberg/issues/988
--
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 u
github-actions[bot] closed issue #1024: Add a merge-based row filter for
equality deletes
URL: https://github.com/apache/iceberg/issues/1024
--
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
1 - 100 of 114 matches
Mail list logo