Skip to content

Commit ace6df7

Browse files
committed
Moves ParquetProtobufCompatibilitySuite
1 parent f1c7bfd commit ace6df7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sql/core/src/test/scala/org/apache/spark/sql/parquet/ParquetProtobufCompatibilitySuite.scala renamed to sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/parquet/ParquetProtobufCompatibilitySuite.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
* limitations under the License.
1616
*/
1717

18-
package org.apache.spark.sql.parquet
18+
package org.apache.spark.sql.execution.datasources.parquet
1919

2020
import org.apache.spark.sql.test.TestSQLContext
21-
import org.apache.spark.sql.{Row, DataFrame, SQLContext}
21+
import org.apache.spark.sql.{DataFrame, Row, SQLContext}
2222

2323
class ParquetProtobufCompatibilitySuite extends ParquetCompatibilityTest {
2424
override def sqlContext: SQLContext = TestSQLContext

0 commit comments

Comments
 (0)