-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix panic due to mismatch dimension (#25)
We faced issue when converting UPI table in proto struct (`TableToStruct`), this is due to incorrect UPI table that being passed. Panic is occurred due to accessing out of bound index, the utility function doesn't handle case where number of columns is not the same with number of values in a row
- Loading branch information
1 parent
bd6572d
commit 9d25e93
Showing
2 changed files
with
127 additions
and
72 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters