Skip to content

Commit

Permalink
removed extra line from doc
Browse files Browse the repository at this point in the history
Signed-off-by: Gera Shegalov <gera@apache.org>
  • Loading branch information
gerashegalov committed Aug 23, 2023
1 parent 6f26335 commit aa3777f
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion docs/additional-functionality/advanced_configs.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,6 @@ Name | SQL Function(s) | Description | Default Value | Notes
It is safe to enable if the overflow is not possible or detected externally.
For instance decimal strings not longer than 18 characters / hexadecimal strings
not longer than 15 characters disregarding the sign cannot cause an overflow.
cause an overflow.
|
<a name="sql.expression.Cos"></a>spark.rapids.sql.expression.Cos|`cos`|Cosine|true|None|
<a name="sql.expression.Cosh"></a>spark.rapids.sql.expression.Cosh|`cosh`|Hyperbolic cosine|true|None|
Expand Down
1 change: 0 additions & 1 deletion docs/supported_ops.md
Original file line number Diff line number Diff line change
Expand Up @@ -4520,7 +4520,6 @@ are limited.
It is safe to enable if the overflow is not possible or detected externally.
For instance decimal strings not longer than 18 characters / hexadecimal strings
not longer than 15 characters disregarding the sign cannot cause an overflow.
cause an overflow.
</td>
<td rowSpan="4">project</td>
<td>num</td>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3061,7 +3061,6 @@ object GpuOverrides extends Logging {
| It is safe to enable if the overflow is not possible or detected externally.
| For instance decimal strings not longer than 18 characters / hexadecimal strings
| not longer than 15 characters disregarding the sign cannot cause an overflow.
| cause an overflow.
""".stripMargin),
expr[MapConcat](
"Returns the union of all the given maps",
Expand Down
4 changes: 0 additions & 4 deletions tools/generated_files/supportedExprs.csv
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ Conv,NS,`conv`,This is disabled by default because GPU implementation is incompl
It is safe to enable if the overflow is not possible or detected externally.
For instance decimal strings not longer than 18 characters / hexadecimal strings
not longer than 15 characters disregarding the sign cannot cause an overflow.
cause an overflow.
,project,num,NA,NA,NA,NA,NA,NA,NA,NA,NA,S,NA,NA,NA,NA,NA,NA,NA,NA
Conv,NS,`conv`,This is disabled by default because GPU implementation is incomplete. We currently only support from/to_base 10 and 16. We
fall back on CPU if the signed conversion is signalled via a negative to_base.
Expand All @@ -143,7 +142,6 @@ Conv,NS,`conv`,This is disabled by default because GPU implementation is incompl
It is safe to enable if the overflow is not possible or detected externally.
For instance decimal strings not longer than 18 characters / hexadecimal strings
not longer than 15 characters disregarding the sign cannot cause an overflow.
cause an overflow.
,project,from_base,NA,PS,PS,PS,PS,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA
Conv,NS,`conv`,This is disabled by default because GPU implementation is incomplete. We currently only support from/to_base 10 and 16. We
fall back on CPU if the signed conversion is signalled via a negative to_base.
Expand All @@ -152,7 +150,6 @@ Conv,NS,`conv`,This is disabled by default because GPU implementation is incompl
It is safe to enable if the overflow is not possible or detected externally.
For instance decimal strings not longer than 18 characters / hexadecimal strings
not longer than 15 characters disregarding the sign cannot cause an overflow.
cause an overflow.
,project,to_base,NA,PS,PS,PS,PS,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA
Conv,NS,`conv`,This is disabled by default because GPU implementation is incomplete. We currently only support from/to_base 10 and 16. We
fall back on CPU if the signed conversion is signalled via a negative to_base.
Expand All @@ -161,7 +158,6 @@ Conv,NS,`conv`,This is disabled by default because GPU implementation is incompl
It is safe to enable if the overflow is not possible or detected externally.
For instance decimal strings not longer than 18 characters / hexadecimal strings
not longer than 15 characters disregarding the sign cannot cause an overflow.
cause an overflow.
,project,result,NA,NA,NA,NA,NA,NA,NA,NA,NA,S,NA,NA,NA,NA,NA,NA,NA,NA
Cos,S,`cos`,None,project,input,NA,NA,NA,NA,NA,NA,S,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA
Cos,S,`cos`,None,project,result,NA,NA,NA,NA,NA,NA,S,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA
Expand Down

0 comments on commit aa3777f

Please sign in to comment.