Skip to content
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.

Commit

Permalink
[NSE-326] update scala unit tests to spark-3.1.1 (#327)
Browse files Browse the repository at this point in the history
* move back

* update Unit Tests to Spark.3.1.1

* move back tests on columnar shuffle

* enable scala unit test

Signed-off-by: Yuan Zhou <yuan.zhou@intel.com>

* add tests in travis

Co-authored-by: Yuan Zhou <yuan.zhou@intel.com>
  • Loading branch information
rui-mo and zhouyuan authored May 25, 2021
1 parent fbc366f commit 8fca8a5
Show file tree
Hide file tree
Showing 1,718 changed files with 297,065 additions and 12,245 deletions.
1 change: 0 additions & 1 deletion .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ jobs:
ctest -R
scala-unit-test:
if: ${{ github.event.issue.pull_request && startsWith(github.event.comment.body, '@github-actions scala-unit-test') }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down

This file was deleted.

This file was deleted.

Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
org.apache.spark.sql.execution.datasources.jdbc.connection.IntentionallyFaultyConnectionProvider
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
org.apache.spark.sql.sources.FakeSourceOne
org.apache.spark.sql.sources.FakeSourceTwo
org.apache.spark.sql.sources.FakeSourceThree
org.apache.spark.sql.sources.FakeSourceFour
org.apache.fakesource.FakeExternalSourceOne
org.apache.fakesource.FakeExternalSourceTwo
org.apache.fakesource.FakeExternalSourceThree
org.apache.spark.sql.streaming.sources.FakeReadMicroBatchOnly
org.apache.spark.sql.streaming.sources.FakeReadContinuousOnly
org.apache.spark.sql.streaming.sources.FakeReadBothModes
org.apache.spark.sql.streaming.sources.FakeReadNeitherMode
org.apache.spark.sql.streaming.sources.FakeWriteOnly
org.apache.spark.sql.streaming.sources.FakeNoWrite
org.apache.spark.sql.streaming.sources.FakeWriteSupportingExternalMetadata
org.apache.spark.sql.streaming.sources.FakeWriteSupportProviderV1Fallback
31 changes: 31 additions & 0 deletions native-sql-engine/core/src/test/resources/hive-site.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->

<configuration>
<property>
<name>hive.in.test</name>
<value>true</value>
<description>Internal marker for test.</description>
</property>
<property>
<name>hadoop.tmp.dir</name>
<value>/tmp/hive_one</value>
<description>default is /tmp/hadoop-${user.name} and will be overridden </description>
</property>
</configuration>
Loading

0 comments on commit 8fca8a5

Please sign in to comment.