[GitHub] ignite pull request #1171: IGNITE-3448: Wrong count returned by count distin...

2016-10-18 Thread AMashenkov
GitHub user AMashenkov opened a pull request: https://github.com/apache/ignite/pull/1171 IGNITE-3448: Wrong count returned by count distinct and similar queries. fixed You can merge this pull request into a Git repository by running: $ git pull

[GitHub] ignite pull request #1170: IGNITE-3448: Wrong count returned by count distin...

2016-10-18 Thread AMashenkov
Github user AMashenkov closed the pull request at: https://github.com/apache/ignite/pull/1170 --- 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

[jira] [Created] (IGNITE-4093) Provide implementation of java.util.concurrent.CompletionService

2016-10-18 Thread Valentin Kulichenko (JIRA)
Valentin Kulichenko created IGNITE-4093: --- Summary: Provide implementation of java.util.concurrent.CompletionService Key: IGNITE-4093 URL: https://issues.apache.org/jira/browse/IGNITE-4093

[GitHub] ignite pull request #1170: IGNITE-3448: Wrong count returned by count distin...

2016-10-18 Thread AMashenkov
GitHub user AMashenkov opened a pull request: https://github.com/apache/ignite/pull/1170 IGNITE-3448: Wrong count returned by count distinct and similar queries. Fixed. Aggregates with DISTINCT work correctly with non collocated grouping. You can merge this pull request into a

Re: Using WiX for the ASF product.

2016-10-18 Thread Igor Sapego
> > If there are binary files or libraries that are generated for the > installer, then we must generate them as part of our build process. This is exactly what we are going to do. Best Regards, Igor On Tue, Oct 18, 2016 at 7:01 PM, Dmitriy Setrakyan wrote: > On Tue,

[GitHub] ignite pull request #1169: IGNITE-3705: Fixed compiliation warnings.

2016-10-18 Thread isapego
GitHub user isapego opened a pull request: https://github.com/apache/ignite/pull/1169 IGNITE-3705: Fixed compiliation warnings. You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-3705 Alternatively

Re: Using WiX for the ASF product.

2016-10-18 Thread Igor Sapego
1. This tool is licensed under Microsoft Reciprocal License (MS-RL). The license requires that fixes and improvements to the WiX toolset must be published using the same license. 2. We store XML in our sources (written by us) which is used to generate binaries - installers. It was planned to

[GitHub] ignite pull request #1168: Ignite 4092

2016-10-18 Thread devozerov
GitHub user devozerov opened a pull request: https://github.com/apache/ignite/pull/1168 Ignite 4092 You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-4092 Alternatively you can review and apply these

[jira] [Created] (IGNITE-4092) Implement prototype for thread-per-partition approach.

2016-10-18 Thread Vladimir Ozerov (JIRA)
Vladimir Ozerov created IGNITE-4092: --- Summary: Implement prototype for thread-per-partition approach. Key: IGNITE-4092 URL: https://issues.apache.org/jira/browse/IGNITE-4092 Project: Ignite

Re: Using WiX for the ASF product.

2016-10-18 Thread Dmitriy Setrakyan
1. Do you know the license of WixToolset? 2. Keep in mind, that Apache source code cannot store any binary files in it. Do we generate any binaries with this tool, or only XML? On Tue, Oct 18, 2016 at 3:47 AM, Igor Sapego wrote: > Dmitriy, > > I don't think there is a

Re: Using WiX for the ASF product.

2016-10-18 Thread Igor Sapego
Dmitriy, I don't think there is a problem, I just wanted to be sure as I don't have a lot of experience with licensing. To me it looks like everything is fine. Best Regards, Igor On Mon, Oct 17, 2016 at 10:09 PM, Dmitriy Setrakyan wrote: > Igor, > > In my

[GitHub] ignite pull request #1167: IGNITE-4030 Streamline PlatformTarget operation m...

2016-10-18 Thread ptupitsyn
GitHub user ptupitsyn opened a pull request: https://github.com/apache/ignite/pull/1167 IGNITE-4030 Streamline PlatformTarget operation methods You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-4030