-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This closes #674, closes #1454, add new exported functions GetTables and DeleteTable #1573
Conversation
GetTables
GetTables
GetTables
GetTables
GetTables
GetTables
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good job. Please add the unit test for the GetTables
function.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The GetTables
functions implementation looks good to me, I suggest that add the DeleteTable
function in this change list.
GetTables
Done. I have added the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks for your contribution.
…s GetTables and DeleteTable (qax-os#1573)
PR Details
Create 2 functions
GetTables
andDeleteTable
to support reading and removing tables (working in progress).Description
Support to get the table name, table range and the table style name
Implement this feature in the
table.go
source codeRelated Issue
#1454, #674
Motivation and Context
How Has This Been Tested
Complete documentation and unit tests, incremental test coverage was 100% (working in progress)
Types of changes
Checklist