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

ARROW-10479: [C++] Initial support of low bitness Decimals (16, 32, 64) #8578

Closed
wants to merge 8 commits into from

Commits on Feb 8, 2021

  1. ARROW-10479: Get rid of code duplication at decimal type builders

    Signed-off-by: Dmitry Chigarev <dmitry.chigarev@intel.com>
    dchigarev committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    1fa2d20 View commit details
    Browse the repository at this point in the history
  2. Draft implementation of low bitness decimals for C++

    Signed-off-by: Dmitry Chigarev <dmitry.chigarev@intel.com>
    dchigarev committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    b6f3cec View commit details
    Browse the repository at this point in the history
  3. Added decimal convertions from/to python

    Signed-off-by: Dmitry Chigarev <dmitry.chigarev@intel.com>
    dchigarev committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    4d15198 View commit details
    Browse the repository at this point in the history
  4. Attempt to fix linking error on Windows

    Signed-off-by: Dmitry Chigarev <dmitry.chigarev@intel.com>
    dchigarev committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    a108f38 View commit details
    Browse the repository at this point in the history
  5. Edited R datatypes enum

    Signed-off-by: Dmitry Chigarev <dmitry.chigarev@intel.com>
    dchigarev committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    0c82404 View commit details
    Browse the repository at this point in the history
  6. Tests fix

    Signed-off-by: Dmitry Chigarev <dmitry.chigarev@intel.com>
    dchigarev committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    91ed793 View commit details
    Browse the repository at this point in the history
  7. Lint fixes

    Signed-off-by: Dmitry Chigarev <dmitry.chigarev@intel.com>
    dchigarev committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    ba94f9c View commit details
    Browse the repository at this point in the history
  8. Tests fixed

    Signed-off-by: Dmitry Chigarev <dmitry.chigarev@intel.com>
    dchigarev committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    b22cdfd View commit details
    Browse the repository at this point in the history