You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Shubhangi Pardeshi (JIRA)" <ji...@apache.org> on 2018/11/22 11:02:00 UTC

[jira] [Created] (HIVE-20963) Handle C-Style comments in hive query

Shubhangi Pardeshi created HIVE-20963:
-----------------------------------------

             Summary: Handle C-Style comments in hive query
                 Key: HIVE-20963
                 URL: https://issues.apache.org/jira/browse/HIVE-20963
             Project: Hive
          Issue Type: Bug
          Components: Parser
            Reporter: Shubhangi Pardeshi


h3. Problem

Currently only Std. SQL. style comment i.e. "–" can be used in query. 

Requesting to add support for C-Style single line as well as multiline comments. 

1. /* <comment text line1> */

2. /* <comment text line1>

<comment text line2> */

3. // <comment text line1> 

 



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