Skip to content

jsoniq 0.2.0 alpha 7

Pre-release
Pre-release

Choose a tag to compare

@ghislainfourny ghislainfourny released this 20 Aug 12:37
· 90 commits to main since this release
05d0ee6
  • rumble.lastResult now returns a pyspark/pandas DataFrame or rdd or tuple and no longer the sequence object.
  • Enhance schema detection. When the detected static type of the overall query is DataFrame-compatible, it is now automatically possible to obtain the output as a DataFrame without explicitly giving a schema.
  • It is now possible to access a table previously registered as a view via a table() function call. This is an alternative to binding variables.
  • Enhancements in the JSONiq Update Facility support to update delta files and Hive metastore tables.