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
After #1529 , we just support String and integer types in spark, we should support more spark types:
AtomicType
ArrayType
MapType
StructType
NullType, ObjectType, UserDefinedType, CalenderIntervalType is not supported by gravitino, will be supported latter if nesseseray.
NullType
ObjectType
UserDefinedType
CalenderIntervalType
#1227
The text was updated successfully, but these errors were encountered:
NullType is already supported. https://github.com/datastrato/gravitino/blob/7cedbd6cd9f9c6a2808b53329bd12360f26076d8/api/src/main/java/com/datastrato/gravitino/rel/types/Types.java#L15-L16
Sorry, something went wrong.
NullType is already supported.
https://github.com/datastrato/gravitino/blob/7cedbd6cd9f9c6a2808b53329bd12360f26076d8/api/src/main/java/com/datastrato/gravitino/rel/types/Types.java#L15-L16
cool
FANNG1
No branches or pull requests
Describe the subtask
After #1529 , we just support String and integer types in spark, we should support more spark types:
AtomicType
, besides String and IntegerArrayType
,MapType
,StructType
NullType
,ObjectType
,UserDefinedType
,CalenderIntervalType
is not supported by gravitino, will be supported latter if nesseseray.Parent issue
#1227
The text was updated successfully, but these errors were encountered: