aglinxinyuan opened a new issue, #5808:
URL: https://github.com/apache/texera/issues/5808
### Task Summary
Three small Jackson config-bag classes (no `LogicalOp` inheritance — plain
`@JsonProperty` holders) have no `<srcClassName>Spec.scala`. Each lives on a
descriptor's wire-format surface, so drift in field defaults, wire-key names,
enum mapping, or annotations silently breaks the workflow saved-state
round-trip.
### Scope
| Source class | Lines | What's currently un-pinned |
| --- | --- | --- |
| `visualization/lineChart/LineConfig.scala` | 76 | defaults
(`yValue`/`xValue`/`name`/`color` == "", `mode` == LINE_WITH_DOTS); wire-keys
`y`/`x`/`mode`/`name`/`color`; `LineMode` `@JsonValue`/`@JsonCreator`
(case-insensitive, unknown → exception); round-trip |
| `udf/python/UiUDFParameter.scala` | 47 | `value` default ""; round-trip of
`attribute` (Attribute) + `value`; `value` defaulting when omitted |
| `sort/SortCriteriaUnit.scala` | 36 | round-trip from
`{"attribute":...,"sortPreference":"ASC"/"DESC"}`; wire-key is `attribute` (not
`attributeName`); `@JsonProperty` annotations |
### Out of scope
No production-code changes. One `<srcClassName>Spec.scala` per source class.
### Task Type
- [x] Testing / QA
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]