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
feat: add **kwargs support to create_table_with_index_params for heap organization
- Add **kwargs parameter to create_table_with_index_params method
- Pass **kwargs to ObTable constructor to support mysql_organization='heap' and other parameters
- Set extend_existing=True as default in kwargs to maintain backward compatibility
Co-authored-by: xxsc0529 <xxsc0529@users.noreply.github.com>
0 commit comments