Skip to content

Commit

Permalink
fix: remove the datasets package
Browse files Browse the repository at this point in the history
  • Loading branch information
clflushopt committed Feb 2, 2025
1 parent 3c2b6eb commit 58017f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package co.clflushopt.glint.core.datasets;
package co.clflushopt.glint.core;

import java.util.Arrays;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
import org.apache.arrow.vector.types.pojo.ArrowType;

import co.clflushopt.glint.core.CsvReaderOptions;
import co.clflushopt.glint.core.DatasetUtils;
import co.clflushopt.glint.core.ExecutionContext;
import co.clflushopt.glint.core.datasets.DatasetUtils;
import co.clflushopt.glint.dataframe.DataFrame;
import co.clflushopt.glint.query.logical.expr.LogicalAggregateExpr;
import co.clflushopt.glint.query.logical.expr.LogicalCastExpr;
Expand Down

0 comments on commit 58017f2

Please sign in to comment.