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

Improvement of the Presto Example : #271

Open
wants to merge 16 commits into
base: unreleased
Choose a base branch
from

Commits on Jul 18, 2019

  1. Configuration menu
    Copy the full SHA
    bcbfe32 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    66de539 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1f79f7e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3a6b223 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4f4f7a1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    823770a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    675de3d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    53ed3ad View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    eaf85c0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0f05a4b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5088365 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2019

  1. Merge pull request qubole#278 from lingarajg/SDK-364

    fix: dev: SDK-364: Oracle Multi AD changes required in qds-sdk
    ashishpathak93 committed Jul 23, 2019
    Configuration menu
    Copy the full SHA
    cb4b5cc View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2019

  1. Improvement of Presto Example

    - Simplified a lot the whole script
    - Made everything compatible with Python 3
    - Removed the print() for proper logger
    - Added assert() for parameters sanity checks
    - Allows passing keywords arguments to pd.read_csv()
    ...
    JeanLescutMuller authored and Jean Lescut-Muller committed Jul 29, 2019
    Configuration menu
    Copy the full SHA
    ff3f3ea View commit details
    Browse the repository at this point in the history
  2. Removed useless dependencies

    JeanLescutMuller authored and Jean Lescut-Muller committed Jul 29, 2019
    Configuration menu
    Copy the full SHA
    028cc42 View commit details
    Browse the repository at this point in the history
  3. Update qubole_presto_api_example.py

    Help for the bug of the missing column names
    JeanLescutMuller authored and Jean Lescut-Muller committed Jul 29, 2019
    Configuration menu
    Copy the full SHA
    9bdb14d View commit details
    Browse the repository at this point in the history
  4. Code Improvement + Adding timeout

    Jean Lescut-Muller committed Jul 29, 2019
    Configuration menu
    Copy the full SHA
    c009c23 View commit details
    Browse the repository at this point in the history