Github user pjfanning commented on a diff in the pull request:
https://github.com/apache/spark/pull/18658#discussion_r127821957
--- Diff:
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/codegen/CodeGenerator.scala
---
@@ -1037,24 +1037,22 @@ object CodeGenerator extends Logging {
))
evaluator.setExtendedClass(classOf[GeneratedClass])
- lazy val formatted = CodeFormatter.format(code)
-
logDebug({
// Only add extra debugging info to byte code when we are going to
print the source code.
evaluator.setDebuggingInformation(true, true, false)
- s"\n$formatted"
+ s"\n${CodeFormatter.format(code)}"
--- End diff --
@ash211 the logging will be less user friendly without the \n and this is
debug logging - I am working on an enhancement to the CodeFormatter class for
the info level logging discussed earlier with @marmbrus that would allow a max
number of lines to be specified
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]