Skip to content

css selector that contains double quotes cannot be resolved by jsoup properly in Zeppelin (and maybe other interpreters) #43

@tribbloid

Description

@tribbloid

The results of this query:

    spooky.fetch(
  Wget(s"https://www.wikipedia.org/")
).select(
    S("""a[href*="wikipedia"]""").href ~ 'uri
  ).toDF()

are different in interpreter and compiler:

in interpreter it will results in an empty dataframe which is defective, the problem doesn't exist in compiler.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions