WindowPartitionIter.materializeInput appends row number to row when sorting (code). This seems like it would cause a similar bug to #11300 (fixed in dolthub/go-mysql-server#3626) where the appended value causes field indexes to be offset.
We need to add testing to make sure this does not cause any sorting issues and fix them if there are any issues.
WindowPartitionIter.materializeInputappends row number to row when sorting (code). This seems like it would cause a similar bug to #11300 (fixed in dolthub/go-mysql-server#3626) where the appended value causes field indexes to be offset.We need to add testing to make sure this does not cause any sorting issues and fix them if there are any issues.