Skip to content

release v080 (#90)#91

Closed
stevenhsd wants to merge 2 commits intomainfrom
release_v080
Closed

release v080 (#90)#91
stevenhsd wants to merge 2 commits intomainfrom
release_v080

Conversation

@stevenhsd
Copy link
Copy Markdown
Contributor

@stevenhsd stevenhsd commented Apr 16, 2026

  • fix: enhance duckdb casting to be less permissive of poorly formatted dates and trim whitespace

  • feat: integrated duckdb casting into data contract and added initial spark casting

  • refactor: added further spark cast work with tests, small fixes to duckdb casting

  • style: address linting issues

  • refactor: add in time type for duckdb casting in contract and fix spark test involving regexp for spark casting in contract

TLDR of changes

What kind of changes does this PR introduce?

Tick all that apply

  • fix: A bug fix. Correlates with PATCH in SemVer
  • feat: A new feature. Correlates with MINOR in SemVer
  • docs: Documentation only changes
  • style: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)
  • refactor: A code change that neither fixes a bug nor adds a feature
  • perf: A code change that improves performance
  • test: Adding missing or correcting existing tests
  • build: Changes that affect the build system or external dependencies (example scopes: pip, docker, npm)
  • ci: Changes to CI configuration files and scripts (example scopes: GitLabCI)

Please check if the PR fulfills these requirements

  • I have read and followed the Contributing guidance
  • Docs have been added / updated
  • Tests and Linting in the CI are passing
  • Changes have been reviewed and approved by a Project Maintainer

stevenhsd and others added 2 commits April 16, 2026 16:18
* fix: enhance duckdb casting to be less permissive of poorly formatted dates and trim whitespace

* feat: integrated duckdb casting into data contract and added initial spark casting

* refactor: added further spark cast work with tests, small fixes to duckdb casting

* style: address linting issues

* refactor: add in time type for duckdb casting in contract and fix spark test involving regexp for spark casting in contract
)

* fix: make time format more strict to stop invalid time date flowing

* style: address sonarcube l523 comment
@georgeRobertson georgeRobertson changed the title Feature/ndit 1146 improve contract casting statements (#90) release v080 (#90) Apr 16, 2026
@sonarqubecloud
Copy link
Copy Markdown

Quality Gate Failed Quality Gate failed

Failed conditions
21.3% Duplication on New Code (required ≤ 3%)

See analysis details on SonarQube Cloud

@georgeRobertson georgeRobertson marked this pull request as ready for review April 16, 2026 16:17
@georgeRobertson georgeRobertson deleted the release_v080 branch April 16, 2026 18:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants