-
- Downloads
[SPARK-15255][SQL] limit the length of name for cached DataFrame
## What changes were proposed in this pull request? We use the tree string of an SparkPlan as the name of cached DataFrame, that could be very long, cause the browser to be not responsive. This PR will limit the length of the name to 1000 characters. ## How was this patch tested? Here is how the UI looks right now:  Author: Davies Liu <davies@databricks.com> Closes #13033 from davies/cache_name.
Please register or sign in to comment