[jira] [Commented] (SPARK-32726) Filter by column alias in where clause

2020-08-29 Thread Greg Rahn (Jira)
[ https://issues.apache.org/jira/browse/SPARK-32726?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17187083#comment-17187083 ] Greg Rahn commented on SPARK-32726: --- Standard SQL disallows references to column aliases in a 

[jira] [Commented] (SPARK-18004) DataFrame filter Predicate push-down fails for Oracle Timestamp type columns

2017-05-12 Thread Greg Rahn (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-18004?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16008856#comment-16008856 ] Greg Rahn commented on SPARK-18004: --- The right solution here is to make an explicit cast on the string

[jira] [Closed] (SPARK-9734) java.lang.IllegalArgumentException: Don't know how to save StructField(sal,DecimalType(7,2),true) to JDBC

2015-08-07 Thread Greg Rahn (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-9734?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Greg Rahn closed SPARK-9734. Resolution: Fixed Fix Version/s: 1.5.0 Sure. Thanks for the info. Closing as fixed.

[jira] [Updated] (SPARK-9734) java.lang.IllegalArgumentException: Don't know how to save StructField(sal,DecimalType(7,2),true) to JDBC

2015-08-06 Thread Greg Rahn (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-9734?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Greg Rahn updated SPARK-9734: - Description: When using a basic example of reading the EMP table from Redshift via spark-redshift, and

[jira] [Created] (SPARK-9734) java.lang.IllegalArgumentException: Don't know how to save StructField(sal,DecimalType(7,2),true) to JDBC

2015-08-06 Thread Greg Rahn (JIRA)
Greg Rahn created SPARK-9734: Summary: java.lang.IllegalArgumentException: Don't know how to save StructField(sal,DecimalType(7,2),true) to JDBC Key: SPARK-9734 URL: https://issues.apache.org/jira/browse/SPARK-9734

[jira] [Commented] (SPARK-9182) filter and groupBy on DataFrames are not passed through to jdbc source

2015-07-23 Thread Greg Rahn (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-9182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14639065#comment-14639065 ] Greg Rahn commented on SPARK-9182: -- Looks like it's related to NUMERIC data types from a

[jira] [Commented] (SPARK-9182) filter and groupBy on DataFrames are not passed through to jdbc source

2015-07-23 Thread Greg Rahn (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-9182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14639036#comment-14639036 ] Greg Rahn commented on SPARK-9182: -- {code} grahn=# \d emp Table public.emp

[jira] [Commented] (SPARK-9182) filters (where clause) on DataFrames are not passed through to jdbc source

2015-07-20 Thread Greg Rahn (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-9182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14634163#comment-14634163 ] Greg Rahn commented on SPARK-9182: -- Also looks like groupBy is not being pushed either.

[jira] [Updated] (SPARK-9182) filter and groupBy on DataFrames are not passed through to jdbc source

2015-07-20 Thread Greg Rahn (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-9182?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Greg Rahn updated SPARK-9182: - Summary: filter and groupBy on DataFrames are not passed through to jdbc source (was: filters (where

[jira] [Updated] (SPARK-9182) filters (where clause) on DataFrames are not passed through to jdbc source

2015-07-19 Thread Greg Rahn (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-9182?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Greg Rahn updated SPARK-9182: - Summary: filters (where clause) on DataFrames are not passed through to jdbc source (was: filters (where

[jira] [Created] (SPARK-9182) filters (where clause) on DataFrames are not pass through to jdbc source

2015-07-19 Thread Greg Rahn (JIRA)
Greg Rahn created SPARK-9182: Summary: filters (where clause) on DataFrames are not pass through to jdbc source Key: SPARK-9182 URL: https://issues.apache.org/jira/browse/SPARK-9182 Project: Spark