Skip to content

Commit

Permalink
remove unused date pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
vidyasankarv committed May 20, 2024
1 parent 2b4c204 commit 9211af5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions spark/src/test/scala/org/apache/comet/CometCastSuite.scala
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ class CometCastSuite extends CometTestBase with AdaptiveSparkPlanHelper {
*/
private val numericPattern = "0123456789deEf+-." + whitespaceChars

private val datePattern = "0123456789/" + whitespaceChars

private val timestampPattern = "0123456789/:T" + whitespaceChars

test("all valid cast combinations covered") {
Expand Down

0 comments on commit 9211af5

Please sign in to comment.