[jira] [Updated] (AVRO-2552) Exclude generated Thrift classes from Spotless check

2019-09-06 Thread Nandor Kollar (Jira)


 [ 
https://issues.apache.org/jira/browse/AVRO-2552?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Nandor Kollar updated AVRO-2552:

Environment: (was: Avro Thrift module includes several generated test 
classes, which fail when spotless is applied. These files should be ignored 
from the spotless check.)

> Exclude generated Thrift classes from Spotless check
> 
>
> Key: AVRO-2552
> URL: https://issues.apache.org/jira/browse/AVRO-2552
> Project: Apache Avro
>  Issue Type: Bug
>  Components: java
>Reporter: Nandor Kollar
>Assignee: Nandor Kollar
>Priority: Minor
>
> Avro Thrift module includes several generated test classes, which fail when 
> spotless is applied. These files should be ignored from the spotless check.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Updated] (AVRO-2552) Exclude generated Thrift classes from Spotless check

2019-09-06 Thread Nandor Kollar (Jira)


 [ 
https://issues.apache.org/jira/browse/AVRO-2552?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Nandor Kollar updated AVRO-2552:

Status: Patch Available  (was: Open)

> Exclude generated Thrift classes from Spotless check
> 
>
> Key: AVRO-2552
> URL: https://issues.apache.org/jira/browse/AVRO-2552
> Project: Apache Avro
>  Issue Type: Bug
>  Components: java
> Environment: Avro Thrift module includes several generated test 
> classes, which fail when spotless is applied. These files should be ignored 
> from the spotless check.
>Reporter: Nandor Kollar
>Assignee: Nandor Kollar
>Priority: Minor
>




--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Updated] (AVRO-2552) Exclude generated Thrift classes from Spotless check

2019-09-06 Thread Nandor Kollar (Jira)


 [ 
https://issues.apache.org/jira/browse/AVRO-2552?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Nandor Kollar updated AVRO-2552:

Description: Avro Thrift module includes several generated test classes, 
which fail when spotless is applied. These files should be ignored from the 
spotless check.

> Exclude generated Thrift classes from Spotless check
> 
>
> Key: AVRO-2552
> URL: https://issues.apache.org/jira/browse/AVRO-2552
> Project: Apache Avro
>  Issue Type: Bug
>  Components: java
> Environment: Avro Thrift module includes several generated test 
> classes, which fail when spotless is applied. These files should be ignored 
> from the spotless check.
>Reporter: Nandor Kollar
>Assignee: Nandor Kollar
>Priority: Minor
>
> Avro Thrift module includes several generated test classes, which fail when 
> spotless is applied. These files should be ignored from the spotless check.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Created] (AVRO-2552) Exclude generated Thrift classes from Spotless check

2019-09-06 Thread Nandor Kollar (Jira)
Nandor Kollar created AVRO-2552:
---

 Summary: Exclude generated Thrift classes from Spotless check
 Key: AVRO-2552
 URL: https://issues.apache.org/jira/browse/AVRO-2552
 Project: Apache Avro
  Issue Type: Bug
  Components: java
 Environment: Avro Thrift module includes several generated test 
classes, which fail when spotless is applied. These files should be ignored 
from the spotless check.
Reporter: Nandor Kollar
Assignee: Nandor Kollar






--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Created] (AVRO-2551) Changed datum API to value API in examples\quickstop

2019-09-06 Thread Zezeng Wang (Jira)
Zezeng Wang created AVRO-2551:
-

 Summary: Changed datum API to value API in examples\quickstop
 Key: AVRO-2551
 URL: https://issues.apache.org/jira/browse/AVRO-2551
 Project: Apache Avro
  Issue Type: Improvement
  Components: c
Reporter: Zezeng Wang


Starting with version 1.6.0, the Avro C library has a new API for handling Avro 
data. To help distinguish between the two APIs, we refer to the old one as the 
_legacy_ or _datum_ API, and the new one as the _value_ API.

The legacy API is still present, but it’s deprecated — we shouldn’t use the 
{{avro_datum_t}} type or the {{avro_datum_*}} functions in new code.

But the quickstop as an example for newcomers still used the legacy API.

 

 

 

 



--
This message was sent by Atlassian Jira
(v8.3.2#803003)