@malloydata/malloy-tests 0.0.271-crs-grouped-by-2-250430220240 → 0.0.271-crs-internal-joins-250505173814

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/package.json CHANGED
@@ -21,14 +21,14 @@
21
21
  },
22
22
  "dependencies": {
23
23
  "@jest/globals": "^29.4.3",
24
- "@malloydata/db-bigquery": "0.0.271-crs-grouped-by-2-250430220240",
25
- "@malloydata/db-duckdb": "0.0.271-crs-grouped-by-2-250430220240",
26
- "@malloydata/db-postgres": "0.0.271-crs-grouped-by-2-250430220240",
27
- "@malloydata/db-snowflake": "0.0.271-crs-grouped-by-2-250430220240",
28
- "@malloydata/db-trino": "0.0.271-crs-grouped-by-2-250430220240",
29
- "@malloydata/malloy": "0.0.271-crs-grouped-by-2-250430220240",
30
- "@malloydata/malloy-tag": "0.0.271-crs-grouped-by-2-250430220240",
31
- "@malloydata/render": "0.0.271-crs-grouped-by-2-250430220240",
24
+ "@malloydata/db-bigquery": "0.0.271-crs-internal-joins-250505173814",
25
+ "@malloydata/db-duckdb": "0.0.271-crs-internal-joins-250505173814",
26
+ "@malloydata/db-postgres": "0.0.271-crs-internal-joins-250505173814",
27
+ "@malloydata/db-snowflake": "0.0.271-crs-internal-joins-250505173814",
28
+ "@malloydata/db-trino": "0.0.271-crs-internal-joins-250505173814",
29
+ "@malloydata/malloy": "0.0.271-crs-internal-joins-250505173814",
30
+ "@malloydata/malloy-tag": "0.0.271-crs-internal-joins-250505173814",
31
+ "@malloydata/render": "0.0.271-crs-internal-joins-250505173814",
32
32
  "events": "^3.3.0",
33
33
  "jsdom": "^22.1.0",
34
34
  "luxon": "^2.4.0",
@@ -38,5 +38,5 @@
38
38
  "@types/jsdom": "^21.1.1",
39
39
  "@types/luxon": "^2.4.0"
40
40
  },
41
- "version": "0.0.271-crs-grouped-by-2-250430220240"
41
+ "version": "0.0.271-crs-internal-joins-250505173814"
42
42
  }
@@ -448,8 +448,7 @@ describe.each(runtimes.runtimeList)('%s', (databaseName, runtime) => {
448
448
  run: x(param is 2) -> { group_by: b }
449
449
  `).malloyResultMatches(wrappedRuntime, {b: 3});
450
450
  });
451
- // TODO still need to fix this
452
- it.skip('nested composite where field usage depends on which composite selected', async () => {
451
+ it('nested composite where field usage depends on which composite selected', async () => {
453
452
  await expect(`
454
453
  ##! experimental.composite_sources
455
454
  source: state_facts is ${databaseName}.table('malloytest.state_facts')