Skip to content

Commit

Permalink
Merge remote-tracking branch 'ilnytskyi/fix-price-reindex-from-temp-t…
Browse files Browse the repository at this point in the history
…able' into ACP2E-1401
  • Loading branch information
thiaramus committed Dec 1, 2022
2 parents 6dbb7fc + f954cc6 commit b7f562b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,8 @@ protected function _syncData(array $processIds = [])
// for backward compatibility split data from old idx table on dimension tables
foreach ($this->dimensionCollectionFactory->create() as $dimensions) {
$insertSelect = $this->getConnection()->select()->from(
['ip_tmp' => $this->_defaultIndexerResource->getIdxTable()]
['ip_tmp' => $this->_defaultIndexerResource->getIdxTable()],
array_keys($this->getConnection()->describeTable($this->tableMaintainer->getMainTableByDimensions($dimensions)))
);

foreach ($dimensions as $dimension) {
Expand Down

0 comments on commit b7f562b

Please sign in to comment.