-
### Checklist
- [ ] The issue exists after disabling all extensions
- [ ] The issue exists on a clean installation of webui
- [ ] The issue is caused by an extension, but I believe it is caused by a …
-
Describe the problem you faced
Spark write hudi, upsert, state index
Stacktrace
org.apache.hudi.exception.HoodieUpsertException: Error upserting bucketType UPDATE for partition :0
…
-
MergeInto is failing when trying to upsert 70GB data (size on S3) onto a 25TB Delta store (size on S3)
The failure is happening in the `findTouchedFiles()` spark stage and we see that our Driver is…
-
Most part of params that the DAG and the Operators and Sensors underneath take are basic/raw types (string, int, bool, float) and basic objects (lists, dicts). But from time to time we require some py…
-
Hi Team,
While exploring parquet encryption, it is found that, if a field in nested column is encrypted , and If I want to read this parquet directory from other applications which does not have en…
-
```sql
SELECT *
FROM TABLE(exclude_columns(
input => TABLE(tpch.sf100.orders),
columns => DESCRIPTOR(orderstatus)));
orderkey | custkey | totalprice | orderdate | orderpriority | c…
ebyhr updated
8 months ago
-
Hello, I am trying to run `apply_deltas` in order to convert the llama weights I have downloaded to vicuna weights. When I run
```
python3 -m fastchat.model.apply_delta \
--base-model-path /home/…
-
Add Support for Profiler and DQ for Deltalake
**Related issues**
- [ ] Implement UI component for deltalake profiler config
- [ ] Workflow implementation for deltalake profiler
- [ ] Workflow im…
-
I'm trying to read raster file using mosaic library to fetch H3 cell indices and measures values and write them in delta lake. But its throwing java.lang.NegativeArraySizeException when I tried to wri…
-
## Bug
Zordering on String columns does not seem to work. The error does help much either.
### Describe the problem
In my dataset, I have 2 columns that I use for my predicate for querying data a…