[GitHub] kaspersorensen opened a new pull request #21: Upgrading MetaModel dependency from 5.1.0 to 5.2.0

2019-01-12 Thread GitBox
kaspersorensen opened a new pull request #21: Upgrading MetaModel dependency from 5.1.0 to 5.2.0 URL: https://github.com/apache/metamodel-membrane/pull/21 This is an automated message from the Apache Git Service. To respond

[GitHub] LosD commented on issue #21: Upgrading MetaModel dependency from 5.1.0 to 5.2.0

2019-01-14 Thread GitBox
LosD commented on issue #21: Upgrading MetaModel dependency from 5.1.0 to 5.2.0 URL: https://github.com/apache/metamodel-membrane/pull/21#issuecomment-453959169 Seems like the Membrane server never responded. BTW, that is quite a timeout on the client, 33.33 hours. If it's controllab

[GitHub] LosD edited a comment on issue #21: Upgrading MetaModel dependency from 5.1.0 to 5.2.0

2019-01-14 Thread GitBox
LosD edited a comment on issue #21: Upgrading MetaModel dependency from 5.1.0 to 5.2.0 URL: https://github.com/apache/metamodel-membrane/pull/21#issuecomment-453959169 Seems like the Membrane server never responded. BTW, that is quite a timeout on the client, 33.33 hours. If it's co

[GitHub] LosD edited a comment on issue #21: Upgrading MetaModel dependency from 5.1.0 to 5.2.0

2019-01-14 Thread GitBox
LosD edited a comment on issue #21: Upgrading MetaModel dependency from 5.1.0 to 5.2.0 URL: https://github.com/apache/metamodel-membrane/pull/21#issuecomment-453959169 Seems like the Membrane server never responded. BTW, that is quite a timeout on the client, 33.33 hours. If it's co

[GitHub] kaspersorensen commented on issue #21: Upgrading MetaModel dependency from 5.1.0 to 5.2.0

2019-01-14 Thread GitBox
kaspersorensen commented on issue #21: Upgrading MetaModel dependency from 5.1.0 to 5.2.0 URL: https://github.com/apache/metamodel-membrane/pull/21#issuecomment-454074417 Hmm I don't know what's going on. My last commit was to make the maven build "quiet" inside the container, just to avoi

[GitHub] LosD commented on issue #21: Upgrading MetaModel dependency from 5.1.0 to 5.2.0

2019-01-14 Thread GitBox
LosD commented on issue #21: Upgrading MetaModel dependency from 5.1.0 to 5.2.0 URL: https://github.com/apache/metamodel-membrane/pull/21#issuecomment-454086329 Quick builds are nice, but so is a simple build process, so the current way might still be the best way, depending on how much is

[GitHub] kaspersorensen commented on issue #21: Upgrading MetaModel dependency from 5.1.0 to 5.2.0

2019-01-16 Thread GitBox
kaspersorensen commented on issue #21: Upgrading MetaModel dependency from 5.1.0 to 5.2.0 URL: https://github.com/apache/metamodel-membrane/pull/21#issuecomment-455048291 This passes now :-) I had to change the build so that the `Dockerfile` uses a simply `COPY` operation. So now the Maven

[GitHub] LosD commented on issue #21: Upgrading MetaModel dependency from 5.1.0 to 5.2.0

2019-01-20 Thread GitBox
LosD commented on issue #21: Upgrading MetaModel dependency from 5.1.0 to 5.2.0 URL: https://github.com/apache/metamodel-membrane/pull/21#issuecomment-455865891 It might be too big a change to make here, but it seems like Travis needs to have caching explicitly enabled if we want to use it:

[GitHub] kaspersorensen commented on issue #21: Upgrading MetaModel dependency from 5.1.0 to 5.2.0

2019-01-21 Thread GitBox
kaspersorensen commented on issue #21: Upgrading MetaModel dependency from 5.1.0 to 5.2.0 URL: https://github.com/apache/metamodel-membrane/pull/21#issuecomment-456239172 Yeah the problem is also just that the old Docker base image was just a clean Maven install, so even just downloading a

[GitHub] LosD commented on issue #21: Upgrading MetaModel dependency from 5.1.0 to 5.2.0

2019-01-21 Thread GitBox
LosD commented on issue #21: Upgrading MetaModel dependency from 5.1.0 to 5.2.0 URL: https://github.com/apache/metamodel-membrane/pull/21#issuecomment-456300600 Hehe, I _do_ think that in "proper" CI, you are only ever allowed to build any releasable version _once_, so in that regard, this

[GitHub] kaspersorensen commented on issue #21: Upgrading MetaModel dependency from 5.1.0 to 5.2.0

2019-01-23 Thread GitBox
kaspersorensen commented on issue #21: Upgrading MetaModel dependency from 5.1.0 to 5.2.0 URL: https://github.com/apache/metamodel-membrane/pull/21#issuecomment-456881016 Yes let's merge this :-) Would be cool to see what you can do with Travis ;-) -

[GitHub] asfgit merged pull request #21: Upgrading MetaModel dependency from 5.1.0 to 5.2.0

2019-01-23 Thread GitBox
asfgit merged pull request #21: Upgrading MetaModel dependency from 5.1.0 to 5.2.0 URL: https://github.com/apache/metamodel-membrane/pull/21 This is an automated message from the Apache Git Service. To respond to the message

[GitHub] kaspersorensen opened a new pull request #209: Added the DynamoDB module to the `full` module. And created DC factory.

2019-02-15 Thread GitBox
kaspersorensen opened a new pull request #209: Added the DynamoDB module to the `full` module. And created DC factory. URL: https://github.com/apache/metamodel/pull/209 This is an automated message from the Apache Git Servic

[GitHub] LosD commented on a change in pull request #209: Added the DynamoDB module to the `full` module. And created DataContextFactory for it.

2019-02-16 Thread GitBox
LosD commented on a change in pull request #209: Added the DynamoDB module to the `full` module. And created DataContextFactory for it. URL: https://github.com/apache/metamodel/pull/209#discussion_r257453237 ## File path: dynamodb/src/main/java/org/apache/metamodel/dynamodb/DynamoD

[GitHub] LosD commented on a change in pull request #209: Added the DynamoDB module to the `full` module. And created DataContextFactory for it.

2019-02-16 Thread GitBox
LosD commented on a change in pull request #209: Added the DynamoDB module to the `full` module. And created DataContextFactory for it. URL: https://github.com/apache/metamodel/pull/209#discussion_r257452923 ## File path: dynamodb/src/main/resources/META-INF/services/org.apache.met

[GitHub] LosD commented on a change in pull request #209: Added the DynamoDB module to the `full` module. And created DataContextFactory for it.

2019-02-16 Thread GitBox
LosD commented on a change in pull request #209: Added the DynamoDB module to the `full` module. And created DataContextFactory for it. URL: https://github.com/apache/metamodel/pull/209#discussion_r257452943 ## File path: dynamodb/src/main/java/org/apache/metamodel/dynamodb/DynamoD

[GitHub] LosD commented on issue #209: Added the DynamoDB module to the `full` module. And created DataContextFactory for it.

2019-02-16 Thread GitBox
LosD commented on issue #209: Added the DynamoDB module to the `full` module. And created DataContextFactory for it. URL: https://github.com/apache/metamodel/pull/209#issuecomment-464317991 Error seems unrelated (apparently more Excel instability) --

[GitHub] kaspersorensen commented on a change in pull request #209: Added the DynamoDB module to the `full` module. And created DataContextFactory for it.

2019-02-23 Thread GitBox
kaspersorensen commented on a change in pull request #209: Added the DynamoDB module to the `full` module. And created DataContextFactory for it. URL: https://github.com/apache/metamodel/pull/209#discussion_r259604829 ## File path: dynamodb/src/main/java/org/apache/metamodel/dynamo

[GitHub] kaspersorensen commented on a change in pull request #209: Added the DynamoDB module to the `full` module. And created DataContextFactory for it.

2019-02-23 Thread GitBox
kaspersorensen commented on a change in pull request #209: Added the DynamoDB module to the `full` module. And created DataContextFactory for it. URL: https://github.com/apache/metamodel/pull/209#discussion_r259604835 ## File path: dynamodb/src/main/resources/META-INF/services/org.

[GitHub] LosD commented on a change in pull request #209: Added the DynamoDB module to the `full` module. And created DataContextFactory for it.

2019-02-24 Thread GitBox
LosD commented on a change in pull request #209: Added the DynamoDB module to the `full` module. And created DataContextFactory for it. URL: https://github.com/apache/metamodel/pull/209#discussion_r259616201 ## File path: dynamodb/src/main/java/org/apache/metamodel/dynamodb/DynamoD

[GitHub] LosD commented on a change in pull request #209: Added the DynamoDB module to the `full` module. And created DataContextFactory for it.

2019-02-24 Thread GitBox
LosD commented on a change in pull request #209: Added the DynamoDB module to the `full` module. And created DataContextFactory for it. URL: https://github.com/apache/metamodel/pull/209#discussion_r259616201 ## File path: dynamodb/src/main/java/org/apache/metamodel/dynamodb/DynamoD

[GitHub] LosD commented on a change in pull request #209: Added the DynamoDB module to the `full` module. And created DataContextFactory for it.

2019-02-24 Thread GitBox
LosD commented on a change in pull request #209: Added the DynamoDB module to the `full` module. And created DataContextFactory for it. URL: https://github.com/apache/metamodel/pull/209#discussion_r259616412 ## File path: dynamodb/src/main/java/org/apache/metamodel/dynamodb/DynamoD

[GitHub] kaspersorensen commented on a change in pull request #208: the result of column.getNativeType() may be null and add pagination function to the Hive sql.

2019-02-24 Thread GitBox
kaspersorensen commented on a change in pull request #208: the result of column.getNativeType() may be null and add pagination function to the Hive sql. URL: https://github.com/apache/metamodel/pull/208#discussion_r259643317 ## File path: jdbc/src/test/java/org/apache/metamodel/di

[GitHub] kaspersorensen commented on a change in pull request #208: the result of column.getNativeType() may be null and add pagination function to the Hive sql.

2019-02-24 Thread GitBox
kaspersorensen commented on a change in pull request #208: the result of column.getNativeType() may be null and add pagination function to the Hive sql. URL: https://github.com/apache/metamodel/pull/208#discussion_r259643300 ## File path: jdbc/src/test/java/org/apache/metamodel/di

[GitHub] kaspersorensen commented on a change in pull request #208: the result of column.getNativeType() may be null and add pagination function to the Hive sql.

2019-02-24 Thread GitBox
kaspersorensen commented on a change in pull request #208: the result of column.getNativeType() may be null and add pagination function to the Hive sql. URL: https://github.com/apache/metamodel/pull/208#discussion_r259643323 ## File path: jdbc/src/main/java/org/apache/metamodel/jd

[GitHub] kaspersorensen commented on a change in pull request #208: the result of column.getNativeType() may be null and add pagination function to the Hive sql.

2019-02-24 Thread GitBox
kaspersorensen commented on a change in pull request #208: the result of column.getNativeType() may be null and add pagination function to the Hive sql. URL: https://github.com/apache/metamodel/pull/208#discussion_r259643332 ## File path: jdbc/src/main/java/org/apache/metamodel/jd

[GitHub] asfgit merged pull request #209: Added the DynamoDB module to the `full` module. And created DataContextFactory for it.

2019-02-25 Thread GitBox
asfgit merged pull request #209: Added the DynamoDB module to the `full` module. And created DataContextFactory for it. URL: https://github.com/apache/metamodel/pull/209 This is an automated message from the Apache Git Servi

[GitHub] asfgit merged pull request #208: the result of column.getNativeType() may be null and add pagination function to the Hive sql.

2019-02-25 Thread GitBox
asfgit merged pull request #208: the result of column.getNativeType() may be null and add pagination function to the Hive sql. URL: https://github.com/apache/metamodel/pull/208 This is an automated message from the Apache G

[GitHub] q977734161 opened a new pull request #210: Apache Impala support

2019-02-26 Thread GitBox
q977734161 opened a new pull request #210: Apache Impala support URL: https://github.com/apache/metamodel/pull/210 Apache Impala support.Because this is no public repo for Impala jdbc,so I do not add Impala dependency in pom.xml -

[GitHub] q977734161 opened a new pull request #210: Apache Impala support

2019-02-26 Thread GitBox
q977734161 opened a new pull request #210: Apache Impala support URL: https://github.com/apache/metamodel/pull/210 Apache Impala support.Because this is no public repo for Impala jdbc,so I do not add Impala dependency in pom.xml -

[GitHub] kaspersorensen commented on a change in pull request #210: Apache Impala support

2019-02-26 Thread GitBox
kaspersorensen commented on a change in pull request #210: Apache Impala support URL: https://github.com/apache/metamodel/pull/210#discussion_r260371722 ## File path: jdbc/src/main/java/org/apache/metamodel/jdbc/dialects/ImpalaQueryRewriter.java ## @@ -0,0 +1,32 @@ +/** +

[GitHub] q977734161 commented on a change in pull request #210: Apache Impala support

2019-02-26 Thread GitBox
q977734161 commented on a change in pull request #210: Apache Impala support URL: https://github.com/apache/metamodel/pull/210#discussion_r260549095 ## File path: jdbc/src/main/java/org/apache/metamodel/jdbc/dialects/ImpalaQueryRewriter.java ## @@ -0,0 +1,32 @@ +/** + * Li

[GitHub] q977734161 commented on a change in pull request #210: Apache Impala support

2019-02-26 Thread GitBox
q977734161 commented on a change in pull request #210: Apache Impala support URL: https://github.com/apache/metamodel/pull/210#discussion_r260549095 ## File path: jdbc/src/main/java/org/apache/metamodel/jdbc/dialects/ImpalaQueryRewriter.java ## @@ -0,0 +1,32 @@ +/** + * Li

[GitHub] q977734161 commented on a change in pull request #210: Apache Impala support

2019-02-26 Thread GitBox
q977734161 commented on a change in pull request #210: Apache Impala support URL: https://github.com/apache/metamodel/pull/210#discussion_r260549095 ## File path: jdbc/src/main/java/org/apache/metamodel/jdbc/dialects/ImpalaQueryRewriter.java ## @@ -0,0 +1,32 @@ +/** + * Li

[GitHub] kaspersorensen commented on a change in pull request #210: Apache Impala support

2019-02-26 Thread GitBox
kaspersorensen commented on a change in pull request #210: Apache Impala support URL: https://github.com/apache/metamodel/pull/210#discussion_r260550323 ## File path: jdbc/src/main/java/org/apache/metamodel/jdbc/dialects/ImpalaQueryRewriter.java ## @@ -0,0 +1,32 @@ +/** +

[GitHub] q977734161 commented on a change in pull request #210: Apache Impala support

2019-03-03 Thread GitBox
q977734161 commented on a change in pull request #210: Apache Impala support URL: https://github.com/apache/metamodel/pull/210#discussion_r261857393 ## File path: jdbc/src/main/java/org/apache/metamodel/jdbc/dialects/ImpalaQueryRewriter.java ## @@ -0,0 +1,32 @@ +/** + * Li

[GitHub] [metamodel] kaspersorensen commented on issue #210: Apache Impala support

2019-03-04 Thread GitBox
kaspersorensen commented on issue #210: Apache Impala support URL: https://github.com/apache/metamodel/pull/210#issuecomment-469521278 LGTM. Merging :-) This is an automated message from the Apache Git Service. To respond to t

[GitHub] [metamodel] asfgit merged pull request #210: Apache Impala support

2019-03-04 Thread GitBox
asfgit merged pull request #210: Apache Impala support URL: https://github.com/apache/metamodel/pull/210 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [metamodel] gkatiforis opened a new pull request #211: METAMODEL-1207: fix regex pattern in order to fetch the correct version in all cases

2019-03-06 Thread GitBox
gkatiforis opened a new pull request #211: METAMODEL-1207: fix regex pattern in order to fetch the correct version in all cases URL: https://github.com/apache/metamodel/pull/211 Resolves METAMODEL-1207 The Regex pattern used to fetch the database major version is repleced with the c

[GitHub] [metamodel] kaspersorensen commented on a change in pull request #211: METAMODEL-1207: fix regex pattern in order to fetch the correct version in all cases

2019-03-06 Thread GitBox
kaspersorensen commented on a change in pull request #211: METAMODEL-1207: fix regex pattern in order to fetch the correct version in all cases URL: https://github.com/apache/metamodel/pull/211#discussion_r263098215 ## File path: jdbc/src/test/java/org/apache/metamodel/jdbc/dialect

[GitHub] [metamodel] gkatiforis commented on issue #211: METAMODEL-1207: fix regex pattern in order to fetch the correct version in all cases

2019-03-06 Thread GitBox
gkatiforis commented on issue #211: METAMODEL-1207: fix regex pattern in order to fetch the correct version in all cases URL: https://github.com/apache/metamodel/pull/211#issuecomment-470418848 I could create a new VersionParser class and write the appropriate unit tests. Which is the cor

[GitHub] [metamodel] kaspersorensen commented on issue #211: METAMODEL-1207: fix regex pattern in order to fetch the correct version in all cases

2019-03-06 Thread GitBox
kaspersorensen commented on issue #211: METAMODEL-1207: fix regex pattern in order to fetch the correct version in all cases URL: https://github.com/apache/metamodel/pull/211#issuecomment-470422765 Probably just add it in the `org.apache.metamodel.jdbc` package and make the class non-publi

[GitHub] [metamodel] kaspersorensen commented on a change in pull request #211: METAMODEL-1207: fix regex pattern in order to fetch the correct version in all cases

2019-03-08 Thread GitBox
kaspersorensen commented on a change in pull request #211: METAMODEL-1207: fix regex pattern in order to fetch the correct version in all cases URL: https://github.com/apache/metamodel/pull/211#discussion_r263957249 ## File path: jdbc/src/main/java/org/apache/metamodel/jdbc/dialect

[GitHub] [metamodel] kaspersorensen commented on a change in pull request #211: METAMODEL-1207: fix regex pattern in order to fetch the correct version in all cases

2019-03-08 Thread GitBox
kaspersorensen commented on a change in pull request #211: METAMODEL-1207: fix regex pattern in order to fetch the correct version in all cases URL: https://github.com/apache/metamodel/pull/211#discussion_r263957415 ## File path: jdbc/src/main/java/org/apache/metamodel/jdbc/dialect

[GitHub] [metamodel] kaspersorensen commented on a change in pull request #211: METAMODEL-1207: fix regex pattern in order to fetch the correct version in all cases

2019-03-08 Thread GitBox
kaspersorensen commented on a change in pull request #211: METAMODEL-1207: fix regex pattern in order to fetch the correct version in all cases URL: https://github.com/apache/metamodel/pull/211#discussion_r263958036 ## File path: jdbc/src/test/java/org/apache/metamodel/jdbc/dialect

[GitHub] [metamodel] kaspersorensen commented on a change in pull request #211: METAMODEL-1207: fix regex pattern in order to fetch the correct version in all cases

2019-03-08 Thread GitBox
kaspersorensen commented on a change in pull request #211: METAMODEL-1207: fix regex pattern in order to fetch the correct version in all cases URL: https://github.com/apache/metamodel/pull/211#discussion_r263957828 ## File path: jdbc/src/main/java/org/apache/metamodel/jdbc/dialect

[GitHub] [metamodel] kaspersorensen commented on a change in pull request #211: METAMODEL-1207: fix regex pattern in order to fetch the correct version in all cases

2019-03-08 Thread GitBox
kaspersorensen commented on a change in pull request #211: METAMODEL-1207: fix regex pattern in order to fetch the correct version in all cases URL: https://github.com/apache/metamodel/pull/211#discussion_r263957996 ## File path: jdbc/src/test/java/org/apache/metamodel/jdbc/dialect

[GitHub] [metamodel] kaspersorensen commented on a change in pull request #211: METAMODEL-1207: fix regex pattern in order to fetch the correct version in all cases

2019-03-08 Thread GitBox
kaspersorensen commented on a change in pull request #211: METAMODEL-1207: fix regex pattern in order to fetch the correct version in all cases URL: https://github.com/apache/metamodel/pull/211#discussion_r263957905 ## File path: jdbc/src/test/java/org/apache/metamodel/jdbc/dialect

[GitHub] [metamodel] kaspersorensen commented on a change in pull request #211: METAMODEL-1207: fix regex pattern in order to fetch the correct version in all cases

2019-03-08 Thread GitBox
kaspersorensen commented on a change in pull request #211: METAMODEL-1207: fix regex pattern in order to fetch the correct version in all cases URL: https://github.com/apache/metamodel/pull/211#discussion_r263958384 ## File path: jdbc/src/main/java/org/apache/metamodel/jdbc/dialect

[GitHub] [metamodel] kaspersorensen commented on issue #211: METAMODEL-1207: fix regex pattern in order to fetch the correct version in all cases

2019-03-09 Thread GitBox
kaspersorensen commented on issue #211: METAMODEL-1207: fix regex pattern in order to fetch the correct version in all cases URL: https://github.com/apache/metamodel/pull/211#issuecomment-471190375 Looks good to me. One of the builds failed but it is unrelated (flaky Excel module test). I'

[GitHub] [metamodel] asfgit closed pull request #211: METAMODEL-1207: fix regex pattern in order to fetch the correct version in all cases

2019-03-09 Thread GitBox
asfgit closed pull request #211: METAMODEL-1207: fix regex pattern in order to fetch the correct version in all cases URL: https://github.com/apache/metamodel/pull/211 This is an automated message from the Apache Git Service

[GitHub] [metamodel] asfgit closed pull request #190: Added cache for prepared statements in JdbcUpdateCallback

2019-03-09 Thread GitBox
asfgit closed pull request #190: Added cache for prepared statements in JdbcUpdateCallback URL: https://github.com/apache/metamodel/pull/190 This is an automated message from the Apache Git Service. To respond to the message

[GitHub] [metamodel] asfgit closed pull request #156: Checkstyle integration

2019-03-09 Thread GitBox
asfgit closed pull request #156: Checkstyle integration URL: https://github.com/apache/metamodel/pull/156 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use th

[GitHub] [metamodel] kaspersorensen opened a new pull request #212: METAMODEL-1210: Module to read .arff files

2019-03-13 Thread GitBox
kaspersorensen opened a new pull request #212: METAMODEL-1210: Module to read .arff files URL: https://github.com/apache/metamodel/pull/212 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [metamodel] gkatiforis opened a new pull request #213: METAMODEL-1172: Improves searching based on an expression in MapValueFunction

2019-03-18 Thread GitBox
gkatiforis opened a new pull request #213: METAMODEL-1172: Improves searching based on an expression in MapValueFunction URL: https://github.com/apache/metamodel/pull/213 Resolves METAMODEL-1172: Adds support in cases that the outer most type is a list or array. Adds support for

[GitHub] [metamodel] kaspersorensen commented on issue #213: METAMODEL-1172: Improves searching based on an expression in MapValueFunction

2019-03-21 Thread GitBox
kaspersorensen commented on issue #213: METAMODEL-1172: Improves searching based on an expression in MapValueFunction URL: https://github.com/apache/metamodel/pull/213#issuecomment-475210929 The build failed on 1/4 of the JDKs that it's running on. Maybe just a flaky test somewhere. You c

[GitHub] [metamodel] q977734161 opened a new pull request #214: Add a method of creating a table with splitKey

2019-03-21 Thread GitBox
q977734161 opened a new pull request #214: Add a method of creating a table with splitKey URL: https://github.com/apache/metamodel/pull/214 Usually hbase has a lot of data to write, in order to spread the write pressure, the pre-partition will be created in advance, so I add a method of c

[GitHub] [metamodel] kaspersorensen commented on a change in pull request #214: Add a method of creating a table with splitKey

2019-03-22 Thread GitBox
kaspersorensen commented on a change in pull request #214: Add a method of creating a table with splitKey URL: https://github.com/apache/metamodel/pull/214#discussion_r268305667 ## File path: hbase/src/main/java/org/apache/metamodel/hbase/HBaseClient.java ## @@ -151,26 +15

[GitHub] [metamodel] kaspersorensen commented on issue #213: METAMODEL-1172: Improves searching based on an expression in MapValueFunction

2019-03-22 Thread GitBox
kaspersorensen commented on issue #213: METAMODEL-1172: Improves searching based on an expression in MapValueFunction URL: https://github.com/apache/metamodel/pull/213#issuecomment-475748506 Looks good to me. This is an auto

[GitHub] [metamodel] kaspersorensen commented on issue #212: METAMODEL-1210: Module to read .arff files

2019-03-22 Thread GitBox
kaspersorensen commented on issue #212: METAMODEL-1210: Module to read .arff files URL: https://github.com/apache/metamodel/pull/212#issuecomment-475749090 It's been a while and I could self-merge it based on "lazy concensus" but I'd love it if someone took a quick glance at this. ---

[GitHub] [metamodel] asfgit merged pull request #213: METAMODEL-1172: Improves searching based on an expression in MapValueFunction

2019-03-22 Thread GitBox
asfgit merged pull request #213: METAMODEL-1172: Improves searching based on an expression in MapValueFunction URL: https://github.com/apache/metamodel/pull/213 This is an automated message from the Apache Git Service. To r

[GitHub] [metamodel] LosD commented on issue #212: METAMODEL-1210: Module to read .arff files

2019-03-24 Thread GitBox
LosD commented on issue #212: METAMODEL-1210: Module to read .arff files URL: https://github.com/apache/metamodel/pull/212#issuecomment-476002303 A short scan showed nothing worrying. It's rather self-contained, so I guess we can make a quick merge. Interesting file format, btw! ---

[GitHub] [metamodel] kaspersorensen commented on issue #212: METAMODEL-1210: Module to read .arff files

2019-03-24 Thread GitBox
kaspersorensen commented on issue #212: METAMODEL-1210: Module to read .arff files URL: https://github.com/apache/metamodel/pull/212#issuecomment-476033479 Thanks for checking it @LosD. Merging! :-) This is an automated messa

[GitHub] [metamodel] asfgit merged pull request #212: METAMODEL-1210: Module to read .arff files

2019-03-24 Thread GitBox
asfgit merged pull request #212: METAMODEL-1210: Module to read .arff files URL: https://github.com/apache/metamodel/pull/212 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [metamodel] q977734161 commented on a change in pull request #214: Add a method of creating a table with splitKey

2019-03-27 Thread GitBox
q977734161 commented on a change in pull request #214: Add a method of creating a table with splitKey URL: https://github.com/apache/metamodel/pull/214#discussion_r269846086 ## File path: hbase/src/main/java/org/apache/metamodel/hbase/HBaseClient.java ## @@ -151,26 +151,53

[GitHub] [metamodel] kaspersorensen commented on issue #214: Add a method of creating a table with splitKey

2019-03-28 Thread GitBox
kaspersorensen commented on issue #214: Add a method of creating a table with splitKey URL: https://github.com/apache/metamodel/pull/214#issuecomment-477733526 LGTM! This is an automated message from the Apache Git Service. T

[GitHub] [metamodel] asfgit closed pull request #214: Add a method of creating a table with splitKey

2019-03-28 Thread GitBox
asfgit closed pull request #214: Add a method of creating a table with splitKey URL: https://github.com/apache/metamodel/pull/214 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [metamodel] kaspersorensen opened a new pull request #215: Prepare 5.3.0 release

2019-03-28 Thread GitBox
kaspersorensen opened a new pull request #215: Prepare 5.3.0 release URL: https://github.com/apache/metamodel/pull/215 Some final touches needed before I would stage a release for MetaModel v. 5.3.0. This is an automated mess

[GitHub] [metamodel] q977734161 opened a new pull request #216: More efficiently perform row count operations for HBase

2019-03-28 Thread GitBox
q977734161 opened a new pull request #216: More efficiently perform row count operations for HBase URL: https://github.com/apache/metamodel/pull/216 A filter that will only return the key component of each KV (the value will be rewritten as empty). This filter can be used to grab all of

[GitHub] [metamodel] q977734161 closed pull request #216: More efficiently perform row count operations for HBase

2019-03-28 Thread GitBox
q977734161 closed pull request #216: More efficiently perform row count operations for HBase URL: https://github.com/apache/metamodel/pull/216 This is an automated message from the Apache Git Service. To respond to the messa

[GitHub] [metamodel] q977734161 opened a new pull request #217: More efficiently perform row count operations for HBase.

2019-03-28 Thread GitBox
q977734161 opened a new pull request #217: More efficiently perform row count operations for HBase. URL: https://github.com/apache/metamodel/pull/217 A filter that will only return the first KV from each row.This filter can be used to more efficiently perform row count operations. ---

[GitHub] [metamodel] kaspersorensen commented on issue #217: More efficiently perform row count operations for HBase.

2019-03-29 Thread GitBox
kaspersorensen commented on issue #217: More efficiently perform row count operations for HBase. URL: https://github.com/apache/metamodel/pull/217#issuecomment-477992414 Please try a rebuild. Yuck this is getting to often that I say this. We need to get those unstable tests fixed.

[GitHub] [metamodel] q977734161 commented on issue #217: More efficiently perform row count operations for HBase.

2019-03-29 Thread GitBox
q977734161 commented on issue #217: More efficiently perform row count operations for HBase. URL: https://github.com/apache/metamodel/pull/217#issuecomment-478004604 ok,I will rebuild. This is an automated message from the Ap

[GitHub] [metamodel] kaspersorensen commented on issue #217: More efficiently perform row count operations for HBase.

2019-03-29 Thread GitBox
kaspersorensen commented on issue #217: More efficiently perform row count operations for HBase. URL: https://github.com/apache/metamodel/pull/217#issuecomment-478103945 Hmm @q977734161 I'm trying to fix the build/test issues/instability over in #215. Once it passes, I suggest you merge it

[GitHub] [metamodel] kaspersorensen commented on issue #217: More efficiently perform row count operations for HBase.

2019-03-29 Thread GitBox
kaspersorensen commented on issue #217: More efficiently perform row count operations for HBase. URL: https://github.com/apache/metamodel/pull/217#issuecomment-478127289 Hi @q977734161 you can pull/merge from my branch now. I believe that should stabilize your build. -

[GitHub] [metamodel] asfgit merged pull request #215: Prepare 5.3.0 release

2019-03-29 Thread GitBox
asfgit merged pull request #215: Prepare 5.3.0 release URL: https://github.com/apache/metamodel/pull/215 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [metamodel] q977734161 commented on issue #217: More efficiently perform row count operations for HBase.

2019-03-29 Thread GitBox
q977734161 commented on issue #217: More efficiently perform row count operations for HBase. URL: https://github.com/apache/metamodel/pull/217#issuecomment-478205038 I pull/merge from your branch and rebuild,now it's succuess. ---

[GitHub] [metamodel] kaspersorensen commented on issue #217: More efficiently perform row count operations for HBase.

2019-03-31 Thread GitBox
kaspersorensen commented on issue #217: More efficiently perform row count operations for HBase. URL: https://github.com/apache/metamodel/pull/217#issuecomment-478424839 LGTM This is an automated message from the Apache Git S

[GitHub] [metamodel] asfgit merged pull request #217: More efficiently perform row count operations for HBase.

2019-04-01 Thread GitBox
asfgit merged pull request #217: More efficiently perform row count operations for HBase. URL: https://github.com/apache/metamodel/pull/217 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [metamodel] q977734161 opened a new pull request #218: Use Scan.addColumn(...) instead of Scan.addFamily(...) when has qualifier.

2019-04-08 Thread GitBox
q977734161 opened a new pull request #218: Use Scan.addColumn(...) instead of Scan.addFamily(...) when has qualifier. URL: https://github.com/apache/metamodel/pull/218 when columns contain family and column name,using Scan.addColumn(...) method to reduce network pressure and decrease unne

[GitHub] [metamodel] kaspersorensen commented on a change in pull request #218: Use Scan.addColumn(...) instead of Scan.addFamily(...) when has qualifier.

2019-04-08 Thread GitBox
kaspersorensen commented on a change in pull request #218: Use Scan.addColumn(...) instead of Scan.addFamily(...) when has qualifier. URL: https://github.com/apache/metamodel/pull/218#discussion_r273257498 ## File path: hbase/src/main/java/org/apache/metamodel/hbase/HBaseDataContex

[GitHub] [metamodel] kaspersorensen commented on a change in pull request #218: Use Scan.addColumn(...) instead of Scan.addFamily(...) when has qualifier.

2019-04-08 Thread GitBox
kaspersorensen commented on a change in pull request #218: Use Scan.addColumn(...) instead of Scan.addFamily(...) when has qualifier. URL: https://github.com/apache/metamodel/pull/218#discussion_r273257643 ## File path: hbase/src/main/java/org/apache/metamodel/hbase/HBaseDataContex

[GitHub] [metamodel] q977734161 commented on a change in pull request #218: Use Scan.addColumn(...) instead of Scan.addFamily(...) when has qualifier.

2019-04-08 Thread GitBox
q977734161 commented on a change in pull request #218: Use Scan.addColumn(...) instead of Scan.addFamily(...) when has qualifier. URL: https://github.com/apache/metamodel/pull/218#discussion_r273284050 ## File path: hbase/src/main/java/org/apache/metamodel/hbase/HBaseDataContext.ja

[GitHub] [metamodel] kaspersorensen commented on issue #218: Use Scan.addColumn(...) instead of Scan.addFamily(...) when has qualifier.

2019-04-08 Thread GitBox
kaspersorensen commented on issue #218: Use Scan.addColumn(...) instead of Scan.addFamily(...) when has qualifier. URL: https://github.com/apache/metamodel/pull/218#issuecomment-481085304 Sorry, seems the test flakyness is not completely over. Can you commit another empty commit to trigge

[GitHub] [metamodel] q977734161 commented on issue #218: Use Scan.addColumn(...) instead of Scan.addFamily(...) when has qualifier.

2019-04-08 Thread GitBox
q977734161 commented on issue #218: Use Scan.addColumn(...) instead of Scan.addFamily(...) when has qualifier. URL: https://github.com/apache/metamodel/pull/218#issuecomment-481085627 ok,I will commit another empty commit to trigger rebuild. ---

[GitHub] [metamodel] kaspersorensen opened a new pull request #219: Improved stability of Salesforce test and exception handling.

2019-04-15 Thread GitBox
kaspersorensen opened a new pull request #219: Improved stability of Salesforce test and exception handling. URL: https://github.com/apache/metamodel/pull/219 This should avoid failures such as the one that broke the assertion in Travis CI recently; https://api.travis-ci.org/v3/job/51758

[GitHub] [metamodel] kaspersorensen commented on issue #218: Use Scan.addColumn(...) instead of Scan.addFamily(...) when has qualifier.

2019-04-17 Thread GitBox
kaspersorensen commented on issue #218: Use Scan.addColumn(...) instead of Scan.addFamily(...) when has qualifier. URL: https://github.com/apache/metamodel/pull/218#issuecomment-484143075 Merging this and #219 This is an aut

[GitHub] [metamodel] kaspersorensen commented on issue #219: Improved stability of Salesforce test and exception handling.

2019-04-17 Thread GitBox
kaspersorensen commented on issue #219: Improved stability of Salesforce test and exception handling. URL: https://github.com/apache/metamodel/pull/219#issuecomment-484143173 Merging this and #218 This is an automated messag

[GitHub] [metamodel] asfgit closed pull request #218: Use Scan.addColumn(...) instead of Scan.addFamily(...) when has qualifier.

2019-04-17 Thread GitBox
asfgit closed pull request #218: Use Scan.addColumn(...) instead of Scan.addFamily(...) when has qualifier. URL: https://github.com/apache/metamodel/pull/218 This is an automated message from the Apache Git Service. To resp

[GitHub] [metamodel] asfgit closed pull request #219: Improved stability of Salesforce test and exception handling.

2019-04-17 Thread GitBox
asfgit closed pull request #219: Improved stability of Salesforce test and exception handling. URL: https://github.com/apache/metamodel/pull/219 This is an automated message from the Apache Git Service. To respond to the mes

[GitHub] [metamodel] arjansh opened a new pull request #220: Recursively get SelectItems from FilterItems when using nested loop join

2019-04-24 Thread GitBox
arjansh opened a new pull request #220: Recursively get SelectItems from FilterItems when using nested loop join URL: https://github.com/apache/metamodel/pull/220 Fixes MM-1211. When determining the Carthesian product for a query over multiple tables make sure that when determining

[GitHub] [metamodel] kaspersorensen commented on issue #220: Recursively get SelectItems from FilterItems when using nested loop join

2019-04-30 Thread GitBox
kaspersorensen commented on issue #220: Recursively get SelectItems from FilterItems when using nested loop join URL: https://github.com/apache/metamodel/pull/220#issuecomment-488139160 Sorry for not noticing this PR for so long. Looks good to me! --

[GitHub] [metamodel] asfgit merged pull request #220: Recursively get SelectItems from FilterItems when using nested loop join

2019-05-01 Thread GitBox
asfgit merged pull request #220: Recursively get SelectItems from FilterItems when using nested loop join URL: https://github.com/apache/metamodel/pull/220 This is an automated message from the Apache Git Service. To respond

[GitHub] [metamodel-membrane] nvitucci opened a new pull request #22: Add support for CORS

2019-05-24 Thread GitBox
nvitucci opened a new pull request #22: Add support for CORS URL: https://github.com/apache/metamodel-membrane/pull/22 This PR is meant to make it easy to enable CORS (for instance, to support the use of an API visualisation tool or to call the server externally). To run the updated

[GitHub] [metamodel-membrane] kaspersorensen commented on a change in pull request #22: Add support for CORS

2019-05-30 Thread GitBox
kaspersorensen commented on a change in pull request #22: Add support for CORS URL: https://github.com/apache/metamodel-membrane/pull/22#discussion_r289007111 ## File path: undertow/src/main/java/org/apache/metamodel/membrane/server/WebServer.java ## @@ -85,7 +88,15 @@ pub

[GitHub] [metamodel-membrane] kaspersorensen commented on a change in pull request #22: Add support for CORS

2019-05-30 Thread GitBox
kaspersorensen commented on a change in pull request #22: Add support for CORS URL: https://github.com/apache/metamodel-membrane/pull/22#discussion_r289007032 ## File path: undertow/src/main/java/org/apache/metamodel/membrane/server/WebServer.java ## @@ -52,10 +53,12 @@ pu

[GitHub] [metamodel-membrane] kaspersorensen commented on a change in pull request #22: Add support for CORS

2019-05-30 Thread GitBox
kaspersorensen commented on a change in pull request #22: Add support for CORS URL: https://github.com/apache/metamodel-membrane/pull/22#discussion_r289007231 ## File path: undertow/src/main/java/org/apache/metamodel/membrane/server/CorsHandlers.java ## @@ -0,0 +1,28 @@ +/

[GitHub] [metamodel-membrane] kaspersorensen commented on a change in pull request #22: Add support for CORS

2019-05-30 Thread GitBox
kaspersorensen commented on a change in pull request #22: Add support for CORS URL: https://github.com/apache/metamodel-membrane/pull/22#discussion_r289006546 ## File path: undertow/src/main/java/org/apache/metamodel/membrane/server/WebServer.java ## @@ -6,9 +6,9 @@ * to

[GitHub] [metamodel-membrane] nvitucci commented on a change in pull request #22: Add support for CORS

2019-05-30 Thread GitBox
nvitucci commented on a change in pull request #22: Add support for CORS URL: https://github.com/apache/metamodel-membrane/pull/22#discussion_r289037532 ## File path: undertow/src/main/java/org/apache/metamodel/membrane/server/WebServer.java ## @@ -6,9 +6,9 @@ * to you u

[GitHub] [metamodel-membrane] nvitucci commented on a change in pull request #22: Add support for CORS

2019-05-30 Thread GitBox
nvitucci commented on a change in pull request #22: Add support for CORS URL: https://github.com/apache/metamodel-membrane/pull/22#discussion_r289038453 ## File path: undertow/src/main/java/org/apache/metamodel/membrane/server/WebServer.java ## @@ -52,10 +53,12 @@ public s

  1   2   3   4   5   6   >