Skip to content
Merged
Changes from all commits
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
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ public void testBadSparkPartitionFilter() {
// this tests a case that results in a full table scan in Spark with Hive tables. because the
// hour field is not a partition, mixing it with partition columns in the filter expression
// prevents the day/hour boundaries from being pushed to the metastore. this is an easy mistake
// when tables are normally partitioned by both hour and dateint. the the filter is:
// when tables are normally partitioned by both hour and dateint. the filter is:
//
// WHERE dateint = 20180416
// OR (dateint = 20180415 and hour >= 20)
Expand Down
Loading