Josep Sampé

Results 6 issues of Josep Sampé

I'm trying to run the "Pipelines as Components" example [from the documentation](https://www.kubeflow.org/docs/components/pipelines/v2/pipelines/pipeline-basics/#pipelines-as-components), but it seems I'm not able to run it successfully. it always compile, but it always produces an...

kind/bug
lifecycle/stale

## Describe the bug `ingress` parameter under `properties` - `configuration` is defaulted to `None` if not provided in the yaml file. This causes this expression to fail: https://github.com/Azure/azure-cli-extensions/blob/91447b8387457aa03052c37dd152412967fbe799/src/containerapp/azext_containerapp/custom.py#L294-L297 **Command Name**...

bug
customer-reported
Service Attention
Auto-Assign
ContainerApp

## Description Fixes issue #441 by setting `dataChange = False` during `optimize()` ## Type of change Bug Fix

Since PR [Issue #405: DataWriter refactory #402](https://github.com/Qbeast-io/qbeast-spark/pull/402), a ConcurrentAppendException started appearing during a write() and a optimize() ``` io.delta.exceptions.ConcurrentAppendException: Files were added to the root of the table by a...

type: bug

**Describe the problem you faced** Currently, I am using GCP to run workloads on an Apache Hudi table stored in GCS. To enable distributed locking concurrency control, I found in...

concurrency-control
stability

In the Qbeast Delta implementation, appending data to an existing Delta table with a mismatched schema, and without the `mergeSchema` flag set to true, results in an issue. The current...