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 theTableInfo
object.algorithm_executor_node_data_objects
completely removed. -
AlgoFlowData
objects now have 2 new properties,columns
andschema
used from the algorithm developers. - Re-enabled the cleaner in the algorithm validation tests.