Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
Signed-off-by: Andy Grove <[email protected]>
  • Loading branch information
andygrove committed Oct 3, 2023
1 parent c064ae3 commit 3eaca45
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3506,8 +3506,7 @@ object GpuOverrides extends Logging {
override def tagExprForGpu(): Unit =
a.schema match {
case MapType(_: StringType, _: StringType, _) => ()
case _: StructType =>
// TODO add specific checks here based on what we can actually support
case _: StructType => ()
case _ =>
willNotWorkOnGpu("from_json on GPU only supports MapType<StringType, StringType> " +
"or StructType schema")
Expand Down

0 comments on commit 3eaca45

Please sign in to comment.