Weiqing Yang created SPARK-18629:
------------------------------------
Summary: Fix numPartition of JDBCSuite Testcase
Key: SPARK-18629
URL: https://issues.apache.org/jira/browse/SPARK-18629
Project: Spark
Issue Type: Bug
Components: SQL
Reporter: Weiqing Yang
Priority: Minor
When running any one of the test cases in JDBCSuite, you will get the following
warning.
{code}
10:34:26.389 WARN org.apache.spark.sql.execution.datasources.jdbc.JDBCRelation:
The number of partitions is reduced because the specified number of partitions
is less than the difference between upper bound and lower bound. Updated number
of partitions: 3; Input number of partitions: 4; Lower bound: 1; Upper bound:
4.{code}
This jira is to fix it.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]