@514labs/moose-lib 0.6.297-ci-5-g194c6fe0 → 0.6.297-ci-31-g4f06f9b8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{browserCompatible-ZQ9mCsFj.d.ts → browserCompatible-CMEunMFq.d.ts} +1 -1
- package/dist/{browserCompatible-nqz7MwT7.d.mts → browserCompatible-FzU17dxm.d.mts} +1 -1
- package/dist/browserCompatible.d.mts +2 -2
- package/dist/browserCompatible.d.ts +2 -2
- package/dist/browserCompatible.js +0 -17
- package/dist/browserCompatible.js.map +1 -1
- package/dist/browserCompatible.mjs +0 -17
- package/dist/browserCompatible.mjs.map +1 -1
- package/dist/dmv2/index.d.mts +1 -1
- package/dist/dmv2/index.d.ts +1 -1
- package/dist/dmv2/index.js +0 -17
- package/dist/dmv2/index.js.map +1 -1
- package/dist/dmv2/index.mjs +0 -17
- package/dist/dmv2/index.mjs.map +1 -1
- package/dist/{index-B9bvaKAq.d.mts → index-CcHF2cVT.d.mts} +0 -41
- package/dist/{index-B9bvaKAq.d.ts → index-CcHF2cVT.d.ts} +0 -41
- package/dist/index.d.mts +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/index.js +0 -17
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +0 -17
- package/dist/index.mjs.map +1 -1
- package/dist/moose-runner.js +0 -6
- package/dist/moose-runner.js.map +1 -1
- package/dist/moose-runner.mjs +0 -6
- package/dist/moose-runner.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -936,23 +936,6 @@ var init_olapTable = __esm({
|
|
|
936
936
|
`OlapTable ${name}: Cannot specify both 'cluster' and explicit replication params ('keeperPath' or 'replicaName'). Use 'cluster' for auto-injected params, or use explicit 'keeperPath' and 'replicaName' without 'cluster'.`
|
|
937
937
|
);
|
|
938
938
|
}
|
|
939
|
-
const projections = resolvedConfig.projections;
|
|
940
|
-
if (projections && Array.isArray(projections) && projections.length > 0) {
|
|
941
|
-
const engine = resolvedConfig.engine;
|
|
942
|
-
const nonMergeTreeEngines = [
|
|
943
|
-
"S3" /* S3 */,
|
|
944
|
-
"S3Queue" /* S3Queue */,
|
|
945
|
-
"Buffer" /* Buffer */,
|
|
946
|
-
"Distributed" /* Distributed */,
|
|
947
|
-
"IcebergS3" /* IcebergS3 */,
|
|
948
|
-
"Kafka" /* Kafka */
|
|
949
|
-
];
|
|
950
|
-
if (typeof engine === "string" && nonMergeTreeEngines.includes(engine)) {
|
|
951
|
-
throw new Error(
|
|
952
|
-
`OlapTable ${name}: ${engine} engine does not support PROJECTION clauses. Projections are only supported on MergeTree family engines. Remove projections from your configuration.`
|
|
953
|
-
);
|
|
954
|
-
}
|
|
955
|
-
}
|
|
956
939
|
super(name, resolvedConfig, schema, columns, validators);
|
|
957
940
|
this.name = name;
|
|
958
941
|
const tables = getMooseInternal().tables;
|