[jira] [Created] (SPARK-28100) Unable to override JDBC types for ByteType when providing a custom JdbcDialect for Postgres

2019-06-18 Thread Seth Fitzsimmons (JIRA)
Seth Fitzsimmons created SPARK-28100: Summary: Unable to override JDBC types for ByteType when providing a custom JdbcDialect for Postgres Key: SPARK-28100 URL:

[jira] [Created] (SPARK-28097) Map ByteType to SMALLINT when using JDBC with PostgreSQL

2019-06-18 Thread Seth Fitzsimmons (JIRA)
Seth Fitzsimmons created SPARK-28097: Summary: Map ByteType to SMALLINT when using JDBC with PostgreSQL Key: SPARK-28097 URL: https://issues.apache.org/jira/browse/SPARK-28097 Project: Spark

[jira] [Commented] (SPARK-26278) V2 Streaming sources cannot be written to V1 sinks

2018-12-05 Thread Seth Fitzsimmons (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-26278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16710397#comment-16710397 ] Seth Fitzsimmons commented on SPARK-26278: -- I was thinking specifically of the SerializedOffset

[jira] [Updated] (SPARK-25257) v2 MicroBatchReaders can't resume from checkpoints

2018-08-27 Thread Seth Fitzsimmons (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-25257?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Seth Fitzsimmons updated SPARK-25257: - Description: When resuming from a checkpoint: {code:java}

[jira] [Commented] (SPARK-25257) v2 MicroBatchReaders can't resume from checkpoints

2018-08-27 Thread Seth Fitzsimmons (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-25257?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16594298#comment-16594298 ] Seth Fitzsimmons commented on SPARK-25257: -- I traced this a bit further;

[jira] [Updated] (SPARK-25257) v2 MicroBatchReaders can't resume from checkpoints

2018-08-27 Thread Seth Fitzsimmons (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-25257?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Seth Fitzsimmons updated SPARK-25257: - Summary: v2 MicroBatchReaders can't resume from checkpoints (was:

[jira] [Updated] (SPARK-25257) java.lang.ClassCastException: org.apache.spark.sql.execution.streaming.SerializedOffset cannot be cast to org.apache.spark.sql.sources.v2.reader.streaming.Offset

2018-08-27 Thread Seth Fitzsimmons (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-25257?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Seth Fitzsimmons updated SPARK-25257: - Attachment: deserialize.patch > java.lang.ClassCastException: >

[jira] [Created] (SPARK-25257) java.lang.ClassCastException: org.apache.spark.sql.execution.streaming.SerializedOffset cannot be cast to org.apache.spark.sql.sources.v2.reader.streaming.Offset

2018-08-27 Thread Seth Fitzsimmons (JIRA)
Seth Fitzsimmons created SPARK-25257: Summary: java.lang.ClassCastException: org.apache.spark.sql.execution.streaming.SerializedOffset cannot be cast to org.apache.spark.sql.sources.v2.reader.streaming.Offset Key: