[jira] [Commented] (AVRO-1957) TimeConversions do not implement getRecommendedSchema()

2017-04-25 Thread Sean Timm (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1957?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15983277#comment-15983277 ] Sean Timm commented on AVRO-1957: - [~hadoopqa] reported whitespace issues. I fixed t

Re: [jira] [Commented] (AVRO-1885) Release 1.8.2

2017-04-04 Thread Sean Timm
Suraj, Can you quickly review and merge https://issues.apache.org/jira/browse/AVRO-1957 ? It is a trivial bug fix that resolves an UnsupportedOperationException when doing time conversions. The patch has been available for almost four months. Thanks, Sean On Mon, Apr 3, 2017 at 11:30 PM, Suraj

Re: [VOTE] Release Apache Avro 1.8.2 RC1

2017-03-28 Thread Sean Timm
Suraj, Ryan, Can you please review AVRO-1957 for inclusion in the RC? It is a fairly simple bug fix. Thanks, Sean On Tue, Mar 28, 2017 at 4:44 PM, Suraj Acharya wrote: > Hi, > If the decision was to continue with the problem, and no one has any > objection I will try to build a RC sometime thi

[jira] [Commented] (AVRO-1957) TimeConversions do not implement getRecommendedSchema()

2016-11-30 Thread Sean Timm (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1957?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15709801#comment-15709801 ] Sean Timm commented on AVRO-1957: - If possible, it would be nice to get this in to 1

[jira] [Created] (AVRO-1957) TimeConversions do not implement getRecommendedSchema()

2016-11-10 Thread Sean Timm (JIRA)
Sean Timm created AVRO-1957: --- Summary: TimeConversions do not implement getRecommendedSchema() Key: AVRO-1957 URL: https://issues.apache.org/jira/browse/AVRO-1957 Project: Avro Issue Type: Bug

Re: TimestampConversion.getRecommendedSchema() question

2016-11-10 Thread Sean Timm
10, 2016 at 12:45 PM, Sean Timm wrote: > > > org.apache.avro.data.TimeConversions.TimestampConversion does not > > implement getRecommendedSchema(). Is this intentional? When trying to > > dynamically generate an Avro schema from a pojo that contains a DateTime > > obje

TimestampConversion.getRecommendedSchema() question

2016-11-10 Thread Sean Timm
org.apache.avro.data.TimeConversions.TimestampConversion does not implement getRecommendedSchema(). Is this intentional? When trying to dynamically generate an Avro schema from a pojo that contains a DateTime object using ReflectData, I get an unsupported operation exception. I think the implement