You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Hardware/Softward conditions (OS, CPU, GPU, Memory):
- Method of installation (Docker, or from source):
- Milvus version (v0.3.1, or v0.4.0): 2.4.1
- Milvus configuration (Settings you made in `server_config.yaml`):
Anything else?
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Describe the bug
When I try to write data into a collection with a predefined schema, my spark job write aborts with:
scala.MatchError: Array (of class io.milvus.grpc.DataType)
When I try to write with spark-milvus connector without predefining a schema:
java.lang.Exception: Unsupported data type array
Expected Behavior
Pymilvus should be able to recognize array data types? Predefining schema should also work? Is this a bug in spark to milvus connector?
Steps/Code To Reproduce behavior
Environment details
Anything else?
The text was updated successfully, but these errors were encountered: