@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
|
@@ -1016,23 +1016,6 @@ var init_olapTable = __esm({
|
|
|
1016
1016
|
`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'.`
|
|
1017
1017
|
);
|
|
1018
1018
|
}
|
|
1019
|
-
const projections = resolvedConfig.projections;
|
|
1020
|
-
if (projections && Array.isArray(projections) && projections.length > 0) {
|
|
1021
|
-
const engine = resolvedConfig.engine;
|
|
1022
|
-
const nonMergeTreeEngines = [
|
|
1023
|
-
"S3" /* S3 */,
|
|
1024
|
-
"S3Queue" /* S3Queue */,
|
|
1025
|
-
"Buffer" /* Buffer */,
|
|
1026
|
-
"Distributed" /* Distributed */,
|
|
1027
|
-
"IcebergS3" /* IcebergS3 */,
|
|
1028
|
-
"Kafka" /* Kafka */
|
|
1029
|
-
];
|
|
1030
|
-
if (typeof engine === "string" && nonMergeTreeEngines.includes(engine)) {
|
|
1031
|
-
throw new Error(
|
|
1032
|
-
`OlapTable ${name}: ${engine} engine does not support PROJECTION clauses. Projections are only supported on MergeTree family engines. Remove projections from your configuration.`
|
|
1033
|
-
);
|
|
1034
|
-
}
|
|
1035
|
-
}
|
|
1036
1019
|
super(name, resolvedConfig, schema, columns, validators);
|
|
1037
1020
|
this.name = name;
|
|
1038
1021
|
const tables = getMooseInternal().tables;
|