-
brajmohan saxena authored
Problem: There is no validation of comment length for partition comments and some redundancy of code for table,column and index comments. Solution: Replaced the existing redundant code of comment length for table, column and index objects with a generic function validate_comment_length.this function will validate partition comments as well.
brajmohan saxena authoredProblem: There is no validation of comment length for partition comments and some redundancy of code for table,column and index comments. Solution: Replaced the existing redundant code of comment length for table, column and index objects with a generic function validate_comment_length.this function will validate partition comments as well.
Loading