mdayakar commented on code in PR #4990:
URL: https://github.com/apache/hive/pull/4990#discussion_r1452012896


##########
hplsql/src/main/java/org/apache/hive/hplsql/objects/TableClass.java:
##########
@@ -96,9 +96,9 @@ public class TableClass implements HplClass {
       } else { // single column
         Row row = new Row();
         row.addColumn(
-                self.hplClass().columns().get(0).columnName(),
-                self.hplClass().columns.get(0).columnTypeString(),
-                args.get(1));

Review Comment:
   Actually there is no change in this class. As a part of initial solution 
some changes were in this class later they are reverted. It looks this change 
some format change.



-- 
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: gitbox-unsubscr...@hive.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org
For additional commands, e-mail: gitbox-h...@hive.apache.org

Reply via email to