Skip to content

Commit b31ac0a

Browse files
committed
Moved cache files to a specific package
1 parent 144ce87 commit b31ac0a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/main/scala/com/rawlabs/das/server/grpc/QueryResultCache.scala src/main/scala/com/rawlabs/das/server/cache/QueryResultCache.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* licenses/APL.txt.
1111
*/
1212

13-
package com.rawlabs.das.server.grpc
13+
package com.rawlabs.das.server.cache
1414

1515
import scala.collection.mutable
1616

src/main/scala/com/rawlabs/das/server/grpc/TableServiceGrpcImpl.scala

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ import scala.jdk.OptionConverters._
1919
import scala.util.{Failure, Success}
2020

2121
import com.rawlabs.das.sdk.{DASExecuteResult, DASSdk, DASSdkUnsupportedException, DASTable}
22+
import com.rawlabs.das.server.cache.{QueryCacheKey, QueryResultCache}
2223
import com.rawlabs.das.server.manager.DASSdkManager
2324
import com.rawlabs.protocol.das.v1.common.DASId
2425
import com.rawlabs.protocol.das.v1.services._

0 commit comments

Comments
 (0)