Export - CSV (All fields)
Export - CSV (Current fields)
- SPARK-9356
Remove the internal use of DecimalType.Unlimited - SPARK-9303
Decimal should use java.math.Decimal directly instead of via Scala wrapper - SPARK-9281
Parse literals as decimal in SQL - SPARK-9264
When dealing with Union/Intersect/Except, we cast FloatType/DoubleType to the wrong DecimalType - SPARK-9119
In some cases, we may save wrong decimal values to parquet - SPARK-9069
Remove DecimalType unlimited precision/scale support - SPARK-9060
Revert SPARK-8359, SPARK-8800, and SPARK-8677 - SPARK-8800
Spark SQL Decimal Division operation loss of precision/scale when type is defined as DecimalType.Unlimited - SPARK-8677
Decimal divide operation throws ArithmeticException - SPARK-8359
Spark SQL Decimal type precision loss on multiplication
{"errorMessages":["jqlTooComplex"],"errors":{}}
[{"id":-1,"name":"My open issues","jql":"assignee = currentUser() AND resolution = Unresolved order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":true},{"id":-2,"name":"Reported by me","jql":"reporter = currentUser() order by created DESC","isSystem":true,"sharePermissions":[],"requiresLogin":true},{"id":-4,"name":"All issues","jql":"order by created DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-5,"name":"Open issues","jql":"resolution = Unresolved order by priority DESC,updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-9,"name":"Done issues","jql":"statusCategory = Done order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-3,"name":"Viewed recently","jql":"issuekey in issueHistory() order by lastViewed DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-6,"name":"Created recently","jql":"created >= -1w order by created DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-7,"name":"Resolved recently","jql":"resolutiondate >= -1w order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-8,"name":"Updated recently","jql":"updated >= -1w order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false}]
0.3
0