[
https://issues.apache.org/jira/browse/FALCON-593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14228374#comment-14228374
]
Srikanth Sundarrajan commented on FALCON-593:
---------------------------------------------
{code}
+ public long getTimeStamp() {
+ String dateString = getTimestamp();
...
+ } catch (java.text.ParseException e) {
{code}
Can the ParseException be explicitly imported ?
There seems to be two methods in the class which are different by only one char
(that too by case). We have to avoid this to remove any confusion.
> Preserve data type for properties in a vertex
> ----------------------------------------------
>
> Key: FALCON-593
> URL: https://issues.apache.org/jira/browse/FALCON-593
> Project: Falcon
> Issue Type: Sub-task
> Affects Versions: 0.6
> Reporter: Venkatesh Seetharam
> Assignee: Ajay Yadav
> Labels: backward-incompatible
> Attachments: FALCON-593-v1.patch, FALCON-593.patch
>
>
> Timestamps are converted to string and stored as a property in a vertex. We
> could preserve the types and could use these in queries.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)