Skip to content

Fix delete, truncate behavior in BaseJdbcConnectorTest#14251

Merged
Praveen2112 merged 1 commit intotrinodb:masterfrom
Praveen2112:praveen/jdbc_test_cleanup
Sep 22, 2022
Merged

Fix delete, truncate behavior in BaseJdbcConnectorTest#14251
Praveen2112 merged 1 commit intotrinodb:masterfrom
Praveen2112:praveen/jdbc_test_cleanup

Conversation

@Praveen2112
Copy link
Copy Markdown
Member

@Praveen2112 Praveen2112 commented Sep 22, 2022

Description

Delete and truncate behavior should be independent of whether connector supports dynamic filtering

Non-technical explanation

NA

Release notes

(x) This is not user-visible or docs only and no release notes are required.
( ) Release notes are required, please propose a release note for me.
( ) Release notes are required, with the following suggested text:

# Section
* Fix some things. ({issue}`issuenumber`)

They should be independent of whether connector supports dynamic filtering
switch (connectorBehavior) {
case SUPPORTS_DELETE:
case SUPPORTS_TRUNCATE:
return true;
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Was it inter-related for any reason ?

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

I think that was just a mistake, there should be no relation.
Thanks for fixing

switch (connectorBehavior) {
case SUPPORTS_DELETE:
case SUPPORTS_TRUNCATE:
return true;
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

I think that was just a mistake, there should be no relation.
Thanks for fixing

@Praveen2112 Praveen2112 merged commit 409c7d5 into trinodb:master Sep 22, 2022
@github-actions github-actions bot added this to the 398 milestone Sep 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

4 participants