Skip to content

feat(catalog/sql): Add integration test for sql catalog#450

Merged
zeroshade merged 2 commits intoapache:mainfrom
dttung2905:add-integration-test-sql-catalog
Jun 25, 2025
Merged

feat(catalog/sql): Add integration test for sql catalog#450
zeroshade merged 2 commits intoapache:mainfrom
dttung2905:add-integration-test-sql-catalog

Conversation

@dttung2905
Copy link
Copy Markdown
Contributor

Hi team,
This PR fixes #442

Will need the PR #414 to be merged first before I can uncomment one of the integration test case

Comment thread catalog/sql/sql_integration_test.go Outdated
s.Require().NoError(s.cat.DropTable(s.ctx, catalog.ToIdentifier(TestNamespaceIdent, "test-table")))
}

//func (s *SQLIntegrationSuite) TestCreateView() {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

use s.T().Skip("Wait for something")

Signed-off-by: dttung2905 <ttdao.2015@accountancy.smu.edu.sg>
Signed-off-by: dttung2905 <ttdao.2015@accountancy.smu.edu.sg>
@dttung2905 dttung2905 force-pushed the add-integration-test-sql-catalog branch from b702b5d to 8f971af Compare June 21, 2025 20:46
@zeroshade zeroshade merged commit 4d06fea into apache:main Jun 25, 2025
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add integration test for SQL catalog

3 participants