Skip to content

Commit

Permalink
fix: allow any raw value in the column DEFAULT (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
chulanovskyi-bs authored Dec 9, 2024
1 parent 0ef7e40 commit 3088b84
Show file tree
Hide file tree
Showing 3 changed files with 2,957 additions and 2,945 deletions.
1 change: 1 addition & 0 deletions reverse_engineering/grammars/HiveParser.g4
Original file line number Diff line number Diff line change
Expand Up @@ -1276,6 +1276,7 @@ defaultVal
: constant
| functionStatement
| castExpression
| identifier
;

tableConstraintType
Expand Down
2 changes: 1 addition & 1 deletion reverse_engineering/parser/Hive/HiveParser.interp

Large diffs are not rendered by default.

Loading

0 comments on commit 3088b84

Please sign in to comment.