[GitHub] metamodel pull request: Jest (Rest) based ElasticSearch implementa...

2015-11-08 Thread LosD
Github user LosD commented on the pull request: https://github.com/apache/metamodel/pull/67#issuecomment-154977148 Reading it again, that was pretty unclear. With "merging", I meant making a common module now. --- If your project is set up for it, you can reply to this email and have

Re: [GitHub] metamodel pull request: Updating FromItemParser to parse tableName...

2015-11-08 Thread Ashwin Rayaprolu
Regarding formatting: i’m talking more on these lines.. http://code.revelc.net/formatter-maven-plugin/examples.html#Setting_Source_Files If you ok to chat on any IM let me know what do you use. I would connect yo

Re: [GitHub] metamodel pull request: Updating FromItemParser to parse tableName...

2015-11-08 Thread Ashwin Rayaprolu
Hi, Even i was not sure why that DerbyTest got changed. I initially checked out from https://git-wip-us.apache.org/repos/asf/metamodel.git and then migrated to a different repository url cloned from (https://github.com/apache/metamo

[GitHub] metamodel pull request: Updating FromItemParser to parse tableName...

2015-11-08 Thread kaspersorensen
Github user kaspersorensen commented on the pull request: https://github.com/apache/metamodel/pull/72#issuecomment-154881570 Hi there, Thank you very much for the contribution! I think this is a good idea, but the PR is a bit questionable in it's current shape, so I hope you w

[GitHub] metamodel pull request: Updating FromItemParser to parse tableName...

2015-11-08 Thread ashwinrayaprolu1984
GitHub user ashwinrayaprolu1984 opened a pull request: https://github.com/apache/metamodel/pull/72 Updating FromItemParser to parse tableNames with spaces I had a requirement where tablename contains spaces.. And FromItemParser is throwing exceptions. I made [] as token delimit

Re: Updating FromItem parser to parse tableNames with spaces

2015-11-08 Thread Ashwin Rayaprolu
Quick example on where i got this issue..( My product is to build Common UI for all datasource to be browsed on web). And i dynamically generate queries based on metadata. Query q = dataContext.parseQuery("SELECT * FROM [Aqu Fall 2015 Comp Dates.xlsx.Sheet2]”); Regards Ashwin > On Nov 8, 201

Updating FromItem parser to parse tableNames with spaces

2015-11-08 Thread Ashwin Rayaprolu
Hi,   I’ve started using this Metamodel since today… This really impressed me.. I was building similar product for my own internal use and have come across this..This is more than what i intended to build internally.My Current issue:I have an excel sheet where sheet name (Table Name) has spaces in