Skip to content
Snippets Groups Projects
Commit a4bd987a authored by Firat Yusuf Duran's avatar Firat Yusuf Duran :moyai:
Browse files

fix bug

parent d8d4eef5
No related branches found
No related tags found
2 merge requests!72Dev fluxio get types,!68Fluxio preliminary release
Pipeline #20303 passed
......@@ -107,7 +107,7 @@ class FluxioTypeAronConverter:
elif isinstance(aron_type, AronTypeIceTypes.Matrix):
rows = aron_type.rows
cols = aron_type.cols
mat_type = aron_type.elementType
mat_type = str(aron_type.elementType)
description = (
f"Matrix with dimensions {rows}x{cols} and elements of type {mat_type}"
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment