Merges partiql-lang-kotlin generator into PIG as 1.x #147
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description of changes:
PartiQL Lang Kotlin is migrating to an updated version of PIG that is now stable. The new README contains details regarding the differences.
https://github.com/partiql/partiql-ir-generator/blob/lorax/README.adoc
Notably though, permuted domains have been dropped. To maintain an option for existing customers, all 0.x behavior is preserved under a
legacy
subcommand. The only other change is that the runtime library has been repackaged toorg.partiql.pig.legacy.runtime
as 1.x does not require a runtime library.PIG 1.x set out to address PIG feature requests by introducing an updated modeling language and generator which enable features such as:
Modeling Additions
string
type #122timestamp
type #51BigInteger
forint
types #46union
types as an alternative or replacement forsum
types #78Kotlin Specific Features
LongPrimitive
,SymbolPrimitive
andBoolPrimitive
in their kdoc #79By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.