Re: Want to contribute
Thanks Jean, Yes its project :) -- View this message in context: http://apache-carbondata-mailing-list-archive.1130556.n5.nabble.com/Want-to-contribute-tp7614p7680.html Sent from the Apache CarbonData Mailing List archive mailing list archive at Nabble.com.
Re: Want to contribute
Thanks vishal, so i am interested in data querying part but yeah i also want to look how the data will be compressed while loading. -- View this message in context: http://apache-carbondata-mailing-list-archive.1130556.n5.nabble.com/Want-to-contribute-tp7614p7679.html Sent from the Apache CarbonData Mailing List archive mailing list archive at Nabble.com.
is NOT NULL and NOT NULL filters on measures which is in dictionary column
Hello in bug CARBONDATA-688 the NOT NULL and is NOT NULL filter is not giving correct result so the case is when we use the measure in dictionary include and run query with null filters then it will not give expected results. In IncludeFilterExecuterImpl.java will give us the blank biset in isScanRequired so for Null filters where is will create the BlockInfo. Because right now the filter expressions are generated correct in FilterUtils.java -- View this message in context: http://apache-carbondata-mailing-list-archive.1130556.n5.nabble.com/is-NOT-NULL-and-NOT-NULL-filters-on-measures-which-is-in-dictionary-column-tp7678.html Sent from the Apache CarbonData Mailing List archive mailing list archive at Nabble.com.
[GitHub] incubator-carbondata pull request #253: trivial fix in documentation
GitHub user phalodi opened a pull request: https://github.com/apache/incubator-carbondata/pull/253 trivial fix in documentation ## What changes were proposed in this pull request? This is too trivial so i didn't create JIRA task. In Quick Start Guide there is use of string manipulation to create the file but while we are using it in SQL without using 's' before the string to apply string manipulation. ## How was this patch tested? Manually tested it by run the string manipulation on carbon-spark-shell You can merge this pull request into a Git repository by running: $ git pull https://github.com/phalodi/incubator-carbondata CARBONDATA-DOCS Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-carbondata/pull/253.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 #253 --- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---