This repository has been archived by the owner on Sep 18, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[NSE-326] update scala unit tests to spark-3.1.1 (#327)
* 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
Showing
1,718 changed files
with
297,065 additions
and
12,245 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
132 changes: 0 additions & 132 deletions
132
native-sql-engine/core/src/test/java/com/intel/oap/datasource/parquet/ParquetReadTest.java
This file was deleted.
Oops, something went wrong.
153 changes: 0 additions & 153 deletions
153
...-sql-engine/core/src/test/java/com/intel/oap/datasource/parquet/ParquetReadWriteTest.java
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-2.95 KB
...ap/datasource/parquet/part-00000-d648dd34-c9d2-4fe9-87f2-770ef3551442-c000.snappy.parquet
Binary file not shown.
1 change: 1 addition & 0 deletions
1
...ore/src/test/resources/META-INF/services/org.apache.spark.sql.jdbc.JdbcConnectionProvider
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
org.apache.spark.sql.execution.datasources.jdbc.connection.IntentionallyFaultyConnectionProvider |
15 changes: 15 additions & 0 deletions
15
...core/src/test/resources/META-INF/services/org.apache.spark.sql.sources.DataSourceRegister
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
Oops, something went wrong.