Skip to content

NoSuchMethodError on accessing data through index #94

@sunits2005

Description

@sunits2005

Thanks a lot for this wonderful work.

I am trying to use it and was able to create index. However, on trying to access data using sec index, I am seeing below error. Any help will be greatly appreciated.
scala> spark.index.parquet("temp/codes.parquet").
| filter($"id" === 123 && $"code" === "123").collect
java.lang.NoSuchMethodError: org.apache.spark.sql.execution.FileSourceScanExec.(Lorg/apache/spark/sql/execution/datasources/HadoopFsRelation;Lscala/collection/Seq;Lorg/apache/spark/sql/types/StructType;Lscala/collection/Seq;Lscala/Option;Lscala/collection/Seq;Lscala/Option;)V

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions