We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfbc030 commit 3545703Copy full SHA for 3545703
partiql-planner/src/test/kotlin/org/partiql/planner/internal/typer/PlanTyperTestsPorted.kt
@@ -3317,8 +3317,8 @@ class PlanTyperTestsPorted {
3317
"min_b" to StaticType.INT4.asNullable(),
3318
"max_a" to StaticType.INT4.asNullable(),
3319
"max_b" to StaticType.INT4.asNullable(),
3320
- "avg_a" to StaticType.INT4.asNullable(),
3321
- "avg_b" to StaticType.INT4.asNullable(),
+ "avg_a" to StaticType.DECIMAL.asNullable(),
+ "avg_b" to StaticType.DECIMAL.asNullable(),
3322
),
3323
contentClosed = true,
3324
constraints = setOf(
0 commit comments