[
https://issues.apache.org/jira/browse/AVRO-3076?focusedWorklogId=782469&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-782469
]
ASF GitHub Bot logged work on AVRO-3076:
----------------------------------------
Author: ASF GitHub Bot
Created on: 17/Jun/22 16:33
Start Date: 17/Jun/22 16:33
Worklog Time Spent: 10m
Work Description: RyanSkraba merged PR #1715:
URL: https://github.com/apache/avro/pull/1715
Issue Time Tracking
-------------------
Worklog Id: (was: 782469)
Time Spent: 20m (was: 10m)
> Wrong javadoc documentation for useCustomCoders
> -----------------------------------------------
>
> Key: AVRO-3076
> URL: https://issues.apache.org/jira/browse/AVRO-3076
> Project: Apache Avro
> Issue Type: Bug
> Components: java
> Affects Versions: 1.10.1
> Reporter: Emilio Jose Mena Cebrian
> Assignee: Rens Groothuijsen
> Priority: Minor
> Labels: pull-request-available
> Fix For: 1.11.1
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> Javadoc says that useCustomCoder defaults to true:
>
>
> {code:java}
> /**
> * Retrieve the current value of the custom-coders feature flag.
> Defaults to
> * <code>true</code>, but this default can be overriden using the
> system
> * property
> <code>org.apache.avro.specific.use_custom_coders</code>, and can be
> * set dynamically by {@link SpecificData#useCustomCoders()}. See <a
> *
> href="https://avro.apache.org/docs/current/gettingstartedjava.html#Beta+feature:+Generating+faster+code"Getting
> * started with Java</a> for more about this feature flag.
> */
> {code}
> But in fact it defaults to "false"
>
>
> {code:java}
> private boolean useCustomCoderFlag = Boolean
> .parseBoolean(System.getProperty("org.apache.avro.specific.use_custom_coders",
> "false"));
>
>
>
> {code}
>
--
This message was sent by Atlassian Jira
(v8.20.7#820007)