From: Mike P. <mi...@sy...> - 2015-04-30 17:06:19
|
Jack, Lists get unrolled into individual statements: s.p = [o1, o2] -> <s> <p> "o1" . <s> <p> "o2" . Unfortunately not order-preserving right now, but I am working on a solution for that in the upcoming sprint (next two weeks). -Mike On Wed, Apr 29, 2015 at 6:06 PM, Jack Park <jac...@gm...> wrote: > New question. > Some of my properties are List<String>, not one of the Literal types in > DefaultBlueprintsValueFactory. > > What to do about that? > > Many thanks in advance. > Jack > > > ------------------------------------------------------------------------------ > One dashboard for servers and applications across Physical-Virtual-Cloud > Widest out-of-the-box monitoring support with 50+ applications > Performance metrics, stats and reports that give you Actionable Insights > Deep dive visibility with transaction tracing using APM Insight. > http://ad.doubleclick.net/ddm/clk/290420510;117567292;y > _______________________________________________ > Bigdata-developers mailing list > Big...@li... > https://lists.sourceforge.net/lists/listinfo/bigdata-developers > > |