Skip to content

Commit 537c424

Browse files
committed
fix a name in comments
1 parent 636d35e commit 537c424

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

presto-clp/src/main/java/com/facebook/presto/plugin/clp/ClpExpression.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@
1919

2020
/**
2121
* Represents the result of converting a Presto RowExpression into a CLP-compatible KQL query. In
22-
* every case, `kqlQuery` represents the part of the RowExpression that could be converted to a
23-
* KQL expression, and `remainingExpression` represents the part that could not be converted.
22+
* every case, `pushDownExpression` represents the part of the RowExpression that could be
23+
* converted to a KQL expression, and `remainingExpression` represents the part that could not be
24+
* converted.
2425
*/
2526
public class ClpExpression
2627
{

0 commit comments

Comments
 (0)