Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lgbo-ustc committed Nov 8, 2022
1 parent b2f54f2 commit 919bcc0
Showing 1 changed file with 2 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,13 +101,7 @@ class RangePartitionerBoundsGenerator [K : Ordering : ClassTag, V]
},
...
],
"range_bounds":{
"options": {
"direction": 0,
"data_type":"...",
"is_nullable":false,
},
"bounds":[
"range_bounds":[
{
"is_null":false,
"value": ...
Expand All @@ -116,8 +110,7 @@ class RangePartitionerBoundsGenerator [K : Ordering : ClassTag, V]
"is_null":true
},
...
]
}
]
}
*/
def getExpressionFiedlReference(ordering: SortOrder): Int = {
Expand Down

0 comments on commit 919bcc0

Please sign in to comment.