Skip to content

Commit

Permalink
Rename the pushdown rules package to avoid possible future conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
pomadchin committed Apr 9, 2022
1 parent fd0c438 commit 11bbf9d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package org.apache.spark.sql.hive.hiveless.spatial.rules
package org.apache.spark.sql.hive.carto.spatial.rules

import com.carto.analyticstoolbox.core._
import com.carto.analyticstoolbox.index.ST_IntersectsExtent
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package org.apache.spark.sql.hive.hiveless.spatial
package org.apache.spark.sql.hive.carto.spatial

import org.apache.spark.sql.catalyst.expressions.{And, Expression}
import org.apache.spark.sql.hive.HiveGenericUDF
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ package com.carto.analyticstoolbox
import geotrellis.spark.testkit.TestEnvironment
import org.apache.spark.SparkConf
import org.apache.spark.serializer.KryoSerializer
import org.apache.spark.sql.hive.hiveless.spatial.rules.SpatialFilterPushdownRules
import org.apache.spark.sql.hive.carto.spatial.rules.SpatialFilterPushdownRules
import org.apache.spark.sql.{SQLContext, SparkSession}
import org.scalatest.{BeforeAndAfterAll, Suite}

Expand Down

0 comments on commit 11bbf9d

Please sign in to comment.