Skip to content

Remove deprecated and unneeded features

Neil Shah-Quinn (WMF) requested to merge removals into main

Created by: nshahquinn

  • the entire charting module (not formally deprecated)

In the hive module:

  • run_cli function
  • "raw" results from the run function
  • heap_size and engine parameters of the run function
  • format parameter of the run function (not formally deprecated)

In the mariadb module:

  • "raw" results from the run function
  • format parameter of the run function (not formally deprecated)

In the spark module:

  • "raw" results from the run function
  • format parameter of the run function (not formally deprecated)

Bug: T300442

Merge request reports