Github user hyunsik commented on the pull request:

    https://github.com/apache/tajo/pull/788#issuecomment-145654750
  
    @dkhwangbo Thank you for your work. But, asm module is a thirdparty 
package. So, we don't need to touch this source code. Instead, we should keep 
asm package using 1.7. For it, I'll add the following configuration in #778.
    
    ```
          <groupId>org.apache.maven.plugins</groupId>
          <artifactId>maven-compiler-plugin</artifactId>
          <configuration>
              <source>1.7</source>
              <target>1.7</target>
            </configuration>
    ```


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to