Skip to content

Commit a0d7625

Browse files
authored
Upgrade SQL kernel native packages to 1.0.0 (#516)
Signed-off-by: Vu Anh Phung <vu.phung@databricks.com>
1 parent 8e86ed4 commit a0d7625

5 files changed

Lines changed: 120 additions & 119 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## Unreleased
44

5+
- Kernel backend (`useKernel: true`): upgrade published native packages from `0.2.0` to `1.0.0`.
56
- Kernel backend (`useKernel: true`): preserve qualified `INTERVAL MONTH` and
67
`INTERVAL DAY` parameter types on the SEA wire by using the kernel raw-parameter
78
path.

native/kernel/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ platform — each containing a single `.node` binary. `native/kernel/index.js`
6262
`process.platform` / `process.arch` at load time.
6363

6464
> **Status:** the per-platform packages are published on npm (kernel
65-
> `0.2.0`) and declared in the driver's `optionalDependencies`, pinned to
65+
> `1.0.0`) and declared in the driver's `optionalDependencies`, pinned to
6666
> that exact version. `npm install` resolves only the package matching the
6767
> consumer's `process.platform` / `process.arch`; the others are skipped
6868
> (that is what `optionalDependencies` tolerates), so installing on an

0 commit comments

Comments
 (0)