-
For identity transform partitioning case (the one we current support), iceberg tables have a stand-alone partitioning column part of the schema with separate values.
For non-identity transform part…
-
[필요한 라이브러리 아래 중에서 맞는것만 설치]
gspread==5.12.4 oauth2client==4.1.3
[코드]
import gspread
import json
import pandas as pd
from collections import OrderedDict
from oauth2client.service_account import…
-
### Describe the issue
[SIG-diagram.png](https://github.com/kubernetes/community/blob/master/SIG-diagram.png) and [SIG-diagram.svg](https://github.com/kubernetes/community/blob/master/SIG-diagram.svg…
-
### Apache Iceberg version
1.4.2 (latest release)
### Query engine
Spark
### Please describe the bug 🐞
SPARK 3.4.1.
```
Caused by: java.io.FileNotFoundException: File does not exist: …
-
In the configuration of a catalog, if we don't include 'highlightedCharts', for example like this :
```
catalogs: [
{
"id": "ide",
"name": "Data fabrique",
…
-
IOOS would like to investigate how the IOOS Data Catalog could be indexed.
IOOS Data Catalog: https://data.ioos.us/
sitemap should be at https://data.ioos.us/sitemap.xml but needs to be fixed.
…
-
According to the current status in the readme, it seems only cloud storages are supported for the catalog.
For companies running on premise data lake, HDFS is widely used.
It would be nice if HDFS…
-
Hi,
In our process, we are using connector to transfer data from HDFS to Clickhouse via Spark. And this process overwrites a large number of partitions (there is not much data in each of them).
Th…
-
### Apache Iceberg version
0.7.0
### Please describe the bug 🐞
When I try to load large dataset as below, string columns data is stored in its original, uncompressed form, leading to increased memo…
-
**Background**
We aim to support backend and server-less write support for iceberg tables. We'd like to do that in similar way we do it to delta-tables: make `table_format` `iceberg` to be recognized…