We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 133f50d commit a862f45Copy full SHA for a862f45
1 file changed
src/core/etl/src/Flow/ETL/DataFrame.php
@@ -513,10 +513,6 @@ public function limit(?int $limit) : self
513
*/
514
public function load(Loader $loader) : self
515
{
516
- if ($loader instanceof LoaderExtension) {
517
- $this->context = $loader->onAdded($this->context);
518
- }
519
-
520
$this->pipeline = $this->context->config->optimizer()->optimize($loader, $this->pipeline);
521
522
return $this;
0 commit comments