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

[pr into #785] Turn structured dataset into dataclass #802

Merged
merged 21 commits into from
Jan 11, 2022

Commits on Jan 4, 2022

  1. [pr into #785] Turn structured dataset into dataclass

    Signed-off-by: Kevin Su <pingsutw@apache.org>
    pingsutw committed Jan 4, 2022
    Configuration menu
    Copy the full SHA
    99931c2 View commit details
    Browse the repository at this point in the history
  2. Inspect class

    Signed-off-by: Kevin Su <pingsutw@apache.org>
    pingsutw committed Jan 4, 2022
    Configuration menu
    Copy the full SHA
    55f2e3e View commit details
    Browse the repository at this point in the history
  3. Inspect class

    Signed-off-by: Kevin Su <pingsutw@apache.org>
    pingsutw committed Jan 4, 2022
    Configuration menu
    Copy the full SHA
    2ab49a8 View commit details
    Browse the repository at this point in the history
  4. Resolved conflict

    Signed-off-by: Kevin Su <pingsutw@apache.org>
    pingsutw committed Jan 4, 2022
    Configuration menu
    Copy the full SHA
    3254f37 View commit details
    Browse the repository at this point in the history
  5. Resolved conflict

    Signed-off-by: Kevin Su <pingsutw@apache.org>
    pingsutw committed Jan 4, 2022
    Configuration menu
    Copy the full SHA
    9f36800 View commit details
    Browse the repository at this point in the history
  6. Resolved conflict

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

Commits on Jan 5, 2022

  1. Resolved conflict

    Signed-off-by: Kevin Su <pingsutw@apache.org>
    pingsutw committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    8373e5e View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2022

  1. update

    Signed-off-by: Kevin Su <pingsutw@apache.org>
    pingsutw committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    7fd01ff View commit details
    Browse the repository at this point in the history
  2. merge structured-dataset-proposal and resolve conflicts

    Signed-off-by: Yee Hing Tong <wild-endeavor@users.noreply.github.com>
    wild-endeavor committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    6fb8602 View commit details
    Browse the repository at this point in the history
  3. tests

    Signed-off-by: Yee Hing Tong <wild-endeavor@users.noreply.github.com>
    wild-endeavor committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    7701660 View commit details
    Browse the repository at this point in the history
  4. nit

    Signed-off-by: Yee Hing Tong <wild-endeavor@users.noreply.github.com>
    wild-endeavor committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    8b71946 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2022

  1. improve printing

    Signed-off-by: Yee Hing Tong <wild-endeavor@users.noreply.github.com>
    wild-endeavor committed Jan 8, 2022
    Configuration menu
    Copy the full SHA
    db66694 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2022

  1. Fixed tests and lint

    Signed-off-by: Kevin Su <pingsutw@apache.org>
    pingsutw committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    6b4f8b4 View commit details
    Browse the repository at this point in the history
  2. Fixed tests

    Signed-off-by: Kevin Su <pingsutw@apache.org>
    pingsutw committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    68daa48 View commit details
    Browse the repository at this point in the history
  3. Fixed tests

    Signed-off-by: Kevin Su <pingsutw@apache.org>
    pingsutw committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    92286bc View commit details
    Browse the repository at this point in the history
  4. Pandas read local dir instead of file

    Signed-off-by: Kevin Su <pingsutw@apache.org>
    pingsutw committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    8b256b8 View commit details
    Browse the repository at this point in the history
  5. Remove duplicate code

    Signed-off-by: Kevin Su <pingsutw@apache.org>
    pingsutw committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    b80295d View commit details
    Browse the repository at this point in the history
  6. support FlyteSchema -> StructuredDataset

    Signed-off-by: Kevin Su <pingsutw@apache.org>
    pingsutw committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    705d2ce View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2022

  1. Remove inspect.isclass

    Signed-off-by: Kevin Su <pingsutw@apache.org>
    pingsutw committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    6ef85d5 View commit details
    Browse the repository at this point in the history
  2. Fix tests

    Signed-off-by: Kevin Su <pingsutw@apache.org>
    pingsutw committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    dad5e0e View commit details
    Browse the repository at this point in the history
  3. Fix lint

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