Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
SPARK-24695: To incorporate review comments
  • Loading branch information
priyankagar committed Jul 5, 2019
commit 1d704eeb7e23969e1640f9cb2c9a095f8b2ad92b
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
* limitations under the License.
*/

package org.apache.spark.unsafe.types;
package org.apache.spark.sql.types;

import org.junit.Test;

import static org.junit.Assert.*;
import static org.apache.spark.unsafe.types.CalendarInterval.*;
import static org.apache.spark.sql.types.CalendarInterval.*;

public class CalendarIntervalSuite {

Expand Down