Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AVRO-2086: Can't create specific record with a single Decimal field w… #255

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

nandorKollar
Copy link
Contributor

…ith default value

@@ -37,7 +37,7 @@
private final Schema schema;
private final Field[] fields;
private final boolean[] fieldSetFlags;
private final GenericData data;
protected final GenericData data;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add an accessor, getGenericData(), rather than making this protected.

@iemejia iemejia added the Java Pull Requests for Java binding label Nov 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Java Pull Requests for Java binding
Projects
None yet
4 participants