1

While trying to publish to Index Layer using spark-connector for olp, getting the error as is not a term while creating data frame.

How to resolve this error?

Ardent Coder
  • 3,777
  • 9
  • 27
  • 53
Krishna
  • 21
  • 2

1 Answers1

1

The error is due to Encoders used in Spark which doesn't work correctly with case classes.

Used the below library and steps to fix the issue

https://scalapb.github.io/sparksql.html

Krishna
  • 21
  • 2