mcvsubbu opened a new issue #3625: Pinot compilation errors with Java 11
URL: https://github.com/apache/incubator-pinot/issues/3625
 
 
   [ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-compiler-plugin:2.5.1:compile (default-compile) 
on project pinot-core: Compilation failure: Compilation failure:
   [ERROR] 
/Users/kishoreg/projects/incubator-pinot/pinot-core/src/main/java/com/linkedin/pinot/core/segment/memory/PinotByteBuffer.java:[27,17]
 DirectBuffer is internal proprietary API and may be removed in a future release
   [ERROR] 
/Users/kishoreg/projects/incubator-pinot/pinot-core/src/main/java/com/linkedin/pinot/core/segment/memory/PinotByteBuffer.java:[26,15]
 error: cannot find symbol
   [ERROR]   symbol:   class Cleaner
   [ERROR]   location: package sun.misc
   [ERROR] 
/Users/kishoreg/projects/incubator-pinot/pinot-core/src/main/java/com/linkedin/pinot/core/segment/memory/PinotByteBuffer.java:[27,17]
 DirectBuffer is internal proprietary API and may be removed in a future release

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to