Details
-
Type:
Improvement
-
Status: Resolved
-
Priority:
Major
-
Resolution: Duplicate
-
Affects Version/s: 4.2.0
-
Fix Version/s: 4.3.0
-
Component/s: con.hive, con.impala
-
Labels:None
-
Target Version:
Description
A very common pattern of use is to run a query, select some results from that query, then add it to your current query.
If one double clicks on a query result currently that will pop up a 'row details' box, which then has to be exited in order to get back to the query that was first run, so an example interaction goes like this:
- Run: select * from table where state='NY'
- See something interesting on zip code 12345, double click to select it
- The 'row details' information pops up, if you're smart you realize 12345 is selected so you can still copy it with ctrl+c
- If user doesn't realize the text they wanted is selected they now have to try and copy the text they want from the 'row details' popup.
- Must now close the 'row details' popup
- Return to query, adding "and zip='12345'
Would prefer interactions like this:
- Run: select * from table where state='NY'
- Double click 12345
- Right click copy or ctrl+c
- Back to editor where you paste in selected text
Would prefer if row details instead had an icon at the end start of the row to open the pop up, or removed.