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

Matthias Pohl commented on FLINK-33254:
---------------------------------------

Next error was caused by optional dependencies being not included in the build:
{code:java}
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-compiler-plugin:3.8.0:testCompile 
(default-testCompile) on project flink-csv: Compilation failure                 
                                                                                
                          
[ERROR] 
/home/mapohl/workspace/flink-xcomp/flink-formats/flink-csv/src/test/java/org/apache/flink/formats/csv/CsvFormatFilesystemStatisticsReportTest.java:[51,29]
 cannot access org.apache.calcite.schema.Statistic                              
                                        
[ERROR]   class file for org.apache.calcite.schema.Statistic not found  {code}

> Improve speed of compile step
> -----------------------------
>
>                 Key: FLINK-33254
>                 URL: https://issues.apache.org/jira/browse/FLINK-33254
>             Project: Flink
>          Issue Type: Sub-task
>            Reporter: Matthias Pohl
>            Priority: Major
>
> There were issues with the compilation step where I initially thought that 
> it's due to the parallelization of the compilation (which is odd). This issue 
> is about investigating how to do the compilation and forwarding the artifacts 
> in the right way to the downstream jobs.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to