@@ -16,27 +16,20 @@ variables:
1616 backwardCompatibleRelease : ' 1.0.0'
1717 forwardCompatibleRelease : ' 1.0.0'
1818
19- # Filter UdfSimpleTypesTests.TestUdfWithReturnAsTimestampType and UdfSimpleTypesTests.TestUdfWithTimestampType
20- # backward and forward compatibility tests due to bug with Timestamp.ToString(). This is not a breaking change.
21- # Please see https://github.com/dotnet/spark/pull/871
22- backwardCompatibleTestOptions_Windows_2_3 : " --filter \
23- (FullyQualifiedName!=Microsoft.Spark.E2ETest.UdfTests.UdfSimpleTypesTests.TestUdfWithReturnAsTimestampType)&\
24- (FullyQualifiedName!=Microsoft.Spark.E2ETest.UdfTests.UdfSimpleTypesTests.TestUdfWithTimestampType)"
25- forwardCompatibleTestOptions_Windows_2_3 : $(backwardCompatibleTestOptions_Windows_2_3)
26- backwardCompatibleTestOptions_Linux_2_3 : $(backwardCompatibleTestOptions_Windows_2_3)
27- forwardCompatibleTestOptions_Linux_2_3 : $(backwardCompatibleTestOptions_Windows_2_3)
28-
29- backwardCompatibleTestOptions_Windows_2_4 : $(backwardCompatibleTestOptions_Windows_2_3)
30- forwardCompatibleTestOptions_Windows_2_4 : $(backwardCompatibleTestOptions_Windows_2_3)
31- backwardCompatibleTestOptions_Linux_2_4 : $(backwardCompatibleTestOptions_Windows_2_3)
19+ backwardCompatibleTestOptions_Windows_2_3 : " "
20+ forwardCompatibleTestOptions_Windows_2_3 : " "
21+ backwardCompatibleTestOptions_Linux_2_3 : " "
22+ forwardCompatibleTestOptions_Linux_2_3 : " "
23+
24+ backwardCompatibleTestOptions_Windows_2_4 : " "
25+ forwardCompatibleTestOptions_Windows_2_4 : " "
26+ backwardCompatibleTestOptions_Linux_2_4 : " "
3227 # Filter HyperspaceTests not due to functionality changes, but to incompatible tests running on Linux.
3328 # Please see https://github.com/dotnet/spark/pull/737 for the fix.
3429 forwardCompatibleTestOptions_Linux_2_4 : " --filter \
3530 (FullyQualifiedName!=Microsoft.Spark.Extensions.Hyperspace.E2ETest.HyperspaceTests.TestExplainAPI)&\
3631 (FullyQualifiedName!=Microsoft.Spark.Extensions.Hyperspace.E2ETest.HyperspaceTests.TestIndexCreateAndDelete)&\
37- (FullyQualifiedName!=Microsoft.Spark.Extensions.Hyperspace.E2ETest.HyperspaceTests.TestSignatures&\
38- (FullyQualifiedName!=Microsoft.Spark.E2ETest.UdfTests.UdfSimpleTypesTests.TestUdfWithReturnAsTimestampType)&\
39- (FullyQualifiedName!=Microsoft.Spark.E2ETest.UdfTests.UdfSimpleTypesTests.TestUdfWithTimestampType)"
32+ (FullyQualifiedName!=Microsoft.Spark.Extensions.Hyperspace.E2ETest.HyperspaceTests.TestSignatures)"
4033
4134 # Filter DataFrameTests.TestDataFrameGroupedMapUdf and DataFrameTests.TestGroupedMapUdf backwardCompatible
4235 # tests due to https://github.com/dotnet/spark/pull/711
@@ -45,10 +38,8 @@ variables:
4538 backwardCompatibleTestOptions_Windows_3_0 : " --filter \
4639 (FullyQualifiedName!=Microsoft.Spark.E2ETest.IpcTests.DataFrameTests.TestDataFrameGroupedMapUdf)&\
4740 (FullyQualifiedName!=Microsoft.Spark.E2ETest.IpcTests.DataFrameTests.TestGroupedMapUdf)&\
48- (FullyQualifiedName!=Microsoft.Spark.E2ETest.UdfTests.UdfSimpleTypesTests.TestUdfWithDuplicateTimestamps)&\
49- (FullyQualifiedName!=Microsoft.Spark.E2ETest.UdfTests.UdfSimpleTypesTests.TestUdfWithReturnAsTimestampType)&\
50- (FullyQualifiedName!=Microsoft.Spark.E2ETest.UdfTests.UdfSimpleTypesTests.TestUdfWithTimestampType)"
51- forwardCompatibleTestOptions_Windows_3_0 : $(backwardCompatibleTestOptions_Windows_2_3)
41+ (FullyQualifiedName!=Microsoft.Spark.E2ETest.UdfTests.UdfSimpleTypesTests.TestUdfWithDuplicateTimestamps)"
42+ forwardCompatibleTestOptions_Windows_3_0 : " "
5243 backwardCompatibleTestOptions_Linux_3_0 : $(backwardCompatibleTestOptions_Windows_3_0)
5344 forwardCompatibleTestOptions_Linux_3_0 : $(forwardCompatibleTestOptions_Linux_2_4)
5445
0 commit comments