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

[Data] Add Dataset.write_sql #38544

Merged
merged 10 commits into from
Aug 23, 2023
Merged

[Data] Add Dataset.write_sql #38544

merged 10 commits into from
Aug 23, 2023

Commits on Aug 17, 2023

  1. Initial commit

    Signed-off-by: Balaji Veeramani <[email protected]>
    bveeramani committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    704f309 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d6b7631 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Address review comments

    Signed-off-by: Balaji Veeramani <[email protected]>
    bveeramani committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    6ec0117 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'bveeramani/write-sql' of https://github.com/ray-project…

    …/ray into bveeramani/write-sql
    
    Signed-off-by: Balaji Veeramani <[email protected]>
    bveeramani committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    cff64e4 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Update files

    Add chunking
    
    Signed-off-by: Balaji Veeramani <[email protected]>
    bveeramani committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    7f68881 View commit details
    Browse the repository at this point in the history
  2. Update files

    Remove extra file
    
    Signed-off-by: Balaji Veeramani <[email protected]>
    bveeramani committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    8b9e0f8 View commit details
    Browse the repository at this point in the history
  3. Update files

    Add docstring
    
    Signed-off-by: Balaji Veeramani <[email protected]>
    bveeramani committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    46492ba View commit details
    Browse the repository at this point in the history
  4. Delete temp.py

    Signed-off-by: Balaji Veeramani <[email protected]>
    bveeramani committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    0f301ae View commit details
    Browse the repository at this point in the history
  5. Update files

    Address review comments
    
    Signed-off-by: Balaji Veeramani <[email protected]>
    bveeramani committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    9697468 View commit details
    Browse the repository at this point in the history
  6. Update files

    Remove max_rows_per_write parameter
    
    Signed-off-by: Balaji Veeramani <[email protected]>
    bveeramani committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    aa2e911 View commit details
    Browse the repository at this point in the history