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

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

Open
tribbloid opened this issue Jul 23, 2015 · 0 comments

Comments

@tribbloid
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant