a49a opened a new issue, #7905:
URL: https://github.com/apache/hudi/issues/7905

   **Describe the problem you faced**
   
   Below is a snippet of the `.idea/compiler.xml` file content. IDEA would 
recognize the modules below as Java 7.
   
   > 
         <module name="hudi-cli-bundle_2.11" target="1.7" />
         <module name="hudi-spark-bundle_2.11" target="1.7" />
         <module name="hudi-spark-common_2.11" target="1.7" />            
         <module name="hudi-spark2_2.11" target="1.7" />
         <module name="hudi-spark_2.11" target="1.7" />
         <module name="hudi-utilities-bundle_2.11" target="1.7" />
         <module name="hudi-utilities-slim-bundle_2.11" target="1.7" />
         <module name="hudi-utilities_2.11" target="1.7" />
   
   The rest of the modules are normal Java 8.
   
   **To Reproduce**
   
   Steps to reproduce the behavior:
   
   1.
   2.
   3.
   4.
   
   **Expected behavior**
   
   IDEA recognizes all modules as Java 8 based on maven POM.
   
   **Environment Description**
   
   * Hudi version :  0.13.0-SNAPSHOT (currently master branch)
   
   **Additional context**
   
   
   


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to