Return-Path: X-Original-To: apmail-metamodel-dev-archive@minotaur.apache.org Delivered-To: apmail-metamodel-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D8F7717555 for ; Mon, 20 Apr 2015 15:36:05 +0000 (UTC) Received: (qmail 60320 invoked by uid 500); 20 Apr 2015 15:36:05 -0000 Delivered-To: apmail-metamodel-dev-archive@metamodel.apache.org Received: (qmail 60291 invoked by uid 500); 20 Apr 2015 15:36:05 -0000 Mailing-List: contact dev-help@metamodel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@metamodel.apache.org Delivered-To: mailing list dev@metamodel.apache.org Received: (qmail 60280 invoked by uid 99); 20 Apr 2015 15:36:05 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Apr 2015 15:36:05 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 46985E0613; Mon, 20 Apr 2015 15:36:05 +0000 (UTC) From: rafaelgarrote To: dev@metamodel.apache.org Reply-To: dev@metamodel.apache.org Message-ID: Subject: [GitHub] metamodel pull request: Csv Content-Type: text/plain Date: Mon, 20 Apr 2015 15:36:05 +0000 (UTC) GitHub user rafaelgarrote opened a pull request: https://github.com/apache/metamodel/pull/17 Csv Hi! In csv the metadata for all csv fields are STRING and the values are always String type. I added some changes to get real metadata csv fields and the cast value for each field. I made some new test and changes in others that sould fail without changes and works fine with changes. You can merge this pull request into a Git repository by running: $ git pull https://github.com/rafaelgarrote/metamodel CSV Alternatively you can review and apply these changes as the patch at: https://github.com/apache/metamodel/pull/17.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #17 ---- commit 78408c077d2f1a41e8a923c2264c63965deedf83 Author: Rafael Garrote Date: 2015-03-04T14:00:58Z updated findFilterItem method in order to find either upper and lowercase filter operator types commit ec6b30bbb6fa6576d9ccf73383b3b537bda9b8a4 Author: Rafael Garrote Date: 2015-03-04T14:23:55Z updated findSelectItem method in order to find either upper and lowercase function types commit fd851bfaa7c988ff7e10810a7c0084ef5e094f63 Author: Rafael Garrote Date: 2015-03-09T17:28:21Z updated parse method in order to use distinct in either upper and lower case commit 52acb8cae92e82a51045021ade0bbc1bdbc04993 Author: Rafael Garrote Date: 2015-03-09T17:29:35Z Some test added to test IN, LIKE, DISTINCT, MIN, AVG... in lower case commit 99bbcc380ff5711b13953553aedecc807027c1fe Author: Rafael Garrote Date: 2015-03-11T16:24:04Z changes in DelimOcurrence to use delim either lower and upper case commit ad3271ac36155b938aabbbdc3bbdc2fd2da0d0e2 Author: Rafael Garrote Date: 2015-03-11T17:11:54Z Merge branch 'master' of https://github.com/apache/metamodel commit df5d3d89f89947146921f9db0a3f5378ece48903 Author: Rafael Garrote Date: 2015-03-17T09:38:46Z Real metadata commit 0377d866baade0b54ff704a103b39f6014b936dc Author: Rafael Garrote Date: 2015-03-17T09:55:03Z New test added to test Delim in where clause into lowercase commit aff29ba2b9bc08df5fdd65aa4ec629c4e383b843 Author: Rafael Garrote Date: 2015-03-17T17:38:56Z Get real medatadata type and cast values into its real objects commit 2addd8dcb1d37593518213b66e4db67d42a74c42 Author: Rafael Garrote Date: 2015-03-20T11:25:40Z test fixed with Type cast changes and some new test commit f9f2bc07f30662617f13f587ee703a2133434508 Author: Rafael Garrote Date: 2015-04-07T14:36:56Z Merge branch 'master' of https://github.com/apache/metamodel commit 6d36808c8d11040cb7f0b0136ea87c0667c09b24 Author: Rafael Garrote Date: 2015-04-20T14:32:08Z Merge branch 'master' of https://github.com/apache/metamodel commit d8c99bf536c04f8c0f46de1f0379037191e8fe45 Author: Rafael Garrote Date: 2015-03-17T09:38:46Z Real metadata commit 51350fa808b0f7843a11171ecf7b3140bee8a380 Author: Rafael Garrote Date: 2015-03-17T17:38:56Z Get real medatadata type and cast values into its real objects commit a22ee080716558abae3d17b5991a9e4f9aeded09 Author: Rafael Garrote Date: 2015-03-20T11:25:40Z test fixed with Type cast changes and some new test commit 693e2ec8c93074c706729aacb1fe640d40c83e00 Author: Rafael Garrote Date: 2015-04-20T15:28:28Z query part parser commit f037d592df7c07666a6de9e54d56753f0913d9af Author: Rafael Garrote Date: 2015-04-20T15:29:08Z Merge branch 'CSV' of https://github.com/rafaelgarrote/metamodel into CSV commit 37190bab3da3d198e2c9d23df58bb2cf67c48404 Author: Rafael Garrote Date: 2015-04-20T15:31:36Z query part parser ---- --- 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 feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---