nastra commented on issue #9689:
URL: https://github.com/apache/iceberg/issues/9689#issuecomment-1935494505
@rjayapalan do you have a small reproducible example by any chance? That
would greatly help for anyone looking at this issue
--
This is an automated message from the Apache Git Serv
nastra commented on issue #9684:
URL: https://github.com/apache/iceberg/issues/9684#issuecomment-1935495525
@ajsalunkhe at this point it's difficult to say what's going wrong here. Do
you have any particular bucket policies enabled or anything else that would
clean up files?
--
This is a
Xuanwo commented on code in PR #176:
URL: https://github.com/apache/iceberg-rust/pull/176#discussion_r1483994701
##
crates/iceberg/src/io.rs:
##
@@ -240,9 +241,9 @@ impl InputFile {
}
/// Trait for writing file.
-pub trait FileWrite: AsyncWrite {}
+pub trait FileWrite: Async
nastra merged PR #9690:
URL: https://github.com/apache/iceberg/pull/9690
--
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 code in PR #9487:
URL: https://github.com/apache/iceberg/pull/9487#discussion_r1484011553
##
core/src/main/java/org/apache/iceberg/jdbc/JdbcCatalog.java:
##
@@ -60,16 +61,21 @@
import org.apache.iceberg.relocated.com.google.common.collect.Lists;
import org.
ajsalunkhe commented on issue #9684:
URL: https://github.com/apache/iceberg/issues/9684#issuecomment-1935525146
The files don't get cleaned up, I can still see them at S3 location, while
the table doesn't loads it on querying.
--
This is an automated message from the Apache Git Service.
T
nastra commented on code in PR #9487:
URL: https://github.com/apache/iceberg/pull/9487#discussion_r1484015579
##
core/src/main/java/org/apache/iceberg/jdbc/JdbcCatalog.java:
##
@@ -185,14 +195,41 @@ private void initializeCatalogTables() throws
InterruptedException, SQLExceptio
nastra commented on code in PR #9487:
URL: https://github.com/apache/iceberg/pull/9487#discussion_r1484016984
##
core/src/main/java/org/apache/iceberg/jdbc/JdbcCatalog.java:
##
@@ -185,14 +195,41 @@ private void initializeCatalogTables() throws
InterruptedException, SQLExceptio
nastra commented on code in PR #9487:
URL: https://github.com/apache/iceberg/pull/9487#discussion_r1484017802
##
core/src/main/java/org/apache/iceberg/jdbc/JdbcCatalog.java:
##
@@ -503,6 +560,104 @@ public boolean namespaceExists(Namespace namespace) {
return JdbcUtil.names
nastra commented on issue #9684:
URL: https://github.com/apache/iceberg/issues/9684#issuecomment-1935563328
It seems suspicious that there are no snapshots anymore. Iceberg writes a
new snapshot on any operations that would modify data. Can you please share
your full catalog configuration?
jbonofre commented on PR #9688:
URL: https://github.com/apache/iceberg/pull/9688#issuecomment-1935668919
That's a -1 for now on this one as we have to check if third parties are
happy with that (I will investigate/test).
--
This is an automated message from the Apache Git Service.
To resp
jbonofre commented on code in PR #9487:
URL: https://github.com/apache/iceberg/pull/9487#discussion_r1484131220
##
core/src/main/java/org/apache/iceberg/jdbc/JdbcCatalog.java:
##
@@ -185,14 +195,41 @@ private void initializeCatalogTables() throws
InterruptedException, SQLExcept
jbonofre commented on code in PR #9487:
URL: https://github.com/apache/iceberg/pull/9487#discussion_r1484131996
##
core/src/main/java/org/apache/iceberg/jdbc/JdbcCatalog.java:
##
@@ -503,6 +560,104 @@ public boolean namespaceExists(Namespace namespace) {
return JdbcUtil.nam
nastra commented on code in PR #9675:
URL: https://github.com/apache/iceberg/pull/9675#discussion_r1484171305
##
spark/v3.5/spark-extensions/src/main/scala/org/apache/spark/sql/catalyst/analysis/RewriteViewCommands.scala:
##
@@ -83,6 +88,10 @@ case class RewriteViewCommands(spar
nastra commented on code in PR #9675:
URL: https://github.com/apache/iceberg/pull/9675#discussion_r1484192464
##
spark/v3.5/spark-extensions/src/main/scala/org/apache/spark/sql/catalyst/analysis/RewriteViewCommands.scala:
##
@@ -149,4 +167,20 @@ case class RewriteViewCommands(sp
nastra commented on code in PR #9675:
URL: https://github.com/apache/iceberg/pull/9675#discussion_r1484196218
##
spark/v3.5/spark-extensions/src/main/scala/org/apache/spark/sql/catalyst/analysis/RewriteViewCommands.scala:
##
@@ -149,4 +167,20 @@ case class RewriteViewCommands(sp
nastra commented on code in PR #9675:
URL: https://github.com/apache/iceberg/pull/9675#discussion_r1484255806
##
spark/v3.5/spark-extensions/src/main/scala/org/apache/spark/sql/catalyst/analysis/RewriteViewCommands.scala:
##
@@ -115,7 +124,16 @@ case class RewriteViewCommands(sp
nastra commented on code in PR #9487:
URL: https://github.com/apache/iceberg/pull/9487#discussion_r1484293364
##
core/src/test/java/org/apache/iceberg/jdbc/TestJdbcCatalog.java:
##
@@ -158,6 +162,66 @@ public void testInitialize() {
jdbcCatalog.initialize("test_jdbc_catalog
nastra commented on code in PR #9487:
URL: https://github.com/apache/iceberg/pull/9487#discussion_r1484292812
##
core/src/test/java/org/apache/iceberg/jdbc/TestJdbcCatalog.java:
##
@@ -854,4 +918,68 @@ public void report(MetricsReport report) {
COUNTER.incrementAndGet();
ajsalunkhe commented on issue #9684:
URL: https://github.com/apache/iceberg/issues/9684#issuecomment-1935894752
Just to share more details, using below pyspark code to write data to
Iceberg table on EMR cluster.
**dataframe.writeTo("..").overwritePartitions()**
--
This is an a
nastra commented on code in PR #9487:
URL: https://github.com/apache/iceberg/pull/9487#discussion_r1484294100
##
core/src/test/java/org/apache/iceberg/jdbc/TestJdbcCatalog.java:
##
@@ -158,6 +162,66 @@ public void testInitialize() {
jdbcCatalog.initialize("test_jdbc_catalog
nastra commented on code in PR #9487:
URL: https://github.com/apache/iceberg/pull/9487#discussion_r1484294481
##
core/src/test/java/org/apache/iceberg/jdbc/TestJdbcCatalog.java:
##
@@ -158,6 +162,66 @@ public void testInitialize() {
jdbcCatalog.initialize("test_jdbc_catalog
nastra commented on code in PR #9487:
URL: https://github.com/apache/iceberg/pull/9487#discussion_r1484299675
##
core/src/test/java/org/apache/iceberg/jdbc/TestJdbcCatalog.java:
##
@@ -158,6 +162,66 @@ public void testInitialize() {
jdbcCatalog.initialize("test_jdbc_catalog
nastra commented on code in PR #9487:
URL: https://github.com/apache/iceberg/pull/9487#discussion_r1484306822
##
core/src/main/java/org/apache/iceberg/jdbc/JdbcCatalog.java:
##
@@ -185,14 +195,39 @@ private void initializeCatalogTables() throws
InterruptedException, SQLExceptio
nastra commented on code in PR #9487:
URL: https://github.com/apache/iceberg/pull/9487#discussion_r1484317280
##
core/src/main/java/org/apache/iceberg/jdbc/JdbcCatalog.java:
##
@@ -60,16 +61,21 @@
import org.apache.iceberg.relocated.com.google.common.collect.Lists;
import org.
nastra commented on code in PR #9487:
URL: https://github.com/apache/iceberg/pull/9487#discussion_r1484319960
##
core/src/main/java/org/apache/iceberg/jdbc/JdbcUtil.java:
##
@@ -73,6 +99,8 @@ final class JdbcUtil {
+ " VARCHAR(1000),"
+ JdbcTableOperations.
nastra commented on code in PR #9487:
URL: https://github.com/apache/iceberg/pull/9487#discussion_r1484320774
##
core/src/main/java/org/apache/iceberg/jdbc/JdbcUtil.java:
##
@@ -81,85 +109,243 @@ final class JdbcUtil {
+ TABLE_NAME
+ ")"
+ ")";
-
jbonofre commented on PR #9487:
URL: https://github.com/apache/iceberg/pull/9487#issuecomment-1935969951
@nastra thanks ! I addressed your comments. The PR is ready for a new round
😄 Thanks again !
--
This is an automated message from the Apache Git Service.
To respond to the message, ple
nastra commented on code in PR #9487:
URL: https://github.com/apache/iceberg/pull/9487#discussion_r1484373833
##
core/src/test/java/org/apache/iceberg/jdbc/TestJdbcCatalog.java:
##
@@ -158,6 +161,92 @@ public void testInitialize() {
jdbcCatalog.initialize("test_jdbc_catalog
jbonofre commented on code in PR #9487:
URL: https://github.com/apache/iceberg/pull/9487#discussion_r1484377782
##
core/src/test/java/org/apache/iceberg/jdbc/TestJdbcCatalog.java:
##
@@ -158,6 +161,92 @@ public void testInitialize() {
jdbcCatalog.initialize("test_jdbc_catal
jbonofre commented on PR #9655:
URL: https://github.com/apache/iceberg/pull/9655#issuecomment-1936074311
@Fokko what do you think about this PR ? Thanks !
--
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 t
carcmarc commented on issue #31:
URL: https://github.com/apache/iceberg-python/issues/31#issuecomment-1936116060
Any progress on this issue? Seems core to table manipulation!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and
Fokko opened a new issue, #9693:
URL: https://github.com/apache/iceberg/issues/9693
### Feature Request / Improvement

### Query engine
None
--
This is an automated mess
paulpaul1076 commented on issue #9679:
URL: https://github.com/apache/iceberg/issues/9679#issuecomment-1936239049
@nastra where should I upload the data for you? I will upload it, then you
can register the table in your catalog. I used hive catalog, but I don't think
it matters.
Anyw
paulpaul1076 commented on issue #9679:
URL: https://github.com/apache/iceberg/issues/9679#issuecomment-1936244579
Btw, as I said the Scala DSL for compaction works, Spark SQL doesn't.
I compared the job parameters in the Spark UI tab, they are absolutely
identical, so, it's not like t
brianfromoregon commented on issue #367:
URL: https://github.com/apache/iceberg-python/issues/367#issuecomment-1936296587
There is a test in the repo called test_glue.py called
[test_commit_table_properties](https://github.com/apache/iceberg-python/blob/33b555a1310fd75914c012c4b4cc07108b98ba
Gowthami03B commented on issue #367:
URL: https://github.com/apache/iceberg-python/issues/367#issuecomment-1936299084
@brianfromoregon @Fokko can I take a stab at this?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use t
seunggs commented on issue #19:
URL: https://github.com/apache/iceberg-python/issues/19#issuecomment-1936322637
Any update on supporting nessie catalog?
--
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
szehon-ho commented on code in PR #9682:
URL: https://github.com/apache/iceberg/pull/9682#discussion_r1484625251
##
core/src/main/java/org/apache/iceberg/view/ViewMetadata.java:
##
@@ -68,21 +61,27 @@ default Integer currentSchemaId() {
return currentSchemaId;
}
+ @Va
szehon-ho commented on code in PR #9682:
URL: https://github.com/apache/iceberg/pull/9682#discussion_r1484628175
##
core/src/main/java/org/apache/iceberg/BaseMetadata.java:
##
@@ -0,0 +1,61 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contrib
szehon-ho commented on code in PR #9682:
URL: https://github.com/apache/iceberg/pull/9682#discussion_r1484631950
##
core/src/main/java/org/apache/iceberg/BaseMetadata.java:
##
@@ -0,0 +1,61 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contrib
aokolnychyi commented on code in PR #9455:
URL: https://github.com/apache/iceberg/pull/9455#discussion_r1484642976
##
spark/v3.5/spark/src/main/java/org/apache/iceberg/spark/source/SparkTable.java:
##
@@ -405,15 +407,18 @@ public boolean equals(Object other) {
return fals
aokolnychyi commented on PR #8625:
URL: https://github.com/apache/iceberg/pull/8625#issuecomment-1936377596
My point in the earlier message is that I am not sure this PR would actually
have an effect because changes are not going to be used by our write path in
Java. Am I missing anything
aokolnychyi commented on code in PR #9605:
URL: https://github.com/apache/iceberg/pull/9605#discussion_r1484650533
##
api/src/main/java/org/apache/iceberg/ExpireSnapshots.java:
##
@@ -118,4 +118,9 @@ public interface ExpireSnapshots extends
PendingUpdate> {
* @return this f
aokolnychyi commented on code in PR #9605:
URL: https://github.com/apache/iceberg/pull/9605#discussion_r1484656650
##
api/src/main/java/org/apache/iceberg/ExpireSnapshots.java:
##
@@ -118,4 +118,9 @@ public interface ExpireSnapshots extends
PendingUpdate> {
* @return this f
rjayapalan commented on issue #9689:
URL: https://github.com/apache/iceberg/issues/9689#issuecomment-1936419501
@nastra I cannot produce the exact code that I used due to confidential
information in there. But these are the steps that I used to reproduce
1. Create an iceberg table wit
brianfromoregon commented on issue #17:
URL: https://github.com/apache/iceberg-python/issues/17#issuecomment-1936434926
We use hadoop catalog on a fs with atomic move support. Would you accept a
contributed hadoop catalog to pyiceberg?
--
This is an automated message from the Apache Git S
mudit-97 opened a new pull request, #9694:
URL: https://github.com/apache/iceberg/pull/9694
(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-m
aokolnychyi commented on code in PR #9611:
URL: https://github.com/apache/iceberg/pull/9611#discussion_r1484744762
##
api/src/main/java/org/apache/iceberg/actions/RewriteDataFiles.java:
##
@@ -52,6 +52,13 @@ public interface RewriteDataFiles
int PARTIAL_PROGRESS_MAX_COMMITS
aokolnychyi commented on code in PR #9611:
URL: https://github.com/apache/iceberg/pull/9611#discussion_r1484745294
##
core/src/main/java/org/apache/iceberg/actions/BaseCommitService.java:
##
@@ -227,13 +228,18 @@ private void commitReadyCommitGroups() {
try {
com
rahil-c opened a new pull request, #9695:
URL: https://github.com/apache/iceberg/pull/9695
Dev list discussion thread for this change:
https://lists.apache.org/thread/flmw1qts0hv8n0k4pd9n1nfry322633y
cc @jackye1995 @rdblue @danielcweeks
## Testing
ran make install, make
aokolnychyi commented on code in PR #9661:
URL: https://github.com/apache/iceberg/pull/9661#discussion_r1484814023
##
format/spec.md:
##
@@ -301,12 +301,14 @@ Tables are configured with a **partition spec** that
defines how to produce a tu
* A **transform** that is applied t
aokolnychyi commented on code in PR #9454:
URL: https://github.com/apache/iceberg/pull/9454#discussion_r1484844316
##
core/src/main/java/org/apache/iceberg/ManifestFilterManager.java:
##
@@ -289,13 +321,38 @@ private void invalidateFilteredCache() {
cleanUncommitted(Snapsho
danielcweeks commented on code in PR #9660:
URL: https://github.com/apache/iceberg/pull/9660#discussion_r1484848736
##
open-api/rest-catalog-open-api.yaml:
##
@@ -1482,6 +1490,38 @@ components:
explode: false
example: "vended-credentials,remote-signing"
+page
danielcweeks commented on code in PR #9660:
URL: https://github.com/apache/iceberg/pull/9660#discussion_r1484850869
##
open-api/rest-catalog-open-api.yaml:
##
@@ -1482,6 +1490,38 @@ components:
explode: false
example: "vended-credentials,remote-signing"
+page
danielcweeks commented on code in PR #9660:
URL: https://github.com/apache/iceberg/pull/9660#discussion_r1484852902
##
open-api/rest-catalog-open-api.yaml:
##
@@ -1482,6 +1490,38 @@ components:
explode: false
example: "vended-credentials,remote-signing"
+page
danielcweeks commented on code in PR #9660:
URL: https://github.com/apache/iceberg/pull/9660#discussion_r1484853025
##
open-api/rest-catalog-open-api.yaml:
##
@@ -1482,6 +1490,38 @@ components:
explode: false
example: "vended-credentials,remote-signing"
+page
danielcweeks commented on code in PR #9660:
URL: https://github.com/apache/iceberg/pull/9660#discussion_r1484854975
##
open-api/rest-catalog-open-api.yaml:
##
@@ -1482,6 +1490,38 @@ components:
explode: false
example: "vended-credentials,remote-signing"
+page
danielcweeks commented on code in PR #9660:
URL: https://github.com/apache/iceberg/pull/9660#discussion_r1484855789
##
open-api/rest-catalog-open-api.yaml:
##
@@ -3169,6 +3209,12 @@ components:
ListTablesResponse:
type: object
properties:
+next-page-to
danielcweeks commented on code in PR #9660:
URL: https://github.com/apache/iceberg/pull/9660#discussion_r1484856629
##
open-api/rest-catalog-open-api.yaml:
##
@@ -3178,6 +3224,12 @@ components:
ListNamespacesResponse:
type: object
properties:
+next-pag
danielcweeks commented on code in PR #9660:
URL: https://github.com/apache/iceberg/pull/9660#discussion_r1484856629
##
open-api/rest-catalog-open-api.yaml:
##
@@ -3178,6 +3224,12 @@ components:
ListNamespacesResponse:
type: object
properties:
+next-pag
carcmarc opened a new issue, #403:
URL: https://github.com/apache/iceberg-python/issues/403
### Feature Request / Improvement
support table scan that returns distinct values of fields. Example:
selected_fields=('distinct column_name',). Potentially added as a PyIceberg
Expression or
DeaconDesperado opened a new pull request, #194:
URL: https://github.com/apache/iceberg-rust/pull/194
Adds an enum `HmsThriftTransport` to the `HmsCatalogConfig` to allow setting
the thrift transport type #188
Corresponds to the metastore setting
`hive.metastore.thrift.framed.transp
aokolnychyi commented on code in PR #9454:
URL: https://github.com/apache/iceberg/pull/9454#discussion_r1484869653
##
core/src/main/java/org/apache/iceberg/ManifestFilterManager.java:
##
@@ -289,13 +321,38 @@ private void invalidateFilteredCache() {
cleanUncommitted(Snapsho
dependabot[bot] opened a new pull request, #404:
URL: https://github.com/apache/iceberg-python/pull/404
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact)
from 3 to 4.
Release notes
Sourced from https://github.com/actions/upload-artifact/releases";>actions/
github-actions[bot] closed issue #730: Upsert support
URL: https://github.com/apache/iceberg/issues/730
--
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:
github-actions[bot] commented on issue #730:
URL: https://github.com/apache/iceberg/issues/730#issuecomment-1936760013
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 #751:
URL: https://github.com/apache/iceberg/issues/751#issuecomment-1936760039
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 #1050:
URL: https://github.com/apache/iceberg/issues/1050#issuecomment-1936760126
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 #1057:
URL: https://github.com/apache/iceberg/issues/1057#issuecomment-1936760142
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 #1152:
URL: https://github.com/apache/iceberg/issues/1152#issuecomment-1936760213
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 #744: ExpireSnapshots break on top of PR
https://github.com/apache/incubator-iceberg/pull/695
URL: https://github.com/apache/iceberg/issues/744
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and
github-actions[bot] commented on issue #744:
URL: https://github.com/apache/iceberg/issues/744#issuecomment-1936760024
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 #751: Add an option to decide whether to
delete data files in Catalog.dropTable()
URL: https://github.com/apache/iceberg/issues/751
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
github-actions[bot] closed issue #758: Add retry framework to Hadoop table load
URL: https://github.com/apache/iceberg/issues/758
--
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.
github-actions[bot] commented on issue #758:
URL: https://github.com/apache/iceberg/issues/758#issuecomment-1936760052
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 #1058:
URL: https://github.com/apache/iceberg/issues/1058#issuecomment-1936760152
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 #1074:
URL: https://github.com/apache/iceberg/issues/1074#issuecomment-1936760174
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 #1078:
URL: https://github.com/apache/iceberg/issues/1078#issuecomment-1936760187
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 #1081:
URL: https://github.com/apache/iceberg/issues/1081#issuecomment-1936760197
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.
szehon-ho commented on code in PR #9661:
URL: https://github.com/apache/iceberg/pull/9661#discussion_r1484905812
##
format/spec.md:
##
@@ -1117,7 +1121,17 @@ Partition specs are serialized as a JSON object with the
following fields:
|**`spec-id`**|`JSON int`|`0`|
|**`fields`*
szehon-ho commented on code in PR #9661:
URL: https://github.com/apache/iceberg/pull/9661#discussion_r1484905812
##
format/spec.md:
##
@@ -1117,7 +1121,17 @@ Partition specs are serialized as a JSON object with the
following fields:
|**`spec-id`**|`JSON int`|`0`|
|**`fields`*
szehon-ho commented on code in PR #9661:
URL: https://github.com/apache/iceberg/pull/9661#discussion_r1484906174
##
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`*
szehon-ho commented on code in PR #9661:
URL: https://github.com/apache/iceberg/pull/9661#discussion_r1484906656
##
format/spec.md:
##
@@ -1150,13 +1161,17 @@ Sort orders are serialized as a list of JSON object,
each of which contains the
Each sort field in the fields list i
szehon-ho commented on code in PR #9661:
URL: https://github.com/apache/iceberg/pull/9661#discussion_r1484906929
##
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
szehon-ho commented on code in PR #9661:
URL: https://github.com/apache/iceberg/pull/9661#discussion_r1484906498
##
format/spec.md:
##
@@ -301,12 +301,14 @@ Tables are configured with a **partition spec** that
defines how to produce a tu
* A **transform** that is applied to
szehon-ho commented on code in PR #9661:
URL: https://github.com/apache/iceberg/pull/9661#discussion_r1484905812
##
format/spec.md:
##
@@ -1117,7 +1121,17 @@ Partition specs are serialized as a JSON object with the
following fields:
|**`spec-id`**|`JSON int`|`0`|
|**`fields`*
szehon-ho commented on code in PR #6581:
URL: https://github.com/apache/iceberg/pull/6581#discussion_r1484909765
##
spark/v3.3/spark/src/main/java/org/apache/iceberg/spark/actions/RemoveDanglingDeletesSparkAction.java:
##
@@ -0,0 +1,227 @@
+/*
+ * Licensed to the Apache Software
ajantha-bhat commented on issue #19:
URL: https://github.com/apache/iceberg-python/issues/19#issuecomment-1936796644
@jbonofre might take it up after java 1.5.0 release.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and
ajantha-bhat commented on issue #1074:
URL: https://github.com/apache/iceberg/issues/1074#issuecomment-1936798475
Status can be tracked from https://github.com/apache/iceberg/projects/30
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on t
ajantha-bhat closed issue #1074: Does iceberg have a plan to support
Multi-Statement and Multi-Table Transactions ?
URL: https://github.com/apache/iceberg/issues/1074
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
U
Fokko commented on code in PR #405:
URL: https://github.com/apache/iceberg-python/pull/405#discussion_r1484994993
##
pyiceberg/catalog/hive.py:
##
@@ -155,7 +164,7 @@ def _construct_hive_storage_descriptor(schema: Schema,
location: Optional[str])
PROP_TABLE_TYPE = "table_type"
Fokko commented on PR #404:
URL: https://github.com/apache/iceberg-python/pull/404#issuecomment-1936906733
@dependabot ignore this dependency
We want to stay on version 3 to allow merging the artifacts
--
This is an automated message from the Apache Git Service.
To respond to the me
dependabot[bot] closed pull request #404: Build: Bump actions/upload-artifact
from 3 to 4
URL: https://github.com/apache/iceberg-python/pull/404
--
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
dependabot[bot] commented on PR #404:
URL: https://github.com/apache/iceberg-python/pull/404#issuecomment-1936906747
OK, I won't notify you about actions/upload-artifact again, unless you
re-open this PR.
--
This is an automated message from the Apache Git Service.
To respond to the messa
95 matches
Mail list logo