Closed tishyakhanna97 closed 2 years ago
We were skipping the "next" call in the LHS table, causing the pointer on the LHS table to remain there permanently. This caused an infinite loop, which can be seen here https://github.com/don-tay/simpledb/issues/23
Changes in this PR
Overview
We were skipping the "next" call in the LHS table, causing the pointer on the LHS table to remain there permanently. This caused an infinite loop, which can be seen here https://github.com/don-tay/simpledb/issues/23