mirror of
https://github.com/OpenSPG/openspg.git
synced 2025-08-02 14:02:15 +00:00
support ConcatAggIf
This commit is contained in:
parent
86e041b13d
commit
b14db8be88
@ -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()));
|
||||
|
Loading…
x
Reference in New Issue
Block a user