Skip to content

Commit e202af3

Browse files
committed
chore(sea): bump KERNEL_REV to pick up DML num_modified_rows derivation
Points the pinned kernel at databricks-sql-kernel 81c6907 (PR #144), which derives `num_modified_rows` for SEA DML from the result set so the existing op-status wiring (readRichStatusFields → synthesizeThriftStatus) surfaces numModifiedRows for INSERT/UPDATE/DELETE/MERGE at Thrift parity. The napi contract (native/sea/index.d.ts / index.js) is unchanged — the `numModifiedRows` accessor already existed; only its kernel-side implementation changed — so no binding-contract update is needed. Verified live against pecotesting (http_path2): SEA now returns numModifiedRows 3/2/1/2 for INSERT/UPDATE/DELETE/MERGE, matching Thrift exactly, and DML fetchAll() stays byte-identical across both backends (the count row is read non-consuming). Co-authored-by: Isaac
1 parent 821c2f6 commit e202af3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

KERNEL_REV

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
fcc459bbf3f39bf57e2ee02f14b99c0ec7a70123
1+
81c69078f8cbc59391824887a7d4be666ece9510

0 commit comments

Comments
 (0)