[
https://issues.apache.org/jira/browse/DRILL-3963?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14981522#comment-14981522
]
ASF GitHub Bot commented on DRILL-3963:
---------------------------------------
Github user sudheeshkatkam commented on a diff in the pull request:
https://github.com/apache/drill/pull/214#discussion_r43455354
--- Diff:
exec/java-exec/src/test/java/org/apache/drill/exec/impersonation/TestImpersonationQueries.java
---
@@ -179,6 +199,15 @@ private static void createView(final String viewOwner,
final String viewGroup, f
assertEquals(viewPerms, status.getPermission().toShort());
}
+ private static void createView(final String viewOwner, final String
viewGroup, final String viewName,
--- End diff --
Any reason why (protected version of) this method cannot be moved to
BaseTestImpersonation?
> Read raw key value bytes from sequence files
> --------------------------------------------
>
> Key: DRILL-3963
> URL: https://issues.apache.org/jira/browse/DRILL-3963
> Project: Apache Drill
> Issue Type: New Feature
> Reporter: amit hadke
> Assignee: amit hadke
>
> Sequence files store list of key-value pairs. Keys/values are of type hadoop
> writable.
> Provide a format plugin that reads raw bytes out of sequence files which can
> be further deserialized by a udf(from hadoop writable -> drill type)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)