[GitHub] [carbondata] BJangir commented on issue #3278: [CARBONDATA-3427] Beautify DAG by showing less text

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[GitHub] [carbondata] BJangir commented on issue #3278: [CARBONDATA-3427] Beautify DAG by showing less text

GitBox
BJangir commented on issue #3278: [CARBONDATA-3427] Beautify DAG by showing less text
URL: https://github.com/apache/carbondata/pull/3278#issuecomment-501783367
 
 
   @kevinjmh , please check below  3 point
   1. SQL tab also display scan info and SQL does not look good as well ,check if it can be taken care with your current code (for parquet it is ok)
   ![image](https://user-images.githubusercontent.com/12861989/59450784-9ec39f80-8e27-11e9-915b-be971b9993af.png)
   
   
   2. In SQL Tab on tooltip it shows info till Schema detail,Make sure carbon also displays same .
   for example
   ![image](https://user-images.githubusercontent.com/12861989/59450665-56a47d00-8e27-11e9-8224-a275a215aaf0.png)
   For carbon , it should display same like parquet. (Tooltip till Schema info and DAG block just Scan .. [DB].[TABLE]
   
   3. Make sure Plan is not changed , in SQL Tab and in JDBCServerTab (if beeline) + in Explain extended plan . it should display Schema detail as now .(same as parquet) . it should not cut info otherwise issue  analyzing will be difficult as sometime we can not get Create statement from user.
   ![image](https://user-images.githubusercontent.com/12861989/59450991-14c80680-8e28-11e9-9231-db1948bd9c16.png)
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[hidden email]


With regards,
Apache Git Services