You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2022/06/26 00:26:00 UTC

[jira] [Work logged] (HIVE-26175) Fixed ParseException caused by unpaired quotation marks in a line of comments

     [ https://issues.apache.org/jira/browse/HIVE-26175?focusedWorklogId=784839&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-784839 ]

ASF GitHub Bot logged work on HIVE-26175:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 26/Jun/22 00:25
            Start Date: 26/Jun/22 00:25
    Worklog Time Spent: 10m 
      Work Description: github-actions[bot] commented on PR #3245:
URL: https://github.com/apache/hive/pull/3245#issuecomment-1166385712

   This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
   Feel free to reach out on the dev@hive.apache.org list if the patch is in need of reviews.




Issue Time Tracking
-------------------

    Worklog Id:     (was: 784839)
    Time Spent: 1h 20m  (was: 1h 10m)

> Fixed ParseException caused by unpaired quotation marks in a line of comments
> -----------------------------------------------------------------------------
>
>                 Key: HIVE-26175
>                 URL: https://issues.apache.org/jira/browse/HIVE-26175
>             Project: Hive
>          Issue Type: Bug
>          Components: CLI, Parser
>    Affects Versions: 3.1.3
>            Reporter: renjianting
>            Assignee: renjianting
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 4.0.0
>
>          Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> Unpaired quotation marks in a line of comments causes ParseException : 
> task.sql
> {code:java}
> select 1 -- comment I'm col1"xxx
> ;
> select 2 -- comment I'm col2"xxx
> ;{code}
> The following error occurs when I run a similar task using the "hive -f task.sql" command :
> {code:java}
> FAILED: ParseException line 2:0 cannot recognize input near '1' ';' 'select' in constant{code}



--
This message was sent by Atlassian Jira
(v8.20.7#820007)