Skip to content

Algorithms return wrong results non deterministically

Created by: ThanKarab

Changelog:

  • Fix for table schema being unordered between different calls. Jira
  • When creating a view the TableSchema returned follows the order of the column provided.
  • get_table_schema NODE task completely removed.
  • NODE tasks now return a TableInfo object instead of just the table name, that includes the schema and the type as well.
  • TableName removed from the CONTROLLER and replaced with the TableInfo object. algorithm_executor_node_data_objects completely removed.
  • AlgoFlowData objects now have 2 new properties, columns and schema used from the algorithm developers.
  • Re-enabled the cleaner in the algorithm validation tests.

Merge request reports