The GitHub Actions job "Required Checks" on 
texera.git/fix/3070-aggregate-copy-paste-stale-attributes has failed.
Run started by GitHub user kunwp1 (triggered by kunwp1).

Head commit for run:
213f66425050475d806aacd658d6c1dfc3c86222 / Kunwoo Park <[email protected]>
fix(workflow-compiling): drop stale attribute references on schema change

Copy-pasting a schema-propagated Aggregate (or any operator with
@AutofillAttributeName/@AutofillAttributeNameList properties) and wiring it
to a different upstream left property values referencing columns that no
longer exist in the new input schema. This caused a compile error that
persisted even after clearing properties, since invalid values were never
removed.

When schema propagation produces an authoritative input-attribute list,
WorkflowCompilingService now drops property values that the new schema
invalidates: single attribute references are reset and attribute lists are
filtered. This honors the contract previously only documented on
DynamicSchemaService.setDynamicSchema.

Resolves apache/texera#3070.

Report URL: https://github.com/apache/texera/actions/runs/26668085751

With regards,
GitHub Actions via GitBox

Reply via email to