Following the changes in https://github.com/TileDB-Inc/TileDB-Py/pull/2049, object_type now returns the string 'None' instead of the <class 'NoneType'> object. This PR fixes the issue and adds a new test for this case.
The output of the new test with the old object_type method:
Following the changes in https://github.com/TileDB-Inc/TileDB-Py/pull/2049,
object_type
now returns the string'None'
instead of the<class 'NoneType'>
object. This PR fixes the issue and adds a new test for this case.The output of the new test with the old
object_type
method:[sc-55930]