@@ -1750,47 +1750,47 @@ public void testDelete()
1750
1750
public void testDeleteWithLike ()
1751
1751
{
1752
1752
assertThatThrownBy (super ::testDeleteWithLike )
1753
- .hasStackTraceContaining ("Delete without primary key or partition key is not supported " );
1753
+ .hasStackTraceContaining ("This connector does not support modifying table rows " );
1754
1754
}
1755
1755
1756
1756
@ Test
1757
1757
@ Override
1758
1758
public void testDeleteWithComplexPredicate ()
1759
1759
{
1760
1760
assertThatThrownBy (super ::testDeleteWithComplexPredicate )
1761
- .hasStackTraceContaining ("Delete without primary key or partition key is not supported " );
1761
+ .hasStackTraceContaining ("This connector does not support modifying table rows " );
1762
1762
}
1763
1763
1764
1764
@ Test
1765
1765
@ Override
1766
1766
public void testDeleteWithSemiJoin ()
1767
1767
{
1768
1768
assertThatThrownBy (super ::testDeleteWithSemiJoin )
1769
- .hasStackTraceContaining ("Delete without primary key or partition key is not supported " );
1769
+ .hasStackTraceContaining ("This connector does not support modifying table rows " );
1770
1770
}
1771
1771
1772
1772
@ Test
1773
1773
@ Override
1774
1774
public void testDeleteWithSubquery ()
1775
1775
{
1776
1776
assertThatThrownBy (super ::testDeleteWithSubquery )
1777
- .hasStackTraceContaining ("Delete without primary key or partition key is not supported " );
1777
+ .hasStackTraceContaining ("This connector does not support modifying table rows " );
1778
1778
}
1779
1779
1780
1780
@ Test
1781
1781
@ Override
1782
1782
public void testExplainAnalyzeWithDeleteWithSubquery ()
1783
1783
{
1784
1784
assertThatThrownBy (super ::testExplainAnalyzeWithDeleteWithSubquery )
1785
- .hasStackTraceContaining ("Delete without primary key or partition key is not supported " );
1785
+ .hasStackTraceContaining ("This connector does not support modifying table rows " );
1786
1786
}
1787
1787
1788
1788
@ Test
1789
1789
@ Override
1790
1790
public void testDeleteWithVarcharPredicate ()
1791
1791
{
1792
1792
assertThatThrownBy (super ::testDeleteWithVarcharPredicate )
1793
- .hasStackTraceContaining ("Delete without primary key or partition key is not supported " );
1793
+ .hasStackTraceContaining ("This connector does not support modifying table rows " );
1794
1794
}
1795
1795
1796
1796
@ Test
@@ -1806,7 +1806,7 @@ public void testDeleteAllDataFromTable()
1806
1806
public void testRowLevelDelete ()
1807
1807
{
1808
1808
assertThatThrownBy (super ::testRowLevelDelete )
1809
- .hasStackTraceContaining ("Delete without primary key or partition key is not supported " );
1809
+ .hasStackTraceContaining ("This connector does not support modifying table rows " );
1810
1810
}
1811
1811
1812
1812
// test polymorphic table function
0 commit comments