TIBCOSoftware / snappy-store

SnappyStore
Apache License 2.0
39 stars 18 forks source link

Store side support for returning df content in resultset based on 'exec scala' option #537

Closed kneeraj closed 4 years ago

kneeraj commented 4 years ago

Changes proposed in this pull request

The 'exec scala' by default returns whatever is written to standard out by the interpreter while interpreting a block of code it runs. But it may not be very useful in certain situations. Fir example the user does ten things but just wants the result of a df created so that he can use standard products which uses jdbc/odbc connectivity to use the output in resultset form to plot charts/graphs etc.

Added unit tests for 'exec scala', 'snappy-scala' including security etc.

Patch testing

Unit test aded. Manual too.

Is precheckin with -Pstore clean?

Underway.

ReleaseNotes changes

Yes

Other PRs

https://github.com/SnappyDataInc/snappydata/pull/1488