The GitHub Actions job "run-java-client-e2e-tests" on 
streampipes.git/fix/csv-decimal-separator-530 has failed.
Run started by GitHub user manish9363 (triggered by manish9363).

Head commit for run:
9ba95f8875c2b5b8819202bc7c12bdd6760fe5e4 / manish9363 
<[email protected]>
fix(connect): support configurable decimal separator in CSV parser

CsvFormat/CsvParser did not recognize numeric values using ',' as the
decimal separator, so they were treated as strings (issue #530).

- Add locale-aware overloads to DatatypeUtils (getTypeClass, getXsdDatatype,
  convertValue) that accept a decimal separator and normalize ',' to '.'
  before parsing. Existing overloads default to '.', so behavior is unchanged
  for current callers.
- Normalization is guarded: it is skipped when the separator occurs more than
  once (e.g. grouping separators like 1,000,000) to avoid corrupting values.
- Expose a 'Decimal separator' option on the CSV parser and thread it through.

Closes #530

Report URL: https://github.com/apache/streampipes/actions/runs/33837286492

With regards,
GitHub Actions via GitBox

Reply via email to