man-group / ArcticDB

ArcticDB is a high performance, serverless DataFrame database built for the Python Data Science ecosystem.
http://arcticdb.io
Other
1.52k stars 94 forks source link

Rename ArcticNativeNotYetImplemented error #774

Open poodlewars opened 1 year ago

poodlewars commented 1 year ago

It is inconsistent with the rest of our API, which has eliminated the phrase "Arctic Native".

We can update it in a backwards compatible way by introducing:

class ArcticDbNotYetImplemented:
  pass

@deprecated
ArcticNativeNotYetImplemented = ArcticDbNotYetImplemented
qc00 commented 1 year ago

Minor: why not define ArcticDbNotYetImplemented in C++ instead?