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

DRILL-6834: Introduce option to disable result set on CTAS, create vi… #1549

Closed
wants to merge 1 commit into from

Commits on Nov 26, 2018

  1. DRILL-6834: Introduce option to disable result set for DDL queries fo…

    …r JDBC connection
    
    - Added session-scoped option `drill.exec.fetch_resultset_for_ddl` to control whether update count or result set should be returned for JDBC connection session. By default the option is set to `true` which ensures that result set is returned;
    - Updated Drill JDBC: `DrillCursor` and `DrillStatement` to achieve desired behaviour.
    KazydubB committed Nov 26, 2018
    Configuration menu
    Copy the full SHA
    df784f6 View commit details
    Browse the repository at this point in the history