JanKaul commented on issue #52:
URL: https://github.com/apache/iceberg-rust/issues/52#issuecomment-1711180269
I would also be in favor of using the builder pattern for the pub structs.
If I'm correct all pub structs except for TableMetadata already have a
builder. With the `derive_bui
Fokko commented on PR #8521:
URL: https://github.com/apache/iceberg/pull/8521#issuecomment-1711190176
@rustyconover Yes I agree. It looks like it is pulling the wheel correctly
but it is missing the `decoder_fast` module. Maybe still good to just add this
fallback anyway.
--
This is an a
GoGoWen opened a new issue, #8527:
URL: https://github.com/apache/iceberg/issues/8527
### Query engine
why Iceberg do not support column with default value? like mysql "k1 INT
DEFAULT '1'"?
### Question
why Iceberg do not support column with default value? like mys
Fokko commented on issue #8527:
URL: https://github.com/apache/iceberg/issues/8527#issuecomment-1711211295
This is actually in the works:
https://iceberg.apache.org/spec/#default-values This will be part of Spec
version 3 that's being finalized.
--
This is an automated message from the A
getAlexRibeiro closed issue #7537: Error reading version hint file
URL: https://github.com/apache/iceberg/issues/7537
--
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 unsubsc
JanKaul opened a new pull request, #57:
URL: https://github.com/apache/iceberg-rust/pull/57
This PR adds integration tests for reading the table metadata from files.
Some of the tests are designed to fail. With the current design of the
serialization/deserialization the error doesn't specif
JanKaul commented on PR #57:
URL: https://github.com/apache/iceberg-rust/pull/57#issuecomment-1711222438
@liurenjie1024, @Xuanwo , @Fokko it would be great if you could take a look.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to Git
ZENOTME commented on code in PR #56:
URL: https://github.com/apache/iceberg-rust/pull/56#discussion_r1319653288
##
crates/iceberg/src/spec/manifest_list.rs:
##
@@ -0,0 +1,881 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contributor license agreem
andreacfm opened a new pull request, #8528:
URL: https://github.com/apache/iceberg/pull/8528
Documentation about schemaMerge
See #8005
--
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
zeddit commented on issue #8515:
URL: https://github.com/apache/iceberg/issues/8515#issuecomment-1711486546
great thanks for your help.
I have tried a poc about `minio + hive metastore + iceberg`, and I am using
`pyiceberg` to conduct some performance test.
I have a poor performance a
liurenjie1024 commented on code in PR #57:
URL: https://github.com/apache/iceberg-rust/pull/57#discussion_r1319737798
##
crates/iceberg/src/spec/table_metadata.rs:
##
@@ -346,21 +349,29 @@ pub(super) mod _serde {
} else {
value.current_snapshot_id
liurenjie1024 commented on PR #56:
URL: https://github.com/apache/iceberg-rust/pull/56#issuecomment-1711520015
> And I find some place is inconsistent with spec.
>
>
>
https://iceberg.apache.org/spec/#manifests:~:text=504-,added_files_count,-int
In partice, this field in avro is
liurenjie1024 commented on code in PR #56:
URL: https://github.com/apache/iceberg-rust/pull/56#discussion_r1319745001
##
crates/iceberg/src/avro/mod.rs:
##
@@ -18,3 +18,4 @@
//! Avro related codes.
#[allow(dead_code)]
mod schema;
+pub use schema::*;
Review Comment:
```sug
xuqi1633 commented on issue #3028:
URL: https://github.com/apache/iceberg/issues/3028#issuecomment-1711568897
After compiling the project, a relocated guava jar file will be generated
under the bundled-guava module
```
./gradlew clean build -x test -x javadoc -x integrationTest
```
ajantha-bhat commented on code in PR #7105:
URL: https://github.com/apache/iceberg/pull/7105#discussion_r1319799186
##
format/spec.md:
##
@@ -702,6 +703,41 @@ Blob metadata is a struct with the following fields:
| _optional_ | _optional_ | **`properties`** | `map` |
Additional
ajantha-bhat commented on PR #7105:
URL: https://github.com/apache/iceberg/pull/7105#issuecomment-1711585128
@RussellSpitzer, @flyrain, @szehon-ho, @rdblue: I have addressed the new
suggestions. Please approve the PR if it is ok or comment more if we need
further changes. Thanks.
--
ajantha-bhat commented on code in PR #7105:
URL: https://github.com/apache/iceberg/pull/7105#discussion_r1319801698
##
format/spec.md:
##
@@ -702,6 +703,41 @@ Blob metadata is a struct with the following fields:
| _optional_ | _optional_ | **`properties`** | `map` |
Additional
ajantha-bhat commented on code in PR #7105:
URL: https://github.com/apache/iceberg/pull/7105#discussion_r1319802967
##
format/spec.md:
##
@@ -702,6 +703,41 @@ Blob metadata is a struct with the following fields:
| _optional_ | _optional_ | **`properties`** | `map` |
Additional
juanrondineau commented on issue #8333:
URL: https://github.com/apache/iceberg/issues/8333#issuecomment-1711594714
@chandu-1101 , thanks for your welcome
i share 2 printscreens
the first simulate on a dbeaver session connected to spark the operations
that dbt internaly executes, in th
RussellSpitzer commented on code in PR #8528:
URL: https://github.com/apache/iceberg/pull/8528#discussion_r1319920277
##
docs/spark-writes.md:
##
@@ -313,6 +313,22 @@ data.writeTo("prod.db.table")
.createOrReplace()
```
+### Schema Merge
+
+Iceberg support dynamic `schem
szehon-ho commented on code in PR #7105:
URL: https://github.com/apache/iceberg/pull/7105#discussion_r1319945486
##
format/spec.md:
##
@@ -702,6 +703,49 @@ Blob metadata is a struct with the following fields:
| _optional_ | _optional_ | **`properties`** | `map` |
Additional pr
szehon-ho commented on code in PR #7105:
URL: https://github.com/apache/iceberg/pull/7105#discussion_r1319942204
##
format/spec.md:
##
@@ -702,6 +703,49 @@ Blob metadata is a struct with the following fields:
| _optional_ | _optional_ | **`properties`** | `map` |
Additional pr
amogh-jahagirdar merged PR #274:
URL: https://github.com/apache/iceberg-docs/pull/274
--
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...
ajantha-bhat commented on code in PR #7105:
URL: https://github.com/apache/iceberg/pull/7105#discussion_r1320008836
##
format/spec.md:
##
@@ -702,6 +703,49 @@ Blob metadata is a struct with the following fields:
| _optional_ | _optional_ | **`properties`** | `map` |
Additional
ajantha-bhat commented on code in PR #7105:
URL: https://github.com/apache/iceberg/pull/7105#discussion_r1320009356
##
format/spec.md:
##
@@ -702,6 +703,49 @@ Blob metadata is a struct with the following fields:
| _optional_ | _optional_ | **`properties`** | `map` |
Additional
amogh-jahagirdar commented on PR #8491:
URL: https://github.com/apache/iceberg/pull/8491#issuecomment-1711851893
@hiteshbedre Since this is more of a cleanup, I'll merge after the checks
pass.
--
This is an automated message from the Apache Git Service.
To respond to the message, please l
delaneyj opened a new issue, #4:
URL: https://github.com/apache/iceberg-go/issues/4
### Question
Iceberg has subprojects targetting arrow/orc/parquet/etc. Is there plans to
have adapters be part of this repo?
Are there plans to have interfaces for `SchemaToDatastore`?
--
Th
amogh-jahagirdar merged PR #8491:
URL: https://github.com/apache/iceberg/pull/8491
--
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...@ic
amogh-jahagirdar commented on PR #8491:
URL: https://github.com/apache/iceberg/pull/8491#issuecomment-1711878925
Thanks for the contribution @hiteshbedre !
--
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
melvynator opened a new pull request, #275:
URL: https://github.com/apache/iceberg-docs/pull/275
Fixed a typo
--
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
zeroshade commented on issue #4:
URL: https://github.com/apache/iceberg-go/issues/4#issuecomment-1711921361
I plan on supporting Arrow, Parquet, Avro and Orc in this repo as much as I
can.
That said, I'm not familiar with `SchemaToDatastore`, but I want to support
as much as possibl
delaneyj commented on issue #4:
URL: https://github.com/apache/iceberg-go/issues/4#issuecomment-1712023219
Oh its not a library, I meant include an interface to be able to plugin any
of these options or others.
--
This is an automated message from the Apache Git Service.
To respond to the
kunal-nandwana opened a new issue, #5556:
URL: https://github.com/apache/iceberg/issues/5556
### Feature Request / Improvement
Hi Team,
I am using Iceberg in my project and I found a big thing which is missing
from Iceberg which is easily available in Apache Hudi and Deltalake that
vinitamaloo-asu commented on issue #2442:
URL: https://github.com/apache/iceberg/issues/2442#issuecomment-1712329399
I created a new catalog "iceberg_catalog" using spark config like below:
`.set("spark.sql.catalog.iceberg_catalog",
"org.apache.iceberg.spark.SparkCatalog")
vinitamaloo-asu opened a new issue, #8529:
URL: https://github.com/apache/iceberg/issues/8529
### Apache Iceberg version
1.3.1 (latest release)
### Query engine
Spark
### Please describe the bug 🐞
Running this command with:
`spark.sql(DROP DATABASE IF EX
github-actions[bot] closed issue #6914: change partition led to query bug
URL: https://github.com/apache/iceberg/issues/6914
--
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
github-actions[bot] commented on issue #6914:
URL: https://github.com/apache/iceberg/issues/6914#issuecomment-1712351531
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
37 matches
Mail list logo