Skip to content

Implemented JTDS-style result set prefetching with comprehensive data type conversions - #2753

Draft
Ananya Garg (Ananya2) wants to merge 8 commits into
mainfrom
dev/machavan/perfstudy
Draft

Implemented JTDS-style result set prefetching with comprehensive data type conversions#2753
Ananya Garg (Ananya2) wants to merge 8 commits into
mainfrom
dev/machavan/perfstudy

fixed build failures

ea4000a
Select commit
Loading
Failed to load commit list.
Azure Pipelines / CI-MacOS failed Nov 5, 2025 in 1h 48m 25s

Build #20251105.5 had test failures

Details

Tests

  • Failed: 32 (0.71%)
  • Passed: 4,428 (98.31%)
  • Other: 44 (0.98%)
  • Total: 4,504

Annotations

Check failure on line 48193 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / CI-MacOS

Build log #L48193

Build failed.

Check failure on line 48745 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / CI-MacOS

Build log #L48745

Build failed.

Check failure on line 49298 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / CI-MacOS

Build log #L49298

Build failed.

Check failure on line 49848 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / CI-MacOS

Build log #L49848

Build failed.

Check failure on line 1 in bulkCopyTestTime

See this annotation in the file changed.

@azure-pipelines azure-pipelines / CI-MacOS

bulkCopyTestTime

An error occurred while converting the Time value to JDBC data type SQL_VARIANT.
Raw output
com.microsoft.sqlserver.jdbc.SQLServerException: An error occurred while converting the Time value to JDBC data type SQL_VARIANT.
	at com.microsoft.sqlserver.jdbc.datatypes.BulkCopyWithSqlVariantTest.bulkCopyTestTime(BulkCopyWithSqlVariantTest.java:787)
Caused by: java.lang.ClassCastException: class java.sql.Time cannot be cast to class java.sql.Timestamp (java.sql.Time and java.sql.Timestamp are in module java.sql of loader 'platform')
	at com.microsoft.sqlserver.jdbc.datatypes.BulkCopyWithSqlVariantTest.bulkCopyTestTime(BulkCopyWithSqlVariantTest.java:787)

Check failure on line 1 in bulkCopyTestTimeWithScale

See this annotation in the file changed.

@azure-pipelines azure-pipelines / CI-MacOS

bulkCopyTestTimeWithScale

An error occurred while converting the Time value to JDBC data type SQL_VARIANT.
Raw output
com.microsoft.sqlserver.jdbc.SQLServerException: An error occurred while converting the Time value to JDBC data type SQL_VARIANT.
	at com.microsoft.sqlserver.jdbc.datatypes.BulkCopyWithSqlVariantTest.bulkCopyTestTimeWithScale(BulkCopyWithSqlVariantTest.java:396)
Caused by: java.lang.ClassCastException: class java.sql.Time cannot be cast to class java.sql.Timestamp (java.sql.Time and java.sql.Timestamp are in module java.sql of loader 'platform')
	at com.microsoft.sqlserver.jdbc.datatypes.BulkCopyWithSqlVariantTest.bulkCopyTestTimeWithScale(BulkCopyWithSqlVariantTest.java:396)

Check failure on line 1 in testResultSetGetters

See this annotation in the file changed.

@azure-pipelines azure-pipelines / CI-MacOS

testResultSetGetters

expected: java.sql.Date@67c8fc7e<1414-01-05> but was: java.sql.Date@101c3b77<1414-01-05>
Raw output
org.opentest4j.AssertionFailedError: expected: java.sql.Date@67c8fc7e<1414-01-05> but was: java.sql.Date@101c3b77<1414-01-05>
	at com.microsoft.sqlserver.jdbc.datatypes.DataTypesTest.testResultSetGetters(DataTypesTest.java:1080)

Check failure on line 1 in testSetters

See this annotation in the file changed.

@azure-pipelines azure-pipelines / CI-MacOS

testSetters

expected: <6854-01-27 08:39:54.86772> but was: <6854-01-27 04:39:54.86772>
Raw output
org.opentest4j.AssertionFailedError: expected: <6854-01-27 08:39:54.86772> but was: <6854-01-27 04:39:54.86772>
	at com.microsoft.sqlserver.jdbc.datatypes.DataTypesTest.testSetters(DataTypesTest.java:1098)