JanKaul commented on code in PR #79:
URL: https://github.com/apache/iceberg-rust/pull/79#discussion_r1360204175
##
crates/iceberg/src/spec/values.rs:
##
@@ -966,6 +978,547 @@ mod timestamptz {
}
}
+mod serde {
Review Comment:
I think using the RawLiteral makes sense.
Fokko merged PR #77:
URL: https://github.com/apache/iceberg-python/pull/77
--
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
Fokko merged PR #76:
URL: https://github.com/apache/iceberg-python/pull/76
--
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
Fokko merged PR #75:
URL: https://github.com/apache/iceberg-python/pull/75
--
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
Fokko merged PR #74:
URL: https://github.com/apache/iceberg-python/pull/74
--
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
Fokko merged PR #73:
URL: https://github.com/apache/iceberg-python/pull/73
--
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
JanKaul commented on code in PR #79:
URL: https://github.com/apache/iceberg-rust/pull/79#discussion_r1360224491
##
crates/iceberg/src/spec/manifest.rs:
##
@@ -0,0 +1,671 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contributor license agreements.
Fokko commented on code in PR #8795:
URL: https://github.com/apache/iceberg/pull/8795#discussion_r1360239997
##
.github/labeler.yml:
##
@@ -55,16 +55,12 @@ HIVE:
- hive3/**/*
- hive-metastore/**/*
- hive-runtime/**/*
+ - hive3-orc-bundle/**/*
DATA:
- data/**/*
SPA
Fokko merged PR #8795:
URL: https://github.com/apache/iceberg/pull/8795
--
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
liurenjie1024 commented on issue #24:
URL: https://github.com/apache/iceberg-rust/issues/24#issuecomment-1763911352
We'll do this after #78 get merged.
--
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
JanKaul closed pull request #74: feat: In memory catalog
URL: https://github.com/apache/iceberg-rust/pull/74
--
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
nastra commented on code in PR #7913:
URL: https://github.com/apache/iceberg/pull/7913#discussion_r1360265755
##
open-api/rest-catalog-open-api.yaml:
##
@@ -1630,6 +1990,102 @@ components:
metadata-log:
$ref: '#/components/schemas/MetadataLog'
+SQLViewR
nastra merged PR #8837:
URL: https://github.com/apache/iceberg/pull/8837
--
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
Xuanwo commented on issue #24:
URL: https://github.com/apache/iceberg-rust/issues/24#issuecomment-1763934264
> Following #15 , we should provide workspace wide dependency management.
From my daily routine, I find it inconvenient when a library has
workspace-wide dependencies. I have t
nastra merged PR #8826:
URL: https://github.com/apache/iceberg/pull/8826
--
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 closed issue #8825: Build: enforce reproducible build
URL: https://github.com/apache/iceberg/issues/8825
--
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,
liurenjie1024 commented on issue #24:
URL: https://github.com/apache/iceberg-rust/issues/24#issuecomment-1763942829
> > Following #15 , we should provide workspace wide dependency management.
>
> From my daily routine, I find it inconvenient when a library has
workspace-wide dependenc
Xuanwo commented on code in PR #78:
URL: https://github.com/apache/iceberg-rust/pull/78#discussion_r1360330437
##
crates/iceberg-rest/Cargo.toml:
##
@@ -0,0 +1,41 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the
liurenjie1024 commented on code in PR #78:
URL: https://github.com/apache/iceberg-rust/pull/78#discussion_r1360337146
##
crates/iceberg-rest/Cargo.toml:
##
@@ -0,0 +1,41 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.
Xuanwo commented on code in PR #78:
URL: https://github.com/apache/iceberg-rust/pull/78#discussion_r1360351583
##
crates/iceberg-rest/Cargo.toml:
##
@@ -0,0 +1,41 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the
liurenjie1024 commented on code in PR #78:
URL: https://github.com/apache/iceberg-rust/pull/78#discussion_r1360370023
##
crates/iceberg-rest/Cargo.toml:
##
@@ -0,0 +1,41 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.
amogh-jahagirdar commented on issue #8832:
URL: https://github.com/apache/iceberg/issues/8832#issuecomment-1764106743
> Sounds like a similar issue to #8321. @amogh-jahagirdar should we get
#8321 reviewed first and then we can address any leftovers in this PR?
Ooh missed #8321, yes le
amogh-jahagirdar commented on PR #8833:
URL: https://github.com/apache/iceberg/pull/8833#issuecomment-1764118823
Looks like a similar PR was already put up in the past
https://github.com/apache/iceberg/pull/8340, we can just review that.
--
This is an automated message from the Apache Git
ZENOTME commented on code in PR #79:
URL: https://github.com/apache/iceberg-rust/pull/79#discussion_r1360421087
##
crates/iceberg/src/spec/manifest.rs:
##
@@ -0,0 +1,671 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contributor license agreements.
bryanck commented on PR #8834:
URL: https://github.com/apache/iceberg/pull/8834#issuecomment-1764216831
> Other than to revert the optimize in #8336, is it better to invalidate the
cached `splitOffsetList`? The proposed change is in the
`org.apache.iceberg.BaseFile#put` function:
> `
nastra commented on code in PR #8844:
URL: https://github.com/apache/iceberg/pull/8844#discussion_r1360480900
##
core/src/main/java/org/apache/iceberg/CachingCatalog.java:
##
@@ -110,6 +110,8 @@ private Cache
createTableCache(Ticker ticker) {
.removalListener(new Met
nastra commented on code in PR #8844:
URL: https://github.com/apache/iceberg/pull/8844#discussion_r1360480900
##
core/src/main/java/org/apache/iceberg/CachingCatalog.java:
##
@@ -110,6 +110,8 @@ private Cache
createTableCache(Ticker ticker) {
.removalListener(new Met
atifiu commented on PR #6252:
URL: https://github.com/apache/iceberg/pull/6252#issuecomment-1764246045
@huaxingao Based on your suggestion, I have narrowed the filter criteria so
that even considering the timezone problem, we dont filter on more than two
partitions so that filter can be pus
nastra commented on code in PR #8834:
URL: https://github.com/apache/iceberg/pull/8834#discussion_r1360559226
##
core/src/test/java/org/apache/iceberg/TestManifestReader.java:
##
@@ -61,16 +70,14 @@ public void testReaderWithFilterWithoutSelect() throws
IOException {
Manif
advancedxy commented on PR #8834:
URL: https://github.com/apache/iceberg/pull/8834#issuecomment-1764363047
> > Other than to revert the optimize in #8336, is it better to invalidate
the cached `splitOffsetList`? The proposed change is in the
`org.apache.iceberg.BaseFile#put` function:
>
nastra commented on code in PR #8844:
URL: https://github.com/apache/iceberg/pull/8844#discussion_r1360588962
##
spark/v3.5/spark-extensions/src/test/java/org/apache/iceberg/spark/extensions/TestCachingCatalogExpirationAfterWrite.java:
##
@@ -0,0 +1,82 @@
+/*
+ * Licensed to the
nastra commented on code in PR #8844:
URL: https://github.com/apache/iceberg/pull/8844#discussion_r1360589513
##
spark/v3.5/spark-extensions/src/test/java/org/apache/iceberg/spark/extensions/TestCachingCatalogExpirationAfterWrite.java:
##
@@ -0,0 +1,82 @@
+/*
+ * Licensed to the
nastra commented on code in PR #8844:
URL: https://github.com/apache/iceberg/pull/8844#discussion_r1360589867
##
spark/v3.5/spark-extensions/src/test/java/org/apache/iceberg/spark/extensions/TestCachingCatalogExpirationAfterWrite.java:
##
@@ -0,0 +1,82 @@
+/*
+ * Licensed to the
nastra commented on code in PR #8844:
URL: https://github.com/apache/iceberg/pull/8844#discussion_r1360600506
##
spark/v3.5/spark-extensions/src/test/java/org/apache/iceberg/spark/extensions/TestCachingCatalogExpirationAfterWrite.java:
##
@@ -0,0 +1,82 @@
+/*
+ * Licensed to the
dimas-b commented on code in PR #8798:
URL: https://github.com/apache/iceberg/pull/8798#discussion_r1360635935
##
nessie/src/test/java/org/apache/iceberg/nessie/TestCustomNessieClient.java:
##
@@ -78,30 +77,11 @@ public void testNonExistentCustomClient() {
Fokko commented on code in PR #76:
URL: https://github.com/apache/iceberg-rust/pull/76#discussion_r1360636839
##
crates/iceberg/src/spec/manifest_list.rs:
##
@@ -940,4 +1025,108 @@ mod test {
r#"[{"manifest_path":"s3a://icebergdata/demo/s1/t1/metadata/05ffe08b-810f
mobley-trent opened a new issue, #78:
URL: https://github.com/apache/iceberg-python/issues/78
### Apache Iceberg version
0.5.0 (latest release)
### Please describe the bug 🐞
Python = 3.11
PostgreSql = v16
I'm having issues setting up the initial connection to po
zhangminglei commented on code in PR #8844:
URL: https://github.com/apache/iceberg/pull/8844#discussion_r1360727462
##
core/src/main/java/org/apache/iceberg/CachingCatalog.java:
##
@@ -110,6 +110,8 @@ private Cache
createTableCache(Ticker ticker) {
.removalListener(n
zhangminglei commented on code in PR #8844:
URL: https://github.com/apache/iceberg/pull/8844#discussion_r1360798631
##
spark/v3.5/spark-extensions/src/test/java/org/apache/iceberg/spark/extensions/TestCachingCatalogExpirationAfterWrite.java:
##
@@ -0,0 +1,82 @@
+/*
+ * Licensed
nastra commented on PR #8808:
URL: https://github.com/apache/iceberg/pull/8808#issuecomment-1764681891
> Some systems like older versions of Impala do not annotate String type as
UTF-8 columns in Parquet files. When importing these Parquet files into
Iceberg, reading these Binary columns wi
bryanck commented on code in PR #8834:
URL: https://github.com/apache/iceberg/pull/8834#discussion_r1360817555
##
core/src/test/java/org/apache/iceberg/TestManifestReader.java:
##
@@ -61,16 +70,14 @@ public void testReaderWithFilterWithoutSelect() throws
IOException {
Mani
ZENOTME commented on code in PR #20:
URL: https://github.com/apache/iceberg-rust/pull/20#discussion_r1360827510
##
crates/iceberg/src/spec/values.rs:
##
@@ -0,0 +1,964 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contributor license agreements.
nastra commented on code in PR #8250:
URL: https://github.com/apache/iceberg/pull/8250#discussion_r1360824697
##
spark/v3.4/spark/src/main/java/org/apache/iceberg/spark/source/InternalRowWrapper.java:
##
@@ -71,8 +77,12 @@ public void set(int pos, T value) {
row.update(pos
ZENOTME commented on code in PR #20:
URL: https://github.com/apache/iceberg-rust/pull/20#discussion_r1360827510
##
crates/iceberg/src/spec/values.rs:
##
@@ -0,0 +1,964 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contributor license agreements.
rdblue commented on code in PR #8683:
URL: https://github.com/apache/iceberg/pull/8683#discussion_r1360863357
##
format/spec.md:
##
@@ -862,10 +864,12 @@ Maps with non-string keys must use an array
representation with the `map` logica
|**`float`**|`float`||
|**`double`**|`dou
rdblue commented on code in PR #8683:
URL: https://github.com/apache/iceberg/pull/8683#discussion_r1360863357
##
format/spec.md:
##
@@ -862,10 +864,12 @@ Maps with non-string keys must use an array
representation with the `map` logica
|**`float`**|`float`||
|**`double`**|`dou
rdblue commented on code in PR #8683:
URL: https://github.com/apache/iceberg/pull/8683#discussion_r1360866229
##
format/spec.md:
##
@@ -874,6 +878,11 @@ Maps with non-string keys must use an array representation
with the `map` logica
|**`list`**|`array`||
|**`map`**|`array` o
rdblue commented on code in PR #8683:
URL: https://github.com/apache/iceberg/pull/8683#discussion_r1360870420
##
format/spec.md:
##
@@ -948,6 +961,7 @@ Lists must use the [3-level
representation](https://github.com/apache/parquet-fo
Notes:
1. ORC's
[TimestampColumnVector](
rdblue commented on code in PR #8683:
URL: https://github.com/apache/iceberg/pull/8683#discussion_r1360871361
##
format/spec.md:
##
@@ -971,8 +985,10 @@ The 32-bit hash implementation is 32-bit Murmur3 hash, x86
variant, seeded with
| **`decimal(P,S)`** | `hashBytes(minBigEndi
rdblue commented on code in PR #8683:
URL: https://github.com/apache/iceberg/pull/8683#discussion_r1360873696
##
format/spec.md:
##
@@ -177,8 +177,10 @@ A **`map`** is a collection of key-value pairs with a key
type and a value type.
| **`decimal(P,S)`** | Fixed-point decimal;
rdblue commented on code in PR #8834:
URL: https://github.com/apache/iceberg/pull/8834#discussion_r1360880736
##
core/src/main/java/org/apache/iceberg/BaseFile.java:
##
@@ -463,11 +460,7 @@ public ByteBuffer keyMetadata() {
@Override
public List splitOffsets() {
-if
rdblue merged PR #8834:
URL: https://github.com/apache/iceberg/pull/8834
--
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 opened a new pull request, #8845:
URL: https://github.com/apache/iceberg/pull/8845
This backports #8834 to 1.4.1
--
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
Fokko commented on code in PR #8683:
URL: https://github.com/apache/iceberg/pull/8683#discussion_r1360913216
##
format/spec.md:
##
@@ -874,6 +878,11 @@ Maps with non-string keys must use an array representation
with the `map` logica
|**`list`**|`array`||
|**`map`**|`array` of
jacobmarble commented on code in PR #8683:
URL: https://github.com/apache/iceberg/pull/8683#discussion_r1360930771
##
format/spec.md:
##
@@ -874,6 +878,11 @@ Maps with non-string keys must use an array representation
with the `map` logica
|**`list`**|`array`||
|**`map`**|`arr
Fokko commented on code in PR #8683:
URL: https://github.com/apache/iceberg/pull/8683#discussion_r1360934237
##
format/spec.md:
##
@@ -874,6 +878,11 @@ Maps with non-string keys must use an array representation
with the `map` logica
|**`list`**|`array`||
|**`map`**|`array` of
jacobmarble commented on code in PR #8683:
URL: https://github.com/apache/iceberg/pull/8683#discussion_r1360938772
##
format/spec.md:
##
@@ -874,6 +878,11 @@ Maps with non-string keys must use an array representation
with the `map` logica
|**`list`**|`array`||
|**`map`**|`arr
huaxingao commented on PR #6252:
URL: https://github.com/apache/iceberg/pull/6252#issuecomment-1764861269
@atifiu Based on the log, only `IsNotNull(initial_page_view_dtm)` is
completely evaluated on iceberg side. Both `(initial_page_view_dtm#3 >=
2023-06-02 06:00:00)` and `initial_page_view
Fokko commented on code in PR #8683:
URL: https://github.com/apache/iceberg/pull/8683#discussion_r1360945526
##
format/spec.md:
##
@@ -874,6 +878,11 @@ Maps with non-string keys must use an array representation
with the `map` logica
|**`list`**|`array`||
|**`map`**|`array` of
rdblue merged PR #71:
URL: https://github.com/apache/iceberg-python/pull/71
--
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
amogh-jahagirdar commented on code in PR #8340:
URL: https://github.com/apache/iceberg/pull/8340#discussion_r1360982717
##
core/src/main/java/org/apache/iceberg/jdbc/JdbcUtil.java:
##
@@ -135,7 +135,7 @@ final class JdbcUtil {
+ CATALOG_NAME
+ " = ? AND "
jacobmarble commented on code in PR #8683:
URL: https://github.com/apache/iceberg/pull/8683#discussion_r1360997998
##
format/spec.md:
##
@@ -971,8 +985,10 @@ The 32-bit hash implementation is 32-bit Murmur3 hash, x86
variant, seeded with
| **`decimal(P,S)`** | `hashBytes(minBi
atifiu commented on PR #6252:
URL: https://github.com/apache/iceberg/pull/6252#issuecomment-1764912976
@huaxingao So finally it is working but without `between `and `<=`
operators. Yes, I have to tweak my query to adjust the timezone so that entire
partition is picked by query.
```
dramaticlly commented on code in PR #8340:
URL: https://github.com/apache/iceberg/pull/8340#discussion_r1361000799
##
core/src/main/java/org/apache/iceberg/jdbc/JdbcUtil.java:
##
@@ -135,7 +135,7 @@ final class JdbcUtil {
+ CATALOG_NAME
+ " = ? AND "
jacobmarble commented on code in PR #8683:
URL: https://github.com/apache/iceberg/pull/8683#discussion_r1361003504
##
format/spec.md:
##
@@ -177,8 +177,10 @@ A **`map`** is a collection of key-value pairs with a key
type and a value type.
| **`decimal(P,S)`** | Fixed-point dec
jacobmarble commented on code in PR #8683:
URL: https://github.com/apache/iceberg/pull/8683#discussion_r1361004482
##
format/spec.md:
##
@@ -948,6 +961,7 @@ Lists must use the [3-level
representation](https://github.com/apache/parquet-fo
Notes:
1. ORC's
[TimestampColumnVec
jacobmarble commented on code in PR #8683:
URL: https://github.com/apache/iceberg/pull/8683#discussion_r1361006657
##
format/spec.md:
##
@@ -874,6 +878,11 @@ Maps with non-string keys must use an array representation
with the `map` logica
|**`list`**|`array`||
|**`map`**|`arr
Fokko opened a new pull request, #79:
URL: https://github.com/apache/iceberg-python/pull/79
```
E pydantic.warnings.PydanticDeprecatedSince20: Using extra keyword
arguments on `Field` is deprecated and will be removed. Use `json_schema_extra`
instead. (Extra keys: 'example'). Depreca
jacobmarble commented on code in PR #8683:
URL: https://github.com/apache/iceberg/pull/8683#discussion_r1361135225
##
format/spec.md:
##
@@ -971,8 +985,10 @@ The 32-bit hash implementation is 32-bit Murmur3 hash, x86
variant, seeded with
| **`decimal(P,S)`** | `hashBytes(minBi
kangyang-wang commented on issue #7800:
URL: https://github.com/apache/iceberg/issues/7800#issuecomment-1765093921
Got the same issue here while trying to write to s3... Any solutions?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to
Fokko opened a new pull request, #80:
URL: https://github.com/apache/iceberg-python/pull/80
(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
ismailsimsek commented on code in PR #8340:
URL: https://github.com/apache/iceberg/pull/8340#discussion_r1361153332
##
core/src/main/java/org/apache/iceberg/jdbc/JdbcUtil.java:
##
@@ -135,7 +135,7 @@ final class JdbcUtil {
+ CATALOG_NAME
+ " = ? AND "
rdblue commented on PR #80:
URL: https://github.com/apache/iceberg-python/pull/80#issuecomment-1765238294
Should we make -Werror part of CI?
--
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 sp
Fokko commented on PR #80:
URL: https://github.com/apache/iceberg-python/pull/80#issuecomment-1765242399
@rdblue Yes, this effort is going on at
https://github.com/apache/iceberg-python/pull/33. It is tricky because it also
catches warnings from external libraries (Ray threw some warnings),
Fokko merged PR #80:
URL: https://github.com/apache/iceberg-python/pull/80
--
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
Fokko commented on PR #79:
URL: https://github.com/apache/iceberg-python/pull/79#issuecomment-1765243284
Thanks @rdblue ! 🙌
--
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 #79:
URL: https://github.com/apache/iceberg-python/pull/79
--
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
W-I-D-EE commented on issue #8702:
URL: https://github.com/apache/iceberg/issues/8702#issuecomment-1765308407
Further to this, i have actually had a lot of trouble getting delete from or
merge into working with removing duplicate rows. Today the only way i have been
able to remove deuplicat
RLashofRegas opened a new issue, #8846:
URL: https://github.com/apache/iceberg/issues/8846
### Feature Request / Improvement
I am using iceberg v0.14.0 w/ Spark 3.3.0 on Amazon EMR 6.8.0.
We are trying to implement regular table maintenance on a table that uses
partition transf
jayceslesar commented on PR #35:
URL: https://github.com/apache/iceberg-python/pull/35#issuecomment-1765396170
@steinsgateted looks like there are no 3.12 wheels yet see the discussion on
https://github.com/aio-libs/aiohttp/issues/7639
--
This is an automated message from the Apache G
rdblue commented on issue #8847:
URL: https://github.com/apache/iceberg/issues/8847#issuecomment-1765411414
@stevenzwu, can you help us understand what is a problem with this and why
it should be removed from the 1.4.1 release?
--
This is an automated message from the Apache Git Service.
stevenzwu commented on issue #8847:
URL: https://github.com/apache/iceberg/issues/8847#issuecomment-1765429213
@rdblue here is the recap from the discussions on the PR #7161.
https://github.com/apache/iceberg/pull/7161#issuecomment-1761169778
PR #7161 automatically apply the custom bu
github-actions[bot] commented on issue #7280:
URL: https://github.com/apache/iceberg/issues/7280#issuecomment-1765457345
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 #7271: Error when add custom Spark logicalPlan
using injectResolutionRule
URL: https://github.com/apache/iceberg/issues/7271
--
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
github-actions[bot] closed issue #7280: DeleteOrphanFilesSparkAction doesn't
use the Catalog's FileIO
URL: https://github.com/apache/iceberg/issues/7280
--
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
github-actions[bot] commented on issue #7271:
URL: https://github.com/apache/iceberg/issues/7271#issuecomment-1765457375
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
rdblue commented on issue #8847:
URL: https://github.com/apache/iceberg/issues/8847#issuecomment-1765460065
Thanks, @stevenzwu! I agree that reverting the behavior change makes the
most sense. We should be careful about default behavior changes and rolling
back the change (but not the featu
RussellSpitzer commented on issue #8846:
URL: https://github.com/apache/iceberg/issues/8846#issuecomment-1765475158
This is supported in Iceberg 1.4
--
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
puchengy opened a new issue, #81:
URL: https://github.com/apache/iceberg-python/issues/81
### Apache Iceberg version
main (development)
### Please describe the bug 🐞
PR to reproduce
https://github.com/puchengy/iceberg-python/commit/68081491641b0d7bada13a18b98ded3e08e127a
camper42 commented on PR #7291:
URL: https://github.com/apache/iceberg/pull/7291#issuecomment-1765491318
Any progress on this PR? We're having the same problem.
--
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
fengjiajie commented on PR #8808:
URL: https://github.com/apache/iceberg/pull/8808#issuecomment-1765499071
> > Some systems like older versions of Impala do not annotate String type
as UTF-8 columns in Parquet files. When importing these Parquet files into
Iceberg, reading these Binary colu
RLashofRegas commented on issue #3703:
URL: https://github.com/apache/iceberg/issues/3703#issuecomment-1765512670
@dchristle What was your solution that fixed the `Cannot broadcast the table
that is larger than 8GB` issue? I just ran into the same problem on expire
snapshots. I am using `ma
liurenjie1024 commented on code in PR #76:
URL: https://github.com/apache/iceberg-rust/pull/76#discussion_r1361411731
##
crates/iceberg/src/spec/manifest_list.rs:
##
@@ -940,4 +1025,108 @@ mod test {
r#"[{"manifest_path":"s3a://icebergdata/demo/s1/t1/metadata/05ffe
chenwyi2 commented on PR #7161:
URL: https://github.com/apache/iceberg/pull/7161#issuecomment-1765530967
In normal conditition, only the data of current minute will be written.
However, if the data is delayed, for example, at 11:50, the data has not been
written until 11:55, then at 11:56
barronw commented on code in PR #76:
URL: https://github.com/apache/iceberg-rust/pull/76#discussion_r1361422612
##
crates/iceberg/src/spec/manifest_list.rs:
##
@@ -940,4 +1025,108 @@ mod test {
r#"[{"manifest_path":"s3a://icebergdata/demo/s1/t1/metadata/05ffe08b-81
barronw commented on code in PR #76:
URL: https://github.com/apache/iceberg-rust/pull/76#discussion_r1361425336
##
crates/iceberg/src/spec/manifest_list.rs:
##
@@ -940,4 +1025,108 @@ mod test {
r#"[{"manifest_path":"s3a://icebergdata/demo/s1/t1/metadata/05ffe08b-81
barronw commented on code in PR #76:
URL: https://github.com/apache/iceberg-rust/pull/76#discussion_r1361422612
##
crates/iceberg/src/spec/manifest_list.rs:
##
@@ -940,4 +1025,108 @@ mod test {
r#"[{"manifest_path":"s3a://icebergdata/demo/s1/t1/metadata/05ffe08b-81
barronw commented on code in PR #76:
URL: https://github.com/apache/iceberg-rust/pull/76#discussion_r1361422612
##
crates/iceberg/src/spec/manifest_list.rs:
##
@@ -940,4 +1025,108 @@ mod test {
r#"[{"manifest_path":"s3a://icebergdata/demo/s1/t1/metadata/05ffe08b-81
barronw commented on code in PR #76:
URL: https://github.com/apache/iceberg-rust/pull/76#discussion_r1361422612
##
crates/iceberg/src/spec/manifest_list.rs:
##
@@ -940,4 +1025,108 @@ mod test {
r#"[{"manifest_path":"s3a://icebergdata/demo/s1/t1/metadata/05ffe08b-81
barronw commented on code in PR #76:
URL: https://github.com/apache/iceberg-rust/pull/76#discussion_r1361422612
##
crates/iceberg/src/spec/manifest_list.rs:
##
@@ -940,4 +1025,108 @@ mod test {
r#"[{"manifest_path":"s3a://icebergdata/demo/s1/t1/metadata/05ffe08b-81
1 - 100 of 114 matches
Mail list logo