[GitHub] metamodel issue #153: Collections instead of Arrays

2017-08-03 Thread kaspersorensen
Github user kaspersorensen commented on the issue: https://github.com/apache/metamodel/pull/153 I've only got more compiler warnings that I'd like to fix before I give this my +1. I've submitted those in a PR for you: https://github.com/tomatophantastico/metamodel/pull/1 --- If

Re: Reading Indexes created in a DB

2017-08-03 Thread Kasper Sørensen
What do you want my reply on? :-) I read it as you've solved your problem? If you have a solution that you'd like to contribute to the project we're always open for that sort of thing :-) 2017-08-03 11:17 GMT-07:00 Ashuthosh Bhat : > Dear Kasper, > > Waiting for your

Re: Reading Indexes created in a DB

2017-08-03 Thread Ashuthosh Bhat
Dear Kasper, Waiting for your reply, just in case the mail trail skipped your radar. Thanks, Ashu On Aug 2, 2017 9:47 PM, "Ashuthosh Bhat" wrote: > Sure, it would be nice to retrieve auto-increment column details as well > using metamodel. I was using 4.5.4

[GitHub] metamodel issue #153: Collections instead of Arrays

2017-08-03 Thread kaspersorensen
Github user kaspersorensen commented on the issue: https://github.com/apache/metamodel/pull/153 Can you open a PR for the checkstyle improvement then also? :-) Btw. the 5.x branch is no longer in use really. We've merged it into master as of #147. I will take a look

Dataset comparison

2017-08-03 Thread Gajanan Patil
Hello Team, Do we have any method that gives me difference in rows of 2 different DataSets? Basically i am trying to build a mechanism that will help me to compare any data set with any other dataset. But due to Type mismatch i am facing issues here. Any help would be much appreciated.

[GitHub] metamodel pull request #153: Collections instead of Arrays

2017-08-03 Thread tomatophantastico
GitHub user tomatophantastico reopened a pull request: https://github.com/apache/metamodel/pull/153 Collections instead of Arrays This solves METAMODEL-7 This is a major API change, proceed with caution. Lists are used in cases where order is important (schemas,

[GitHub] metamodel pull request #153: Collections instead of Arrays

2017-08-03 Thread tomatophantastico
Github user tomatophantastico closed the pull request at: https://github.com/apache/metamodel/pull/153 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[GitHub] metamodel issue #153: Collections instead of Arrays

2017-08-03 Thread tomatophantastico
Github user tomatophantastico commented on the issue: https://github.com/apache/metamodel/pull/153 I manually rearranged the imports. To make things easier improve quality i also created a checkstyle integration in