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
While I'm trying to refractor rowcodec, tablecodec, codec... package, I found it's hard because we don't have an unified way to handle the errors and warnings. We can use a errctx to store all the flag related with error handling (especially from SQLMode...).
The text was updated successfully, but these errors were encountered:
Enhancement
While I'm trying to refractor
rowcodec
,tablecodec
,codec
... package, I found it's hard because we don't have an unified way to handle the errors and warnings. We can use aerrctx
to store all the flag related with error handling (especially fromSQLMode
...).The text was updated successfully, but these errors were encountered: