You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Walaa Eldin Moustafa (JIRA)" <ji...@apache.org> on 2018/07/04 08:18:00 UTC

[jira] [Comment Edited] (CALCITE-2173) Sample implementation of ArrowAdapter

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

Walaa Eldin Moustafa edited comment on CALCITE-2173 at 7/4/18 8:17 AM:
-----------------------------------------------------------------------

I had to do the same as [~julianhyde] to get it to compile in addition to disabling failures so that the build does not stop as soon as one module fails (since the mongodb module fails with the 1.8 setting). So I ended up building by:
{code:java}
mvn -DskipTests -Dcheckstyle.skip=true --fail-never clean install{code}
Also, in Intellij IDEA, the settings have to be changed to use 1.8 in the following places:

File -> Project Structure -> Project Settings -> Project -> Project SDK -> 1.8

File -> Project Structure -> Project Settings -> Modules > calcite-arrow -> Sources -> Language level -> 8

Intellij Preferences (or Settings) -> Build, Execution, Deployment -> Compiler -> Java Compiler -> Updated "Target bytecode version" to 1.8 for all modules.


was (Author: wamoustafa):
I had to do the same as [~julianhyde] to get it to compile in addition to disabling failures so that the build does not stop as soon as one module fails (since the mongodb module fails with the 1.8 setting). So I ended up building by:
{code:java}
mvn -DskipTests -Dcheckstyle.skip=true --fail-never clean install{code}
Also, in Intellij IDEA, the settings have to be changed to use 1.8 in the following places:

File -> Project Structure -> Project Settings -> Project -> Project SDK -> 1.8

File -> Project Structure -> Project Settings -> Modules -> calcite-arrow -> Sources -> Language level -> 8

Intellij Preferences (or Settings) -> Build, Execution, Deployment -> Compiler -> Java Compiler -> Updated "Target bytecode version" to 1.8 for all modules.

> Sample implementation of ArrowAdapter
> -------------------------------------
>
>                 Key: CALCITE-2173
>                 URL: https://issues.apache.org/jira/browse/CALCITE-2173
>             Project: Calcite
>          Issue Type: Improvement
>            Reporter: Masayuki Takahashi
>            Assignee: Julian Hyde
>            Priority: Minor
>
> I try to implement Apache Arrow adaper.
> [https://github.com/masayuki038/calcite/tree/arrow]



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