Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
1.17.0
-
None
-
None
Description
In the codebase there are several instances in which plugins use the DRILL_TEMP_DIRECTORY. These instances all use cut/paste code seen below. This Jira will create a utility function to do this, and replace all instances of this cut/paste code with a function call.
{{ if (context.getOptions().getOption(ExecConstants.DRILL_TMP_DIR) != null)
{ drillTempDir = context.getOptions().getOption(ExecConstants.DRILL_TMP_DIR).string_val; }else
{ drillTempDir = System.getenv("DRILL_TMP_DIR"); }}}
Attachments
Issue Links
- is part of
-
DRILL-7437 Storage Plugin for Generic HTTP REST API
-
- Closed
-