We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bool
Today PIG supports symbol and integer types.
symbol
integer
We also need to add support for the bool type.
The text was updated successfully, but these errors were encountered:
timestamp
Support bool element types (#42)
5c6c1ad
Add primitive type bool (#42)
3428788
Previously, we've only supported `int` and `symbol` as primitives. This commit adds `bool` to that list.
bdd83d0
Add primitive type bool (#42) (#80)
c94488c
* Add primitive type bool (#42) Previously, we've only supported `int` and `symbol` as primitives. This commit adds `bool` to that list.
No branches or pull requests
Today PIG supports
symbol
andinteger
types.We also need to add support for the
bool
type.The text was updated successfully, but these errors were encountered: