Skip to content
Closed
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix style
  • Loading branch information
mihailomilosevic2001 committed Nov 12, 2024
commit d7c176aef83cadad2bd3bcd8f32b083affd1abd0
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,8 @@ private[sql] object QueryExecutionErrors extends QueryErrorsBase with ExecutionE
summary = "")
}

def invalidIntervalWithMicrosecondsAdditionError(funcName: String): SparkIllegalArgumentException = {
def invalidIntervalWithMicrosecondsAdditionError(
funcName: String): SparkIllegalArgumentException = {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

funcName is not used anymore. Could you remove it, please.

new SparkIllegalArgumentException(
errorClass = "INVALID_INTERVAL_WITH_MICROSECONDS_ADDITION",
messageParameters = Map("ansiConfig" -> toSQLConf(SQLConf.ANSI_ENABLED.key)))
Expand Down