Skip to content

Conversation

@dongjoon-hyun
Copy link
Member

What changes were proposed in this pull request?

Like Parquet, ORC test suites should enable UDT tests.

How was this patch tested?

Pass the Jenkins with newly enabled test cases.

override protected def supportsDataType(dataType: DataType): Boolean = dataType match {
case _: NullType => false
case _: CalendarIntervalType => false
case _: UserDefinedType[_] => false
Copy link
Member Author

Choose a reason for hiding this comment

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

Both OrcHadoopFsRelationSuite and HiveOrcHadoopFsRelationSuite enables UDT tests.

@SparkQA
Copy link

SparkQA commented Jan 30, 2018

Test build #86843 has finished for PR 20440 at commit b863829.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

Copy link
Member

@HyukjinKwon HyukjinKwon left a comment

Choose a reason for hiding this comment

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

LGTM

@dongjoon-hyun
Copy link
Member Author

Thank you for review, @HyukjinKwon .

asfgit pushed a commit that referenced this pull request Jan 31, 2018
…nSuite

## What changes were proposed in this pull request?

Like Parquet, ORC test suites should enable UDT tests.

## How was this patch tested?

Pass the Jenkins with newly enabled test cases.

Author: Dongjoon Hyun <[email protected]>

Closes #20440 from dongjoon-hyun/SPARK-23276.

(cherry picked from commit 7786616)
Signed-off-by: gatorsmile <[email protected]>
@gatorsmile
Copy link
Member

Thanks! Merged to master/2.3

@asfgit asfgit closed this in 7786616 Jan 31, 2018
@dongjoon-hyun
Copy link
Member Author

Thank you, @HyukjinKwon and @gatorsmile !

@dongjoon-hyun dongjoon-hyun deleted the SPARK-23276 branch January 31, 2018 04:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants