[
https://issues.apache.org/jira/browse/DRILL-4956?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15802635#comment-15802635
]
ASF GitHub Bot commented on DRILL-4956:
---------------------------------------
Github user paul-rogers commented on a diff in the pull request:
https://github.com/apache/drill/pull/666#discussion_r94856856
--- Diff: distribution/src/resources/drill-override-example.conf ---
@@ -184,7 +184,12 @@ drill.exec: {
# Set this property if custom absolute root should be used for
remote directories
root: "/app/drill"
}
- }
+ },
+ # Setting for Temporary Tables.
+ # See
https://gist.github.com/arina-ielchiieva/50158175867a18eee964b5ba36455fbf#file-temporarytablessupport-md.
+ # Temporary table can be created ONLY in default temporary workspace.
+ # Full workspace name should be indicated (including schema and
workspace separated by dot). Workspace MUST be writable.
+ default_temporary_workspace: "dfs.tmp"
--- End diff --
Any restrictions here on which workspace can be used? Must it be a
file-based workspace? (Probably can't be a JDBC storage plugin, right?) Do we
check anywhere that the plugin referenced here is of the correct type?
> Temporary tables support
> ------------------------
>
> Key: DRILL-4956
> URL: https://issues.apache.org/jira/browse/DRILL-4956
> Project: Apache Drill
> Issue Type: Improvement
> Affects Versions: 1.8.0
> Reporter: Arina Ielchiieva
> Assignee: Arina Ielchiieva
> Labels: doc-impacting
> Fix For: Future
>
>
> Link to design doc -
> https://docs.google.com/document/d/1gSRo_w6q2WR5fPx7SsQ5IaVmJXJ6xCOJfYGyqpVOC-g/edit
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)