-
Notifications
You must be signed in to change notification settings - Fork 44
Closed
Description
Hello, after upgrading the driver to the latest version (coming from version 1.9.0), we noticed the new "lenient" check for LZ4 mentioned in previous issues. I followed the conversation on other threads, but was unable to determine if LZ4 is really a mandatory dependency or not. If it is, should it be installed as a peer dependency in my codebase?
Here is the error we see:
LZ4 module not installed: Missing dependency Error: Cannot find module '../build/Release/xxhash'
Require stack:
- /app/backend/node_modules/lz4/lib/utils.js
- /app/backend/node_modules/lz4/lib/static.js
- /app/backend/node_modules/lz4/lib/lz4.js
- /app/backend/node_modules/@databricks/sql/dist/utils/lz4.js
- /app/backend/node_modules/@databricks/sql/dist/utils/index.js
- /app/backend/node_modules/@databricks/sql/dist/result/ArrowResultHandler.js
- /app/backend/node_modules/@databricks/sql/dist/DBSQLOperation.js
- /app/backend/node_modules/@databricks/sql/dist/DBSQLSession.js
- /app/backend/node_modules/@databricks/sql/dist/DBSQLClient.js
- /app/backend/node_modules/@databricks/sql/dist/index.js
- /app/backend/api/dist/common/src/core/DatabricksClient.js
Metadata
Metadata
Assignees
Labels
No labels