Unverified Commit ccf476f8 authored by Shubham Dhama's avatar Shubham Dhama Committed by GitHub
Browse files

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
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment