Skip to content

Commit

Permalink
Mark TimeType unstable
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxGekk committed Sep 4, 2019
1 parent a8adade commit bd6b976
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -20,7 +20,7 @@ package org.apache.spark.sql.types
import scala.math.Ordering
import scala.reflect.runtime.universe.typeTag

import org.apache.spark.annotation.Stable
import org.apache.spark.annotation.Unstable

/**
* The time type represents local time in microsecond precision.
Expand All @@ -29,7 +29,7 @@ import org.apache.spark.annotation.Stable
* Please use the singleton `DataTypes.TimeType` to refer the type.
* @since 3.0.0
*/
@Stable
@Unstable
class TimeType private () extends AtomicType {

/**
Expand Down Expand Up @@ -57,5 +57,5 @@ class TimeType private () extends AtomicType {
*
* @since 3.0.0
*/
@Stable
@Unstable
case object TimeType extends TimeType

0 comments on commit bd6b976

Please sign in to comment.