Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] CI fails at with error NoSuchMethodError in many sbt test cases #678

Closed
4 tasks
blrchen opened this issue Sep 19, 2022 · 2 comments
Closed
4 tasks
Assignees
Labels
bug Something isn't working

Comments

@blrchen
Copy link
Collaborator

blrchen commented Sep 19, 2022

Willingness to contribute

No. I cannot contribute a bug fix at this time.

Feathr version

latest main branch

System information

  • OS Platform and Distribution (e.g., Linux Ubuntu 20.0):
  • Python version:
  • Spark version, if reporting runtime issue:

Describe the problem

After PR #632 is merged, CI starts failing with error NoSuchMethodError in many sbt test cases

Following is most recent failure link: https://github.com/feathr-ai/feathr/actions/runs/3080323962/jobs/4977528123

cc @windoze @YihuiGuo @xiaoyongzhu

Tracking information

There are many test cases failed, picking up a random failed test log as an example here:
[info] TestPostGenPruner:
[info] - testStandardizedKeyColumnsAndNonNullableFeatureColumns *** FAILED ***
[info] java.lang.NoSuchMethodError: com.fasterxml.jackson.core.JsonParser.getReadCapabilities()Lcom/fasterxml/jackson/core/util/JacksonFeatureSet;
[info] at com.fasterxml.jackson.databind.DeserializationContext.(DeserializationContext.java:211)
[info] at com.fasterxml.jackson.databind.deser.DefaultDeserializationContext.(DefaultDeserializationContext.java:50)
[info] at com.fasterxml.jackson.databind.deser.DefaultDeserializationContext$Impl.(DefaultDeserializationContext.java:391)
[info] at com.fasterxml.jackson.databind.deser.DefaultDeserializationContext$Impl.createInstance(DefaultDeserializationContext.java:413)
[info] at com.fasterxml.jackson.databind.ObjectMapper.createDeserializationContext(ObjectMapper.java:4656)
[info] at com.fasterxml.jackson.databind.ObjectMapper._readMapAndClose(ObjectMapper.java:4585)
[info] at com.fasterxml.jackson.databind.ObjectMapper.readValue(ObjectMapper.java:3548)
[info] at com.fasterxml.jackson.databind.ObjectMapper.readValue(ObjectMapper.java:3516)
[info] at org.apache.spark.rdd.RDDOperationScope$.fromJson(RDDOperationScope.scala:86)
[info] at org.apache.spark.rdd.RDDOperationScope$.$anonfun$withScope$6(RDDOperationScope.scala:137)

Code to reproduce bug

No response

What component(s) does this bug affect?

  • Python Client: This is the client users use to interact with most of our API. Mostly written in Python.
  • Computation Engine: The computation engine that execute the actual feature join and generation work. Mostly in Scala and Spark.
  • Feature Registry API: The frontend API layer supports SQL, Purview(Atlas) as storage. The API layer is in Python(FAST API)
  • Feature Registry Web UI: The Web UI for feature registry. Written in React
@blrchen blrchen added the bug Something isn't working label Sep 19, 2022
@blrchen
Copy link
Collaborator Author

blrchen commented Sep 19, 2022

@Yuqing-cat
Copy link
Collaborator

Related PR merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants