[
https://issues.apache.org/jira/browse/DRILL-3963?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14975300#comment-14975300
]
ASF GitHub Bot commented on DRILL-3963:
---------------------------------------
Github user amithadke commented on a diff in the pull request:
https://github.com/apache/drill/pull/214#discussion_r43066184
--- Diff:
protocol/src/main/java/org/apache/drill/exec/proto/beans/CoreOperatorType.java
---
@@ -58,7 +58,8 @@
HBASE_SUB_SCAN(33),
WINDOW(34),
NESTED_LOOP_JOIN(35),
- AVRO_SUB_SCAN(36);
+ AVRO_SUB_SCAN(36),
--- End diff --
Lets address this in a new JIRA.
> 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)