Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • CDAP-17003 - Removed redundant validations from BQ sink , this should reduce calls to BigQuery.getTable().

  • CDAP-16530 - Fixed joiner output schema generation to be deterministic, using the same ordering as they had in the input data.

  • CDAP-15869 - Fixed preview to display logical types as strings.

  • CDAP-16222 - Fixed the package references in the dynamic spark Spark plugin to use io.cdap instead of co.cask.

  • CDAP-16340 - Fixed the joiner plugin to allow a nullable key on one side and a non-nullable key on the other.

  • CDAP-16367 - Fixed a bug where field lineage is incorrect when a source is directly connected to a sink.

  • CDAP-16487 - Fixed regex for empty filter in the Wrangler UI.

  • CDAP-16731 - Fixed a bug that the GroupBy aggregator requires a different alias for the field name.

  • CDAP-16760 - Fixed a bug where memory, cpu, and engine config properties were not being set for Spark program plugins.

  • CDAP-16786 - Fixes listing pipelines by tags in Pipelines list page.

  • CDAP-16797 - CDAP UI now validates post run actions before adding to pipeline in the Pipeline Studio.

  • CDAP-16845 - Fixed a bug that started running preview for pipelines with post-run actions even if user chose option to not run preview.

  • CDAP-16870 - Fixed PySpark support to work with Spark 2.1.3+.

  • CDAP-16879 - 'Truncate table' and 'update schema' options if set together, will apply only WRITE_TRUNCATE to BQ job.

  • CDAP-16880 - Removed schema validation from BQ sink when 'truncate table' option is set.

  • CDAP-16891 - Unsupported pipelines in drafts would be upgraded when users open them.

  • CDAP-16927 - Added validation to ensure that account name ends with ".blob.core.windows.net" in the Azure Blob Store plugin.

  • CDAP-16950 - Includes all ERROR level logs logged under the application logging context.

  • CDAP-16959 - Fixed an issue with runtime arguments re-rendering and losing focus when containing macros in preview.

  • CDAP-16972 - Fixed an issue where preview config would open when trying to stop a preview.

  • CDAP-16993 - Fixed a bug in preview for fields that have non-string types such as bytes.

  • CDAP-17029 - Fixed an issue that caused an extra empty row to appear when sampling GCS text files in the Wrangler.

  • CDAP-17043 - Fixes the bug for showing dropdown menu for wrangler tabs to be correct. Existing dropdown overlapped with other UI elements hindering the usage of UI.

  • CDAP-17045 - Fixes a bug to allow large pipelines with - in the name to properly render in UI.

  • CDAP-17074 - Improved state transitions for starting pipelines in the App Fabric system service to
    increase stability if the service restarts unexpectedly.

  • CDAP-17097 - Fixed a bug that caused splitter transforms to be unable to fetch their output ports and schemas.

  • CDAP-17135 - Fixed a race condition in stopping Spark program in Standalone that can cause stop to hang.