You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So my intention was 1 keyword, "Apache Spark". However, here on Warehouse this shows up as two keywords, "Apache" and "Spark".
Is this intentional?
I know that setup() also accepts a single string for keywords, instead of a list of strings, as follows:
keywords='Apache Spark',
In this case I would expect the keywords to be interpreted as whitespace-delimited -- that is, two keywords, "Apache" and "Spark", as they currently are on Warehouse.