[jira] [Commented] (AVRO-1969) full schema compatibility check for Ruby

2017-06-08 Thread Tim Perkins (JIRA)

[ 
https://issues.apache.org/jira/browse/AVRO-1969?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16042846#comment-16042846
 ] 

Tim Perkins commented on AVRO-1969:
---

Can this change be included for 1.8.3?

> full schema compatibility check for Ruby
> 
>
> Key: AVRO-1969
> URL: https://issues.apache.org/jira/browse/AVRO-1969
> Project: Avro
>  Issue Type: Improvement
>  Components: ruby
>Reporter: Tim Perkins
>Assignee: Tim Perkins
> Fix For: 1.9.0
>
>
> A full schema compatibility check, equivalent to the SchemaCompatibility 
> class in the Java implementation.
> At Salsify we are using this to enforce schema compatibility in a schema 
> registry implemented in Ruby.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (AVRO-1969) full schema compatibility check for Ruby

2017-04-04 Thread Suraj Acharya (JIRA)

[ 
https://issues.apache.org/jira/browse/AVRO-1969?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15955968#comment-15955968
 ] 

Suraj Acharya commented on AVRO-1969:
-

[~timperkins] i have merged this to master, which is branch 1.9.

Thanks for the review [~busbey]

> full schema compatibility check for Ruby
> 
>
> Key: AVRO-1969
> URL: https://issues.apache.org/jira/browse/AVRO-1969
> Project: Avro
>  Issue Type: Improvement
>  Components: ruby
>Reporter: Tim Perkins
>Assignee: Tim Perkins
>
> A full schema compatibility check, equivalent to the SchemaCompatibility 
> class in the Java implementation.
> At Salsify we are using this to enforce schema compatibility in a schema 
> registry implemented in Ruby.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (AVRO-1969) full schema compatibility check for Ruby

2017-04-04 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/AVRO-1969?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15955963#comment-15955963
 ] 

ASF subversion and git services commented on AVRO-1969:
---

Commit 4b3677c32b879e0e7f717eb95f9135ac654da760 in avro's branch 
refs/heads/master from [~timperkins]
[ https://git-wip-us.apache.org/repos/asf?p=avro.git;h=4b3677c ]

AVRO-1969: Add schema compatibility checker for Ruby

This closes #170

Signed-off-by: Sean Busbey 
Signed-off-by: sacharya 


> full schema compatibility check for Ruby
> 
>
> Key: AVRO-1969
> URL: https://issues.apache.org/jira/browse/AVRO-1969
> Project: Avro
>  Issue Type: Improvement
>  Components: ruby
>Reporter: Tim Perkins
>Assignee: Tim Perkins
>
> A full schema compatibility check, equivalent to the SchemaCompatibility 
> class in the Java implementation.
> At Salsify we are using this to enforce schema compatibility in a schema 
> registry implemented in Ruby.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (AVRO-1969) full schema compatibility check for Ruby

2017-04-04 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/AVRO-1969?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15955964#comment-15955964
 ] 

ASF GitHub Bot commented on AVRO-1969:
--

Github user asfgit closed the pull request at:

https://github.com/apache/avro/pull/170


> full schema compatibility check for Ruby
> 
>
> Key: AVRO-1969
> URL: https://issues.apache.org/jira/browse/AVRO-1969
> Project: Avro
>  Issue Type: Improvement
>  Components: ruby
>Reporter: Tim Perkins
>Assignee: Tim Perkins
>
> A full schema compatibility check, equivalent to the SchemaCompatibility 
> class in the Java implementation.
> At Salsify we are using this to enforce schema compatibility in a schema 
> registry implemented in Ruby.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (AVRO-1969) full schema compatibility check for Ruby

2017-03-14 Thread Tim Perkins (JIRA)

[ 
https://issues.apache.org/jira/browse/AVRO-1969?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15924053#comment-15924053
 ] 

Tim Perkins commented on AVRO-1969:
---

Thanks [~sacharya]!

> full schema compatibility check for Ruby
> 
>
> Key: AVRO-1969
> URL: https://issues.apache.org/jira/browse/AVRO-1969
> Project: Avro
>  Issue Type: Improvement
>  Components: ruby
>Reporter: Tim Perkins
>Assignee: Tim Perkins
>
> A full schema compatibility check, equivalent to the SchemaCompatibility 
> class in the Java implementation.
> At Salsify we are using this to enforce schema compatibility in a schema 
> registry implemented in Ruby.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (AVRO-1969) full schema compatibility check for Ruby

2017-03-13 Thread Suraj Acharya (JIRA)

[ 
https://issues.apache.org/jira/browse/AVRO-1969?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15923537#comment-15923537
 ] 

Suraj Acharya commented on AVRO-1969:
-

I have assigned the jira to you and marked it as {{Patch Available}}. For 
future reference you can click on the {{Submit Patch}} button to change the 
state. This can be done only when you are logged in.

> full schema compatibility check for Ruby
> 
>
> Key: AVRO-1969
> URL: https://issues.apache.org/jira/browse/AVRO-1969
> Project: Avro
>  Issue Type: Improvement
>  Components: ruby
>Reporter: Tim Perkins
>Assignee: Tim Perkins
>
> A full schema compatibility check, equivalent to the SchemaCompatibility 
> class in the Java implementation.
> At Salsify we are using this to enforce schema compatibility in a schema 
> registry implemented in Ruby.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (AVRO-1969) full schema compatibility check for Ruby

2017-03-13 Thread Tim Perkins (JIRA)

[ 
https://issues.apache.org/jira/browse/AVRO-1969?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15907338#comment-15907338
 ] 

Tim Perkins commented on AVRO-1969:
---

How do I mark this as 'Patch Available'?

> full schema compatibility check for Ruby
> 
>
> Key: AVRO-1969
> URL: https://issues.apache.org/jira/browse/AVRO-1969
> Project: Avro
>  Issue Type: Improvement
>  Components: ruby
>Reporter: Tim Perkins
>
> A full schema compatibility check, equivalent to the SchemaCompatibility 
> class in the Java implementation.
> At Salsify we are using this to enforce schema compatibility in a schema 
> registry implemented in Ruby.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (AVRO-1969) full schema compatibility check for Ruby

2016-12-17 Thread Tim Perkins (JIRA)

[ 
https://issues.apache.org/jira/browse/AVRO-1969?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15757205#comment-15757205
 ] 

Tim Perkins commented on AVRO-1969:
---

There is a patch available for this at the pull request link above.

> full schema compatibility check for Ruby
> 
>
> Key: AVRO-1969
> URL: https://issues.apache.org/jira/browse/AVRO-1969
> Project: Avro
>  Issue Type: Improvement
>  Components: ruby
>Reporter: Tim Perkins
>
> A full schema compatibility check, equivalent to the SchemaCompatibility 
> class in the Java implementation.
> At Salsify we are using this to enforce schema compatibility in a schema 
> registry implemented in Ruby.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)