ColumnInfo class is using Eclipse's Path and IPath classes in order to keep track of Schema paths for each column

Problem is the class is designed for File-based strings and Path(String string) constructor has an if(WINDOWS) {} block that drops the leading "/" separator in our use-case.

Need to replace Path() class with our own since it's confined to the ColumnInfo class

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira