Interface CompilationErrors

All Superinterfaces:
DataTypeErrorsBase

public interface CompilationErrors extends DataTypeErrorsBase
  • Method Details

    • ambiguousColumnOrFieldError

      AnalysisException ambiguousColumnOrFieldError(scala.collection.immutable.Seq<String> name, int numMatches)
    • columnNotFoundError

      AnalysisException columnNotFoundError(String colName)
    • descriptorParseError

      AnalysisException descriptorParseError(Throwable cause)
    • cannotFindDescriptorFileError

      AnalysisException cannotFindDescriptorFileError(String filePath, Throwable cause)
    • usingUntypedScalaUDFError

      Throwable usingUntypedScalaUDFError()
    • invalidBoundaryStartError

      Throwable invalidBoundaryStartError(long start)
    • invalidBoundaryEndError

      Throwable invalidBoundaryEndError(long end)
    • invalidSaveModeError

      Throwable invalidSaveModeError(String saveMode)
    • sortByWithoutBucketingError

      Throwable sortByWithoutBucketingError()
    • bucketByUnsupportedByOperationError

      Throwable bucketByUnsupportedByOperationError(String operation)
    • bucketByAndSortByUnsupportedByOperationError

      Throwable bucketByAndSortByUnsupportedByOperationError(String operation)
    • operationNotSupportPartitioningError

      Throwable operationNotSupportPartitioningError(String operation)
    • operationNotSupportClusteringError

      Throwable operationNotSupportClusteringError(String operation)
    • clusterByWithPartitionedBy

      Throwable clusterByWithPartitionedBy()
    • clusterByWithBucketing

      Throwable clusterByWithBucketing()