Skip to content

v0.0.1

Latest
Compare
Choose a tag to compare
@sjrusso8 sjrusso8 released this 01 Nov 15:58
188fb52

What's Changed

Client Changes

  • feat(reattach): Add reattach & release logic by @sjrusso8 in #78
  • bug(deadlock): change to async rwlock by @wvwwvwwv in #48
  • bug(tls): incorrect scheme for default endpoint by @sjrusso8 in #39

Spark Session Changes

  • refactor(session): use ref for session methods & error messages by @sjrusso8 in #51
  • feat(session): add RunTimeConfig & Session tags by @sjrusso8 in #45

DataFrame Changes & ReadWriter Changes

  • Implement File Format Reader/Writer by @lexara-prime-ai in #72
  • feat(dataframe): implement missing methods by @sjrusso8 in #67
  • feat(dataframe): Spark DF to Polars, DataFusion, or JSON by @sjrusso8 in #43
  • feat(dataframe): implement transform by @sjrusso8 in #34
  • feat: initial implementation of DataframeWriterV2 by @hntd187 in #30

Column Changes

Spark DataType Changes

  • feat(data types): implement data types by @sjrusso8 in #41
  • feat(types) & bug(plan): add new datatypes & fix plan id bug by @sjrusso8 in #31

Function Changes

  • feat(functions): implement more functions by @sjrusso8 in #75

Streaming Changes

Catalog Changes

Error Handlers

  • feat(errors): cleaner handling of tonic status errors by @sjrusso8 in #79

Repo Changes

Contributors

Full Changelog: v0.0.1-beta.4...v0.0.1