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

[Core feature] Convert List[Any] to a single pickle file #1535

Merged

Commits on Mar 25, 2023

  1. Convert List[Any] to a single pickle file

    Yicheng-Lu-llll authored and root committed Mar 25, 2023
    Configuration menu
    Copy the full SHA
    06b7b17 View commit details
    Browse the repository at this point in the history
  2. remove redundant code

    Yicheng-Lu-llll authored and root committed Mar 25, 2023
    Configuration menu
    Copy the full SHA
    34936fa View commit details
    Browse the repository at this point in the history
  3. keep batchSize only if type contain flytePickle

    Yicheng-Lu-llll authored and root committed Mar 25, 2023
    Configuration menu
    Copy the full SHA
    bc1202b View commit details
    Browse the repository at this point in the history
  4. fix error

    root authored and root committed Mar 25, 2023
    Configuration menu
    Copy the full SHA
    fbe9102 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6bb4fc5 View commit details
    Browse the repository at this point in the history
  6. add ci test

    Signed-off-by: Yicheng-Lu-llll <luyc58576@gmail.com>
    Yicheng-Lu-llll authored and root committed Mar 25, 2023
    Configuration menu
    Copy the full SHA
    82d1f85 View commit details
    Browse the repository at this point in the history
  7. improve comment

    Signed-off-by: Yicheng-Lu-llll <luyc58576@gmail.com>
    Yicheng-Lu-llll authored and root committed Mar 25, 2023
    Configuration menu
    Copy the full SHA
    59b512b View commit details
    Browse the repository at this point in the history
  8. add more ci test

    Signed-off-by: Yicheng-Lu-llll <luyc58576@gmail.com>
    Yicheng-Lu-llll authored and root committed Mar 25, 2023
    Configuration menu
    Copy the full SHA
    3e5d5d9 View commit details
    Browse the repository at this point in the history
  9. improve

    Signed-off-by: Yicheng-Lu-llll <luyc58576@gmail.com>
    Yicheng-Lu-llll authored and root committed Mar 25, 2023
    Configuration menu
    Copy the full SHA
    a6ec8e6 View commit details
    Browse the repository at this point in the history
  10. handle HashMethod case

    Signed-off-by: Yicheng-Lu-llll <luyc58576@gmail.com>
    Yicheng-Lu-llll authored and root committed Mar 25, 2023
    Configuration menu
    Copy the full SHA
    4b2c1a5 View commit details
    Browse the repository at this point in the history
  11. improve format

    Signed-off-by: Yicheng-Lu-llll <luyc58576@gmail.com>
    Yicheng-Lu-llll authored and root committed Mar 25, 2023
    Configuration menu
    Copy the full SHA
    ecbb748 View commit details
    Browse the repository at this point in the history
  12. improve

    Signed-off-by: Yicheng-Lu-llll <luyc58576@gmail.com>
    Yicheng-Lu-llll committed Mar 25, 2023
    Configuration menu
    Copy the full SHA
    0403c48 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2023

  1. improve

    Signed-off-by: Yicheng-Lu-llll <luyc58576@gmail.com>
    Yicheng-Lu-llll committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    f9761f5 View commit details
    Browse the repository at this point in the history
  2. improve

    Signed-off-by: Yicheng-Lu-llll <luyc58576@gmail.com>
    Yicheng-Lu-llll committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    159141b View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

  1. add test_is_batchable

    Signed-off-by: Yicheng-Lu-llll <luyc58576@gmail.com>
    Yicheng-Lu-llll committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    8a21673 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

  1. Add BatchSize

    Signed-off-by: Kevin Su <pingsutw@apache.org>
    pingsutw committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    0977021 View commit details
    Browse the repository at this point in the history
  2. test_batch_size

    Signed-off-by: Kevin Su <pingsutw@apache.org>
    pingsutw committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    ea7e1aa View commit details
    Browse the repository at this point in the history