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


##########
hplsql/src/main/java/org/apache/hive/hplsql/objects/TableClass.java:
##########
@@ -136,4 +155,8 @@ public MethodDictionary methodDictionary() {
   public boolean rowType() {
     return rowType;
   }
+
+  public static boolean isTableAttributeExists(String property) {
+    return TABLE_ATTRIBUTES_LIST.contains(property);

Review Comment:
   Changed the code accordingly.



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