You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Several warnings on compilation, this one is particularly bad:
comparing values of types Int and Null using `!=` will always yield true
Full list:
[Warn] org/zouzias/spark/lucenerdd/package.scala:62:11: comparing values of types Int and Null using `!=` will always yield true
[Warn] org/zouzias/spark/lucenerdd/package.scala:71:11: comparing values of types Long and Null using `!=` will always yield true
[Warn] org/zouzias/spark/lucenerdd/package.scala:80:11: comparing values of types Double and Null using `!=` will always yield true
[Warn] org/zouzias/spark/lucenerdd/package.scala:89:11: comparing values of types Float and Null using `!=` will always yield true
[Warn] org/zouzias/spark/lucenerdd/spatial/shape/package.scala:31:9: method makePoint in class SpatialContext is deprecated
[Warn] org/zouzias/spark/lucenerdd/spatial/shape/package.scala:47:32: method makePoint in class SpatialContext is deprecated
[Warn] org/zouzias/spark/lucenerdd/spatial/shape/package.scala:56:9: method makeRectangle in class SpatialContext is deprecated
[Warn] org/zouzias/spark/lucenerdd/spatial/shape/package.scala:63:9: method makeCircle in class SpatialContext is deprecated
[Warn] org/zouzias/spark/lucenerdd/spatial/shape/package.scala:69:9: method makeShape in class JtsSpatialContext is deprecated
[Warn] org/zouzias/spark/lucenerdd/spatial/shape/package.scala:75:9: method makeShape in class JtsSpatialContext is deprecated
[Warn] org/zouzias/spark/lucenerdd/spatial/shape/partition/ShapeLuceneRDDPartition.scala:132:13: method makeCircle in class SpatialContext is deprecated
[Warn] org/zouzias/spark/lucenerdd/spatial/shape/partition/ShapeLuceneRDDPartition.scala:148:18: method makePoint in class SpatialContext is deprecated
[Warn] org/zouzias/spark/lucenerdd/spatial/shape/partition/ShapeLuceneRDDPartition.scala:198:21: method makePoint in class SpatialContext is deprecated
[Warn] org/zouzias/spark/lucenerdd/spatial/shape/partition/ShapeLuceneRDDPartition.scala:208:21: method makeRectangle in class SpatialContext is deprecated
[Warn] org/zouzias/spark/lucenerdd/spatial/shape/partition/ShapeLuceneRDDPartition.scala:214:27: method makePoint in class SpatialContext is deprecated
[Warn] org/zouzias/spark/lucenerdd/spatial/shape/partition/ShapeLuceneRDDPartition.scala:215:28: method makePoint in class SpatialContext is deprecated
[Warn] org/zouzias/spark/lucenerdd/spatial/shape/partition/ShapeLuceneRDDPartition.scala:216:21: method makeRectangle in class SpatialContext is deprecated
[Warn] org/zouzias/spark/lucenerdd/store/IndexStorable.scala:102:15: class RAMDirectory in package store is deprecated
To Reproduce
In my case I just did a build
./gradlew clean build
Expected behavior
No warnings, especially the one highlighted above.
Versions (please complete the following information):
spark-lucenerdd version: master version
SBT version: I was using Gradle 7.4.2
Spark Version: 3.4.1
Java version: java version "11" 2018-09-25
Additional context
Deprecations like RAMDisk may be difficult to solve but obvious warnings should be cleared
The text was updated successfully, but these errors were encountered:
Describe the bug
Several warnings on compilation, this one is particularly bad:
Full list:
To Reproduce
In my case I just did a build
Expected behavior
No warnings, especially the one highlighted above.
Versions (please complete the following information):
Additional context
Deprecations like RAMDisk may be difficult to solve but obvious warnings should be cleared
The text was updated successfully, but these errors were encountered: