Skip to content

Commit

Permalink
Improve javadoc wording for Hive cost-base plan tests
Browse files Browse the repository at this point in the history
  • Loading branch information
findepi committed Oct 7, 2022
1 parent be5aa67 commit 889066d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
import java.util.stream.Stream;

/**
* This class tests cost-based optimization rules related to joins. It contains unmodified TPCDS queries.
* This class is using Hive connector with mocked in memory thrift metastore with partitioned TPCDS tables.
* This class tests cost-based optimization rules related to joins. It contains unmodified TPC-DS queries.
* This class is using Hive connector with mocked in memory thrift metastore with partitioned TPC-DS tables.
*/
public class TestHivePartitionedTpcdsCostBasedPlan
extends BaseHiveCostBasedPlanTest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
import java.util.stream.Stream;

/**
* This class tests cost-based optimization rules related to joins. It contains unmodified TPCH queries.
* This class is using Hive connector with mocked in memory thrift metastore with partitioned TPCH tables.
* This class tests cost-based optimization rules related to joins. It contains unmodified TPC-H queries.
* This class is using Hive connector with mocked in memory thrift metastore with partitioned TPC-H tables.
*/
public class TestHivePartitionedTpchCostBasedPlan
extends BaseHiveCostBasedPlanTest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
import java.util.stream.Stream;

/**
* This class tests cost-based optimization rules related to joins. It contains unmodified TPCDS queries.
* This class is using Hive connector with mocked in memory thrift metastore with un-partitioned TPCDS tables.
* This class tests cost-based optimization rules related to joins. It contains unmodified TPC-DS queries.
* This class is using Hive connector with mocked in memory thrift metastore with unpartitioned TPC-DS tables.
*/
public class TestHiveTpcdsCostBasedPlan
extends BaseHiveCostBasedPlanTest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
import java.util.stream.Stream;

/**
* This class tests cost-based optimization rules related to joins. It contains unmodified TPCH queries.
* This class is using Hive connector with mocked in memory thrift metastore with un-partitioned TPCH tables.
* This class tests cost-based optimization rules related to joins. It contains unmodified TPC-H queries.
* This class is using Hive connector with mocked in memory thrift metastore with unpartitioned TPC-H tables.
*/
public class TestHiveTpchCostBasedPlan
extends BaseHiveCostBasedPlanTest
Expand Down

0 comments on commit 889066d

Please sign in to comment.