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

IMPALA-2729: Support default values for DECIMAL in Avro. #14

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

IMPALA-2729: Support default values for DECIMAL in Avro. #14

wants to merge 1 commit into from

Conversation

ghost
Copy link

@ghost ghost commented Feb 26, 2016

  1. Merged necessary patch from Jansson.
    Support '\0' in the middle of string:
    akheron/jansson@9c259c0
  2. Merged useful fixes from Jansson.
    Fix NUL byte check for object keys:
    akheron/jansson@4d5aead
    json_string_set* functions should set the length too:
    akheron/jansson@a76dc45
  3. Avro C library parsses string with length info. Old api is not changed.

1. Merged necessary patch from Jansson.
     Support '\0' in the middle of string:
       akheron/jansson@9c259c0

2. Merged useful fixes from Jansson.
     Fix NUL byte check for object keys:
       akheron/jansson@4d5aead
     json_string_set* functions should set the length too:
       akheron/jansson@a76dc45

3. Avro C library parsses string with length info. Old api is not changed.
@ghost
Copy link
Author

ghost commented Feb 26, 2016

Have run test on private jobs. with IMPALA-3045 change (in code review)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants