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
Either we should use specialized Error types such as TvfError for processors and adaptors (maybe not feasible), or we should use a common error handling crate such as thiserror or anyhow.
The text was updated successfully, but these errors were encountered:
Using
Box<dyn Error>
is not really recommended.Either we should use specialized Error types such as
TvfError
for processors and adaptors (maybe not feasible), or we should use a common error handling crate such asthiserror
oranyhow
.The text was updated successfully, but these errors were encountered: