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

Improve ODPS DataSource. #622

Open
wants to merge 12 commits into
base: main
Choose a base branch
from

Commits on Jul 11, 2022

  1. Improve ODPS Data Source.

    1. support create table when write.
    2. when create table, support partition by to create table.
    3. when read table, support return partition columns.
    wuxueyang96 committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    b00cc19 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2022

  1. remove useless change

    wuxueyang96 committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    9240b3e View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2022

  1. Fix the issue that it will ignore the same partition column when crea…

    …ting partition or dropping partition.
    wuxueyang96 committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    4d6c3ab View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2022

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

Commits on Aug 22, 2022

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

Commits on Sep 2, 2022

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

Commits on Sep 5, 2022

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

Commits on Sep 8, 2022

  1. async write and read.

    wuxueyang96 committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    046df66 View commit details
    Browse the repository at this point in the history
  2. remove time usage.

    wuxueyang96 committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    eb0c228 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2022

  1. Configuration menu
    Copy the full SHA
    26ae9ba View commit details
    Browse the repository at this point in the history
  2. add thread names.

    wuxueyang96 committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    158ddba View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2022

  1. fix a parameter issue.

    wuxueyang96 committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    96b463d View commit details
    Browse the repository at this point in the history