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
Move to under sql package.
  • Loading branch information
dongjoon-hyun committed Jan 15, 2018
commit 144c5965e20ae24d38deb033d7ce136a95212cac
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@
* limitations under the License.
*/

package org.apache.spark
package org.apache.spark.sql

import org.apache.spark.sql.QueryTest
import org.apache.spark.sql.test.SharedSQLContext

class FileBasedDataSourceSuite extends QueryTest with SharedSQLContext {
Expand Down