-
I've got a Hive catalog that uses Glue as the metastore:
```
connector.name=hive
hive.metastore=glue
hive.metastore.glue.region=eu-central-1
hive.s3.path-style-access=true
hive.allow-drop-table=…
-
Currently, to work with catalog tables in Daft, users must connect to the catalog and fetch the catalog table information themselves before calling `daft.read_iceberg`, `daft.read_deltalake`, or other…
-
### Feature Request / Improvement
I want to register an Iceberg catalog of type AWS Glue in Flink with the code like this:
```java
var properties = new HashMap();
properties.put("type", "iceberg…
-
The [Validate Catalog XML](https://killbill.github.io/slate/catalog.html#validate-a-catalog-xml) endpoint causes a NullPointerException when there is a mismatch in the phases of the current catalog an…
-
### System Information
- **Spark or PySpark**: PySpark
- **SDK Version**: v1.2.8
- **Spark Version**: v2.3.2
- **Algorithm (e.g. KMeans)**: n/a
### Describe the problem
I'm following the instr…
-
Hey, We are running connector on AWS ECS using Glue as catalog and S3 for storage.
This is the task configuration we are using:
```json
{
"name": "test",
"config": {
"conne…
-
### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues.
### Version
doris-2.0.3 installed by helm cha…
-
### Apache Iceberg version
0.7.1 (latest release)
### Please describe the bug 🐞
I have a table with column business_time_hour (all lower case). If I capitalize one character, to_pandas() (and…
-
### Apache Iceberg version
0.6.0 (latest release)
### Please describe the bug 🐞
Hi,
I just identified the bug when I was trying to do some tests with our AWS Glue catalog that uses Lake fo…
-
### Community Note
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help…