support ConcatAggIf

This commit is contained in:
wenchengyao 2024-04-19 14:25:10 +08:00
parent 86e041b13d
commit b14db8be88

View File

@ -353,7 +353,8 @@ public class LocalRunnerTest {
"TuringCore.AlipayUser", Convert2ScalaUtil.toScalaImmutableSet(Sets.newHashSet("id")));
schema.put(
"TuringCore.TravelEvent",
Convert2ScalaUtil.toScalaImmutableSet(Sets.newHashSet("id", "eventTime", "travelMode", "travelEndpoint")));
Convert2ScalaUtil.toScalaImmutableSet(
Sets.newHashSet("id", "eventTime", "travelMode", "travelEndpoint")));
schema.put(
"TuringCore.AlipayUser_workLoc_CKG.AdministrativeArea",
Convert2ScalaUtil.toScalaImmutableSet(Sets.newHashSet()));