Hi All! I'm seeing an unusual thing which I bet is configurable somehow. I'm creating a vertex that has a property named expression, and I'm feeding it data that looks like this:
expression = " Foo Bar ".
If I then find that vertex and message it to get its properties, I get back "expression"=>"Foo Bar". The surrounding whitespace characters are gone! At first, I thought it might be my graph database implementation (Titan) or the underlying data store for that (Cassandra), but then I dumped out a GraphML representation of things, and the whitespace characters *are* preserved. So my best guess now is that pacer is chomping off the whitespace, and I'd rather it didn't in this particular scenario. Is this something that is configurable? Am I on the right track?
Thanks!
Mark