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

Better UDF visualization #29

Open
wajda opened this issue Feb 19, 2018 · 2 comments
Open

Better UDF visualization #29

wajda opened this issue Feb 19, 2018 · 2 comments

Comments

@wajda
Copy link
Contributor

wajda commented Feb 19, 2018

Thanks to Alper Topcuoglu
https://anchormen.nl/blog/big-data-services/spline/ (see Case 2 (Handling UDF + SQL))

Relates to #28

@mn-mikke
Copy link
Contributor

Is it possible? There is not much we could highlight about UDFs except their names... Even Spark Catalyst has to treat them as a black box since information extraction from a piece of byte code is really tricky problem.

@wajda
Copy link
Contributor Author

wajda commented Mar 28, 2018

No, we're not talking about introspecting UDFs. The point of this ticket is to improve the way how calls to UDFs are represented on the UI. We now have those ugly toString() representations of expressions. Surely we could make them more readable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: New
Development

No branches or pull requests

2 participants