queryparser icon indicating copy to clipboard operation
queryparser copied to clipboard

Add support for hive versions

Open h4v0kh3l1 opened this issue 7 years ago • 2 comments

Long-term thinking here:

Hive introduces its sql features across many versions, and we'll have users that need to pin to a specific version. The hive parser should add version to its query info, to know when to enable or disable certain parsing features.

h4v0kh3l1 avatar Feb 26 '18 22:02 h4v0kh3l1

We could give the Hive type a type-level version parameter.

dlthomas avatar Feb 26 '18 22:02 dlthomas

re: #54 we'll want to support dialect versions for all our dialects, since everything changes eventually =)

h4v0kh3l1 avatar Jan 06 '20 16:01 h4v0kh3l1