kasakrisz commented on code in PR #4557:
URL: https://github.com/apache/hive/pull/4557#discussion_r1295775877


##########
hplsql/src/main/java/org/apache/hive/hplsql/ColumnMap.java:
##########
@@ -28,13 +28,25 @@ public class ColumnMap {
   private List<Column> columns = new ArrayList<>();
   private Map<String, Column> columnMap = new HashMap<>();
 
+  private Map<String, String> columnNameVsFQColumnName = new HashMap<>();

Review Comment:
   IMHO we should store the fully qualified name in an object which has two 
String fields. One for table/alias and another for column name



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to