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

Adds type inference and type conversion for leaf-columns to the nested JSON parser #11574

Merged

Commits on May 6, 2022

  1. Configuration menu
    Copy the full SHA
    5b4a6fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    377358a View commit details
    Browse the repository at this point in the history
  3. removed forceinline

    elstehle committed May 6, 2022
    Configuration menu
    Copy the full SHA
    4186004 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a921c66 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    75a1853 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a23668a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    aa5f5c4 View commit details
    Browse the repository at this point in the history
  8. debug print cleanups

    elstehle committed May 6, 2022
    Configuration menu
    Copy the full SHA
    4ee2253 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0f35852 View commit details
    Browse the repository at this point in the history
  10. device_span

    elstehle committed May 6, 2022
    Configuration menu
    Copy the full SHA
    ca5d465 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f5960bd View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    80226b7 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e8bc8a5 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c5274b5 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    bb16254 View commit details
    Browse the repository at this point in the history
  16. refactored lookup tables

    elstehle committed May 6, 2022
    Configuration menu
    Copy the full SHA
    4e42d0e View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    e439320 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    05840b3 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    6da9360 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2022

  1. Configuration menu
    Copy the full SHA
    702dfa1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    26a39ea View commit details
    Browse the repository at this point in the history
  3. making const vars const

    elstehle committed May 9, 2022
    Configuration menu
    Copy the full SHA
    8c685c0 View commit details
    Browse the repository at this point in the history
  4. refactor lut sanity check

    elstehle committed May 9, 2022
    Configuration menu
    Copy the full SHA
    5c94521 View commit details
    Browse the repository at this point in the history
  5. rebase on latest FST

    elstehle committed May 9, 2022
    Configuration menu
    Copy the full SHA
    03b2c20 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2022

  1. Configuration menu
    Copy the full SHA
    ff22f19 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2022

  1. start

    vuule committed Jun 11, 2022
    Configuration menu
    Copy the full SHA
    365b839 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2022

  1. Merge branch 'fea-json-col-cast' of https://github.com/vuule/cudf int…

    …o branch-22.08
    sft-managed committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    0a495ed View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2022

  1. Configuration menu
    Copy the full SHA
    131b19b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    419d3c8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d2e2a0b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f32b9b9 View commit details
    Browse the repository at this point in the history
  5. Code formatting

    PointKernel committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    35bcde7 View commit details
    Browse the repository at this point in the history
  6. rework API

    vuule committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    ec856a7 View commit details
    Browse the repository at this point in the history
  7. tune up API; set up test inputs

    vuule committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    bf24ef5 View commit details
    Browse the repository at this point in the history
  8. comments

    vuule committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    54cda73 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2022

  1. Configuration menu
    Copy the full SHA
    9f2247f View commit details
    Browse the repository at this point in the history
  2. doc fix

    vuule committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    76b2834 View commit details
    Browse the repository at this point in the history
  3. copyright year

    vuule committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    f5464f6 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2022

  1. Configuration menu
    Copy the full SHA
    a76d7bc View commit details
    Browse the repository at this point in the history
  2. Merge branch 'branch-22.08' of https://github.com/rapidsai/cudf into …

    …fea-read_json-experimental
    vuule committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    fa2c3a6 View commit details
    Browse the repository at this point in the history
  3. newline

    Co-authored-by: Bradley Dice <bdice@bradleydice.com>
    vuule and bdice authored Jul 25, 2022
    Configuration menu
    Copy the full SHA
    2ca0ac0 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'fea-read_json-experimental' of http://github.com/vuule/…

    …cudf into fea-read_json-experimental
    vuule committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    7ee4b41 View commit details
    Browse the repository at this point in the history
  5. use span

    vuule committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    3ee7a5a View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2022

  1. Merge branch 'branch-22.08' of https://github.com/rapidsai/cudf into …

    …fea-read_json-experimental
    vuule committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    fa9ab89 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2022

  1. options check + decompression

    vuule committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    fcc90c5 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2022

  1. Configuration menu
    Copy the full SHA
    9d272fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3380a10 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2022

  1. basic string column creation

    vuule committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    83c12d5 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2022

  1. basic conversion

    vuule committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    84210c8 View commit details
    Browse the repository at this point in the history
  2. remove duplicated decode_values

    vuule committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    1db20e1 View commit details
    Browse the repository at this point in the history
  3. more redundancy removed

    vuule committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    61e42ec View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2022

  1. Configuration menu
    Copy the full SHA
    db505d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    179a627 View commit details
    Browse the repository at this point in the history
  3. skip input nulls

    vuule committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    988f788 View commit details
    Browse the repository at this point in the history
  4. pass options

    vuule committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    f69c7ea View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2022

  1. basic string column rewrite

    vuule committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    41c221f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d73a8a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b481d66 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2022

  1. Configuration menu
    Copy the full SHA
    bdbc111 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2022

  1. adds support for ndjson

    elstehle committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    22b5a46 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    907a846 View commit details
    Browse the repository at this point in the history
  3. addresses outstanding todo

    elstehle committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    87fce7d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a88c9dd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c41f178 View commit details
    Browse the repository at this point in the history
  6. C++ side changes + test

    vuule committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    9669c6a View commit details
    Browse the repository at this point in the history
  7. working Python + test

    vuule committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    c9fb5b2 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2022

  1. clean up

    vuule committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    2de91e1 View commit details
    Browse the repository at this point in the history
  2. stop using column_names

    vuule committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    70dd9b1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b1afef0 View commit details
    Browse the repository at this point in the history
  4. minor documentation fixes

    elstehle committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    8409214 View commit details
    Browse the repository at this point in the history
  5. fixes parameter order

    elstehle committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    d0e0def View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6294dc8 View commit details
    Browse the repository at this point in the history
  7. fix copy-paste error

    vuule committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    574ac43 View commit details
    Browse the repository at this point in the history
  8. raw string

    Co-authored-by: Elias Stehle <3958403+elstehle@users.noreply.github.com>
    vuule and elstehle authored Aug 16, 2022
    Configuration menu
    Copy the full SHA
    2de80b7 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'exp-read_json-adapter' of http://github.com/vuule/cudf

    …into exp-read_json-adapter
    vuule committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    81cab67 View commit details
    Browse the repository at this point in the history
  10. remove print in Python test

    vuule committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    bc14a1d View commit details
    Browse the repository at this point in the history
  11. addressing reviews

    vuule committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    bca2e83 View commit details
    Browse the repository at this point in the history
  12. Java fix

    vuule committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    ba28571 View commit details
    Browse the repository at this point in the history
  13. style

    vuule committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    a6d5ab7 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2022

  1. Configuration menu
    Copy the full SHA
    397e00f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a0bd229 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'fea-json-col-cast' into feature/json-pr…

    …imitive-type-handling
    elstehle committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    c822942 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    46a3c44 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f3bba9d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    21b4023 View commit details
    Browse the repository at this point in the history
  7. improves code comment

    elstehle committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    cdc4441 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2022

  1. Configuration menu
    Copy the full SHA
    836e0d1 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2022

  1. Configuration menu
    Copy the full SHA
    7479b63 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29c6525 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a659817 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4410488 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6409a5f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ec07bca View commit details
    Browse the repository at this point in the history
  7. Minor updates

    PointKernel committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    640eb00 View commit details
    Browse the repository at this point in the history
  8. Add missing header

    PointKernel committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    b0fac83 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    67fcaf5 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2022

  1. Update cpp/src/io/utilities/type_inference.cuh

    Co-authored-by: Elias Stehle <3958403+elstehle@users.noreply.github.com>
    PointKernel and elstehle authored Aug 20, 2022
    Configuration menu
    Copy the full SHA
    51997be View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2022

  1. Configuration menu
    Copy the full SHA
    a5e50d6 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/pull-request/11121' into featu…

    …re/json-primitive-type-handling
    elstehle committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    b2805a5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fe70ac2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    779b638 View commit details
    Browse the repository at this point in the history
  5. removes local test

    elstehle committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    05b506f View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2022

  1. Configuration menu
    Copy the full SHA
    bcf4b86 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff87f3b View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2022

  1. Merge remote-tracking branch 'upstream/branch-22.10' into feature/lea…

    …f-column-type-conversion
    elstehle committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    123cb69 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2022

  1. Merge remote-tracking branch 'upstream/branch-22.10' into feature/lea…

    …f-column-type-conversion
    elstehle committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    052fdfb View commit details
    Browse the repository at this point in the history
  2. resolves merge conflicts

    elstehle committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    e2fae02 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    872c332 View commit details
    Browse the repository at this point in the history
  4. migrates test to pytest

    elstehle committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    f123118 View commit details
    Browse the repository at this point in the history
  5. fixes pytest style

    elstehle committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    b23311d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d1949ca View commit details
    Browse the repository at this point in the history
  7. fixes doxygen

    elstehle committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    6c42351 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2022

  1. Configuration menu
    Copy the full SHA
    b48da1a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7fcfcbb View commit details
    Browse the repository at this point in the history
  3. adds string value handling

    elstehle committed Aug 27, 2022
    Configuration menu
    Copy the full SHA
    eceefe9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ae23d21 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e4abc5b View commit details
    Browse the repository at this point in the history
  6. Merge remote-tracking branch 'upstream/branch-22.10' into feature/lea…

    …f-column-type-conversion
    elstehle committed Aug 27, 2022
    Configuration menu
    Copy the full SHA
    70d597d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5b60cd8 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2022

  1. adds NVTX range annotation

    elstehle committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    9d71c85 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    27643af View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'upstream/branch-22.10' into feature/lea…

    …f-column-type-conversion
    elstehle committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    d51337a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    39710de View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2022

  1. Configuration menu
    Copy the full SHA
    1778bdb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    69048f4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    955f480 View commit details
    Browse the repository at this point in the history
  4. Update cpp/src/io/utilities/type_inference.cuh

    Co-authored-by: Elias Stehle <3958403+elstehle@users.noreply.github.com>
    PointKernel and elstehle authored Aug 30, 2022
    Configuration menu
    Copy the full SHA
    cc1a04c View commit details
    Browse the repository at this point in the history
  5. Update cpp/src/io/utilities/type_inference.cuh

    Co-authored-by: Elias Stehle <3958403+elstehle@users.noreply.github.com>
    PointKernel and elstehle authored Aug 30, 2022
    Configuration menu
    Copy the full SHA
    756a3e2 View commit details
    Browse the repository at this point in the history
  6. Update cpp/src/io/utilities/type_inference.cuh

    Co-authored-by: Elias Stehle <3958403+elstehle@users.noreply.github.com>
    PointKernel and elstehle authored Aug 30, 2022
    Configuration menu
    Copy the full SHA
    8961126 View commit details
    Browse the repository at this point in the history
  7. Minor doc updates

    PointKernel committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    bb69c14 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    baff56f View commit details
    Browse the repository at this point in the history
  9. Update docs

    PointKernel committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    ec593ba View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2022

  1. fixes cmake order

    elstehle committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    015d83d View commit details
    Browse the repository at this point in the history
  2. refactors string handling

    elstehle committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    c0db3cb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    44daa5e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bc273ec View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2022

  1. few style changes

    elstehle committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    4afbd8b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b600aa View commit details
    Browse the repository at this point in the history
  3. using CUDF_ENABLE_IF macro

    elstehle committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    695aefc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f625a7b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ce5ab55 View commit details
    Browse the repository at this point in the history
  6. adds more comments

    elstehle committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    bb82f7e View commit details
    Browse the repository at this point in the history
  7. fixes style

    elstehle committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    b431641 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8d50099 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    04154fb View commit details
    Browse the repository at this point in the history
  10. Merge remote-tracking branch 'upstream/branch-22.10' into feature/lea…

    …f-column-type-conversion
    elstehle committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    409d5b5 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c6931c5 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a1c1872 View commit details
    Browse the repository at this point in the history
  13. more cleanups

    elstehle committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    975f30c View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2022

  1. Configuration menu
    Copy the full SHA
    70efb99 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d708d1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fb78f6b View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'upstream/branch-22.10' into feature/lea…

    …f-column-type-conversion
    elstehle committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    9f27a86 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    73b20f5 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2022

  1. Merge remote-tracking branch 'upstream/branch-22.10' into feature/lea…

    …f-column-type-conversion
    elstehle committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    95ea2d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0164396 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2022

  1. Configuration menu
    Copy the full SHA
    053eca8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2edccc8 View commit details
    Browse the repository at this point in the history
  3. Update cpp/src/io/utilities/type_inference.cuh

    Co-authored-by: Elias Stehle <3958403+elstehle@users.noreply.github.com>
    PointKernel and elstehle authored Sep 6, 2022
    Configuration menu
    Copy the full SHA
    b461fd8 View commit details
    Browse the repository at this point in the history
  4. Update cpp/src/io/utilities/type_inference.cuh

    Co-authored-by: Elias Stehle <3958403+elstehle@users.noreply.github.com>
    PointKernel and elstehle authored Sep 6, 2022
    Configuration menu
    Copy the full SHA
    c2b0393 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    529d5f2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    630c94c View commit details
    Browse the repository at this point in the history
  7. Code formatting

    PointKernel committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    9f4907c View commit details
    Browse the repository at this point in the history
  8. Use fixed-width integers

    PointKernel committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    be98e84 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f864f19 View commit details
    Browse the repository at this point in the history
  10. Update tests

    PointKernel committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    ea8493a View commit details
    Browse the repository at this point in the history
  11. Add null test

    PointKernel committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    5b46d33 View commit details
    Browse the repository at this point in the history
  12. Add more tests

    PointKernel committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    0d81a33 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2022

  1. Merge remote-tracking branch 'upstream/branch-22.10' into feature/lea…

    …f-column-type-conversion
    elstehle committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    255b013 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c112ee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e3bb216 View commit details
    Browse the repository at this point in the history
  4. Code cleanup

    PointKernel committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    b71f665 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0a56800 View commit details
    Browse the repository at this point in the history
  6. Merge remote-tracking branch 'upstream/pull-request/11121' into featu…

    …re/leaf-column-type-conversion
    elstehle committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    b19b8f5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    717eacd View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2022

  1. Update cpp/tests/io/type_inference_test.cu

    Co-authored-by: Tobias Ribizel <ribizel@kit.edu>
    PointKernel and upsj authored Sep 9, 2022
    Configuration menu
    Copy the full SHA
    07b2fff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ecff99 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9bfbf38 View commit details
    Browse the repository at this point in the history
  4. Minor cleanups

    PointKernel committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    ee588dd View commit details
    Browse the repository at this point in the history
  5. Add all null test

    PointKernel committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    be717a7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    168efdd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    eb930a2 View commit details
    Browse the repository at this point in the history
  8. Minor cleanup

    PointKernel committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    6e5062f View commit details
    Browse the repository at this point in the history
  9. Update cpp/src/io/utilities/type_inference.cuh

    Co-authored-by: Tobias Ribizel <ribizel@kit.edu>
    PointKernel and upsj authored Sep 9, 2022
    Configuration menu
    Copy the full SHA
    223cd37 View commit details
    Browse the repository at this point in the history
  10. Code formatting

    PointKernel committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    13fb10d View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2022

  1. Merge remote-tracking branch 'upstream/pull-request/11121' into featu…

    …re/leaf-column-type-conversion
    elstehle committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    32bbb00 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/branch-22.10' into feature/lea…

    …f-column-type-conversion
    elstehle committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    a1ca7fa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    52e79af View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ee65f28 View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'upstream/pull-request/11121' into featu…

    …re/leaf-column-type-conversion
    elstehle committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    114c7e8 View commit details
    Browse the repository at this point in the history
  6. Add invalid input test

    PointKernel committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    0a7bdfa View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2022

  1. Configuration menu
    Copy the full SHA
    0ba1e26 View commit details
    Browse the repository at this point in the history
  2. renames keep_quotes option

    elstehle committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    47f2c14 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0c48547 View commit details
    Browse the repository at this point in the history
  4. fixes keep_quotes in tests

    elstehle committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    3839329 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fb9ac99 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c595ac0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    107c0cc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    80840b1 View commit details
    Browse the repository at this point in the history
  9. Minor updates

    PointKernel committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    8deec54 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b0be37b View commit details
    Browse the repository at this point in the history
  11. Merge remote-tracking branch 'upstream/branch-22.10' into feature/lea…

    …f-column-type-conversion
    elstehle committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    6afea15 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1185b03 View commit details
    Browse the repository at this point in the history
  13. adds pytest for more types

    elstehle committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    55f9366 View commit details
    Browse the repository at this point in the history
  14. style fixes

    elstehle committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    c0123cf View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    1a79f37 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2022

  1. Merge remote-tracking branch 'upstream/pull-request/11121' into featu…

    …re/leaf-column-type-conversion
    elstehle committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    6bb002e View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/branch-22.10' into feature/lea…

    …f-column-type-conversion
    elstehle committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    e1fde8e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e627211 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6cef4eb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b7e5eb6 View commit details
    Browse the repository at this point in the history
  6. fixes style

    elstehle committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    36bf571 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2022

  1. Configuration menu
    Copy the full SHA
    206ed8d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    167f215 View commit details
    Browse the repository at this point in the history
  3. removes unused var

    elstehle committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    226f42d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c70831e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    633f57b View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2022

  1. Merge remote-tracking branch 'upstream/branch-22.10' into feature/lea…

    …f-column-type-conversion
    elstehle committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    dd5224f View commit details
    Browse the repository at this point in the history
  2. style fix

    elstehle committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    c5750ba View commit details
    Browse the repository at this point in the history
  3. revert style change

    elstehle committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    e5050e6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4c1d96c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    568cc53 View commit details
    Browse the repository at this point in the history
  6. fixes comment typos

    elstehle committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    74445ab View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2bfb987 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    028d5ac View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    95d6f3c View commit details
    Browse the repository at this point in the history