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 2020/05/27 17:04:00 UTC

[jira] [Work logged] (HIVE-23453) IntelliJ compile errors in StaticPermanentFunctionChecker and TestVectorGroupByOperator

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

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

                Author: ASF GitHub Bot
            Created on: 27/May/20 17:03
            Start Date: 27/May/20 17:03
    Worklog Time Spent: 10m 
      Work Description: zabetak opened a new pull request #1037:
URL: https://github.com/apache/hive/pull/1037


   1. Replace com.sun.tools.javac.util.Pair with org.apache.calcite.util.Pair in TestVectorGroupByOperator.
   2. Remove unused imports in StaticPermanentFunctionChecker in particular com.sun.jdi.InvocationException.
   
   Both problems rise from the fact that tools.jar is not in the classpath (compile dependency) and is certainly not worth adding.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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


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

            Worklog Id:     (was: 437912)
    Remaining Estimate: 0h
            Time Spent: 10m

> IntelliJ compile errors in StaticPermanentFunctionChecker and TestVectorGroupByOperator
> ---------------------------------------------------------------------------------------
>
>                 Key: HIVE-23453
>                 URL: https://issues.apache.org/jira/browse/HIVE-23453
>             Project: Hive
>          Issue Type: Bug
>          Components: Hive
>         Environment: IntelliJ IDEA 2020.1.1 built 201.7223.91
> jdk 1.8.0_251
>            Reporter: Stamatis Zampetakis
>            Assignee: Stamatis Zampetakis
>            Priority: Major
>         Attachments: HIVE-23453.patch
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> The following errors appear when compiling the code using IntelliJ:
> TestVectorGroupByOperator: Error:(89, 32) java: package com.sun.tools.javac.util does not exist
> StaticPermanentFunctionChecker: Error:(31, 19) java: package com.sun.jdi does not exist



--
This message was sent by Atlassian Jira
(v8.3.4#803005)