[jira] [Commented] (GRIFFIN-206) Wrong sign of time zone offset when created from UI

2018-10-10 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GRIFFIN-206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16645832#comment-16645832 ] ASF GitHub Bot commented on GRIFFIN-206: Github user chemikadze commented on the issue:

Re: [DISCUSS] Graduate Apache Griffin (incubating) as a TLP

2018-10-10 Thread john@apache
+1 Agree that it is the time to graduate. Griffin has been evolving and growing in the past 2 two years, with the support of a positive and mature community. Thanks, John On Tue, Oct 9, 2018 at 11:51 PM William Guo wrote: > Hi All, > > With the 0.3.0-incubating release officially out, the

Re: [DISCUSS] Graduate Apache Griffin (incubating) as a TLP

2018-10-10 Thread Lv Alex
+1 I agree to graduate to TLP, I'd love to be part of PMC for continuous contributing to the project. Alex Lv From: William Guo Sent: Tuesday, October 9, 2018 23:51 To: dev@griffin.incubator.apache.org Subject: [DISCUSS] Graduate Apache Griffin (incubating)

[jira] [Commented] (GRIFFIN-206) Wrong sign of time zone offset when created from UI

2018-10-10 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GRIFFIN-206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16645644#comment-16645644 ] ASF GitHub Bot commented on GRIFFIN-206: Github user chemikadze commented on the issue:

[GitHub] incubator-griffin issue #435: [GRIFFIN-206] fix job timezone when creating f...

2018-10-10 Thread chemikadze
Github user chemikadze commented on the issue: https://github.com/apache/incubator-griffin/pull/435 Looks like positive time zones without signs are not parsed properly, so this is not a complete fix. ---

[jira] [Updated] (GRIFFIN-206) Wrong sign of time zone offset when created from UI

2018-10-10 Thread Nikolay Sokolov (JIRA)
[ https://issues.apache.org/jira/browse/GRIFFIN-206?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nikolay Sokolov updated GRIFFIN-206: Description: When job is created from UI, time zone offset is created by this piece of

[jira] [Commented] (GRIFFIN-206) Wrong sign of time zone offset when created from UI

2018-10-10 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GRIFFIN-206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16645389#comment-16645389 ] ASF GitHub Bot commented on GRIFFIN-206: GitHub user chemikadze opened a pull request:

[GitHub] incubator-griffin pull request #435: [GRIFFIN-206] fix job timezone when cre...

2018-10-10 Thread chemikadze
GitHub user chemikadze opened a pull request: https://github.com/apache/incubator-griffin/pull/435 [GRIFFIN-206] fix job timezone when creating from UI Demonstration: ``` > new Date() Wed Oct 10 2018 11:30:48 GMT-0700 (Pacific Daylight Time) > new

Re: [DISCUSS] Graduate Apache Griffin (incubating) as a TLP

2018-10-10 Thread He Wang
Glad to see our new website and diverse community. I agree with this proposal. William Guo 于2018年10月9日周二 下午11:51写道: > Hi All, > > With the 0.3.0-incubating release officially out, the Apache Griffin > community and its mentors believe it is time to consider graduation to the > TLP. > > Apache

[jira] [Updated] (GRIFFIN-206) Wrong sign of time zone offset when created from UI

2018-10-10 Thread Nikolay Sokolov (JIRA)
[ https://issues.apache.org/jira/browse/GRIFFIN-206?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nikolay Sokolov updated GRIFFIN-206: Issue Type: Bug (was: New Feature) > Wrong sign of time zone offset when created from UI

[jira] [Created] (GRIFFIN-206) Wrong sign of time zone offset when created from UI

2018-10-10 Thread Nikolay Sokolov (JIRA)
Nikolay Sokolov created GRIFFIN-206: --- Summary: Wrong sign of time zone offset when created from UI Key: GRIFFIN-206 URL: https://issues.apache.org/jira/browse/GRIFFIN-206 Project: Griffin

[GitHub] incubator-griffin pull request #434: Griffin-205: accuracy matched fraction

2018-10-10 Thread chemikadze
Github user chemikadze commented on a diff in the pull request: https://github.com/apache/incubator-griffin/pull/434#discussion_r224151599 --- Diff: measure/src/test/scala/org/apache/griffin/measure/transformations/AccuracyTransformationsIntegrationTest.scala --- @@ -0,0 +1,169

[GitHub] incubator-griffin pull request #434: Griffin-205: accuracy matched fraction

2018-10-10 Thread chemikadze
Github user chemikadze commented on a diff in the pull request: https://github.com/apache/incubator-griffin/pull/434#discussion_r224152545 --- Diff: measure/src/main/scala/org/apache/griffin/measure/configuration/dqdefinition/DQConfig.scala --- @@ -148,12 +148,12 @@ case class

[GitHub] incubator-griffin pull request #434: Griffin-205: accuracy matched fraction

2018-10-10 Thread chemikadze
Github user chemikadze commented on a diff in the pull request: https://github.com/apache/incubator-griffin/pull/434#discussion_r224152055 --- Diff: measure/src/main/scala/org/apache/griffin/measure/configuration/dqdefinition/DQConfig.scala --- @@ -74,9 +74,9 @@ case class

[GitHub] incubator-griffin pull request #434: Griffin-205: accuracy matched fraction

2018-10-10 Thread chemikadze
Github user chemikadze commented on a diff in the pull request: https://github.com/apache/incubator-griffin/pull/434#discussion_r224150071 --- Diff: measure/src/main/scala/org/apache/griffin/measure/step/builder/dsl/transform/AccuracyExpr2DQSteps.scala --- @@ -125,14 +126,26 @@

[jira] [Commented] (GRIFFIN-205) Accuracy measure check should provide matchedFraction to store

2018-10-10 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GRIFFIN-205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16645166#comment-16645166 ] ASF GitHub Bot commented on GRIFFIN-205: GitHub user ashutakGG opened a pull request:

[GitHub] incubator-griffin pull request #434: Griffin-205: accuracy matched fraction

2018-10-10 Thread ashutakGG
GitHub user ashutakGG opened a pull request: https://github.com/apache/incubator-griffin/pull/434 Griffin-205: accuracy matched fraction https://issues.apache.org/jira/browse/GRIFFIN-205 This pull request covers only batch dq type. We need to decide is it worth to add

Re: How to assign Griffin's Jira to myself?

2018-10-10 Thread Artem Shutak
Yeah, I see. Thanks! My answer is for Henry who asked me about Jira username for Apache INFRA. ср, 10 окт. 2018 г. в 15:57, William Guo : > I have assigned GRIFFIN-205 to you. > > > William > > On Wed, Oct 10, 2018 at 8:34 PM Artem Shutak > wrote: > > > My Jira name is 'artem.shutak'. > > >

[jira] [Work started] (GRIFFIN-205) Accuracy measure check should provide matchedFraction to store

2018-10-10 Thread Artem Shutak (JIRA)
[ https://issues.apache.org/jira/browse/GRIFFIN-205?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on GRIFFIN-205 started by Artem Shutak. > Accuracy measure check should provide matchedFraction to store >

Re: How to assign Griffin's Jira to myself?

2018-10-10 Thread William Guo
I have assigned GRIFFIN-205 to you. William On Wed, Oct 10, 2018 at 8:34 PM Artem Shutak wrote: > My Jira name is 'artem.shutak'. > > Thanks, > Artem. > > ср, 10 окт. 2018 г. в 2:39, Henry Saputra : > > > Right now yes. Please indicate you will be working on it. What is your > JIRA > >

Re: How to assign Griffin's Jira to myself?

2018-10-10 Thread Artem Shutak
My Jira name is 'artem.shutak'. Thanks, Artem. ср, 10 окт. 2018 г. в 2:39, Henry Saputra : > Right now yes. Please indicate you will be working on it. What is your JIRA > username? > > I will file ticket to Apache INFRA to change this. > > Thanks, > > Henry > > On Tue, Oct 9, 2018 at 11:00 AM

[GitHub] incubator-griffin-site pull request #12: Update names

2018-10-10 Thread ludongfang
GitHub user ludongfang opened a pull request: https://github.com/apache/incubator-griffin-site/pull/12 Update names You can merge this pull request into a Git repository by running: $ git pull https://github.com/ludongfang/incubator-griffin-site master Alternatively you can

[GitHub] incubator-griffin-site pull request #11: update committer list and contribut...

2018-10-10 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-griffin-site/pull/11 ---

[jira] [Assigned] (GRIFFIN-205) Accuracy measure check should provide matchedFraction to store

2018-10-10 Thread William Guo (JIRA)
[ https://issues.apache.org/jira/browse/GRIFFIN-205?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] William Guo reassigned GRIFFIN-205: --- Assignee: Artem Shutak > Accuracy measure check should provide matchedFraction to store >

Re: [DISCUSS] Graduate Apache Griffin (incubating) as a TLP

2018-10-10 Thread jenny li
Griffin is a great project and an useful data quality tool, I'd love to see it being graduated and adopted by more users. Best Regards, Jenny On Wed, Oct 10, 2018 at 2:31 PM Eugene Liu wrote: > Awesome! > > > two years' incubation makes Griffin more mature, it's time to enter the > next stage!

Re: Jira permissions

2018-10-10 Thread William Guo
hi Nick Sokolov, It seems griffin ticket can be assigned to a contributor now. Could you check it again? Thanks, William On Wed, Oct 10, 2018 at 9:05 AM William Guo wrote: > Let me look into this. > > On Wed, Oct 10, 2018 at 1:55 AM Nick Sokolov wrote: > >> Hi all, >> >> I've discovered,

Re: [DISCUSS] Graduate Apache Griffin (incubating) as a TLP

2018-10-10 Thread Eugene Liu
Awesome! two years' incubation makes Griffin more mature, it's time to enter the next stage! On Tue, Oct 9, 2018 at 11:51 PM William Guo mailto:gu...@apache.org>> wrote: > Hi All, > > With the 0.3.0-incubating release officially out, the Apache Griffin > community and its mentors