transform: Fix transformation to empty txn when first line is COMMIT. (#303)
During prefetching, when a transaction continues to the next file and the first line of the next file (which is also the only remaining statement of the transaction) is a COMMIT message, it is incorrectly interpreted as an empty transaction. This fix addresses that issue.
parent
6fc44e61
Please register or sign in to comment