Skip to content

Commit

Permalink
resolve failure
Browse files Browse the repository at this point in the history
Signed-off-by: Sumit Jaiswal <[email protected]>
  • Loading branch information
Sumit Jaiswal committed Aug 6, 2024
1 parent 20e72ce commit 6fe902c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/JDBC/input/PARTITION-vu-verify.mix
Original file line number Diff line number Diff line change
Expand Up @@ -1096,15 +1096,15 @@ GO

-- using search_path
SET search_path = public, master_dbo;
ALTER TABLE "363863941f079adaa9aa733200e57c9f_partition_0"
RENAME TO xyz
ALTER TABLE "363863941f079adaa9aa733200e57c9f_partition_1"
RENAME TO xyz1
GO

-- Attempt to rename partition of babelfish partitioned table from tsql endpoint
-- NOTE: object not found error because sp_rename lookup in sys.objects which
-- will not list child objects
-- tsql
EXEC sp_rename '363863941f079adaa9aa733200e57c9f_partition_0', 'xyz', 'OBJECT'
EXEC sp_rename '363863941f079adaa9aa733200e57c9f_partition_2', 'xyz2', 'OBJECT'
GO
--------------------------------------------------------------------

Expand Down

0 comments on commit 6fe902c

Please sign in to comment.