[
https://issues.apache.org/jira/browse/ORC-219?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16114915#comment-16114915
]
ASF GitHub Bot commented on ORC-219:
------------------------------------
Github user omalley commented on a diff in the pull request:
https://github.com/apache/orc/pull/144#discussion_r131476392
--- Diff: java/core/src/java/org/apache/orc/RecordReader.java ---
@@ -20,11 +20,15 @@
import java.io.IOException;
import org.apache.hadoop.hive.ql.exec.vector.VectorizedRowBatch;
+import org.threeten.bp.format.DateTimeFormatter;
/**
* A row-by-row iterator for ORC files.
*/
public interface RecordReader extends AutoCloseable {
+ DateTimeFormatter DATE_TIME_FORMATTER = DateTimeFormatter.ofPattern(
--- End diff --
This should move the the CSV converter in tools.
> Boolean and timestamp converter for CSV
> ---------------------------------------
>
> Key: ORC-219
> URL: https://issues.apache.org/jira/browse/ORC-219
> Project: ORC
> Issue Type: Improvement
> Components: Java, tools
> Affects Versions: 1.5.0
> Reporter: Seshu Pasam
>
> Similar to JSON converter CSV should support boolean and timestamp
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)