You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@orc.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/10/17 19:00:00 UTC

[jira] [Commented] (ORC-413) Missing Javadoc for a param in CsvReader

    [ https://issues.apache.org/jira/browse/ORC-413?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16654053#comment-16654053 ] 

ASF GitHub Bot commented on ORC-413:
------------------------------------

wgtmac closed pull request #318: ORC-413: Add missing Javadoc for a param in CsvReader
URL: https://github.com/apache/orc/pull/318
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/java/tools/src/java/org/apache/orc/tools/convert/CsvReader.java b/java/tools/src/java/org/apache/orc/tools/convert/CsvReader.java
index 6644150a6c..ce32336f19 100644
--- a/java/tools/src/java/org/apache/orc/tools/convert/CsvReader.java
+++ b/java/tools/src/java/org/apache/orc/tools/convert/CsvReader.java
@@ -63,6 +63,7 @@
    * @param escapeChar the escape character
    * @param headerLines the number of header lines
    * @param nullString the string that is translated to null
+   * @param timestampFormat the timestamp format string
    */
   public CsvReader(java.io.Reader reader,
                    FSDataInputStream input,


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> Missing Javadoc for a param in CsvReader
> ----------------------------------------
>
>                 Key: ORC-413
>                 URL: https://issues.apache.org/jira/browse/ORC-413
>             Project: ORC
>          Issue Type: Bug
>            Reporter: Kotaro Terada
>            Assignee: Kotaro Terada
>            Priority: Major
>
> There is a missing Javadoc for the param "timestampFormat" in the constructor of {{CsvReader}}.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)