Skip to content

Commit

Permalink
Update the comment
Browse files Browse the repository at this point in the history
  • Loading branch information
slvrtrn committed Jan 20, 2025
1 parent 5e90e2f commit 9c2ae15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/client-node/src/result_set.ts
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,8 @@ export class ResultSet<Format extends DataFormat | unknown>
// to be processed during the first pass for the next chunk
incompleteChunks.push(chunk.subarray(lastIdx))
// error reporting goes like this:
// __exception__\r\n // - the row before the last one
// Code: X. DB::Exception: ...\n // - the very last row
// __exception__\r\n // - the row before the last one
// Code: X. DB::Exception: ...\n // - the very last row
// we are not going to push these rows downstream
if (
rows.length > 1 &&
Expand Down

0 comments on commit 9c2ae15

Please sign in to comment.