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")));
|
"TuringCore.AlipayUser", Convert2ScalaUtil.toScalaImmutableSet(Sets.newHashSet("id")));
|
||||||
schema.put(
|
schema.put(
|
||||||
"TuringCore.TravelEvent",
|
"TuringCore.TravelEvent",
|
||||||
Convert2ScalaUtil.toScalaImmutableSet(Sets.newHashSet("id", "eventTime", "travelMode", "travelEndpoint")));
|
Convert2ScalaUtil.toScalaImmutableSet(
|
||||||
|
Sets.newHashSet("id", "eventTime", "travelMode", "travelEndpoint")));
|
||||||
schema.put(
|
schema.put(
|
||||||
"TuringCore.AlipayUser_workLoc_CKG.AdministrativeArea",
|
"TuringCore.AlipayUser_workLoc_CKG.AdministrativeArea",
|
||||||
Convert2ScalaUtil.toScalaImmutableSet(Sets.newHashSet()));
|
Convert2ScalaUtil.toScalaImmutableSet(Sets.newHashSet()));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user