Re: NullPointerException when trying to read null array in Postgres using JDBC Connector

2020-10-22 Thread Dylan Forciea
far as I can tell. I could create a unit test for the PostgresRowConverter and test the array functionality in it. If that sounds like a good plan, I’d be willing to create a PR to fix this issue. Regards, Dylan Forciea From: Dylan Forciea Date: Thursday, October 22, 2020 at 8:58 AM To

Re: NullPointerException when trying to read null array in Postgres using JDBC Connector

2020-10-22 Thread Dylan Forciea
Danny, Thanks! I have created a new JIRA issue [1]. I’ll look into how hard it is to get a patch and unit test myself, although I may need a hand on the process of making a change to both the master branch and a release branch if it is desired to get a fix into 1.11. Regards, Dylan Forciea

[jira] [Created] (FLINK-19771) NullPointerException when accessing null array from postgres in JDBC Connector

2020-10-22 Thread Dylan Forciea (Jira)
Dylan Forciea created FLINK-19771: - Summary: NullPointerException when accessing null array from postgres in JDBC Connector Key: FLINK-19771 URL: https://issues.apache.org/jira/browse/FLINK-19771

Re: autoCommit for postgres jdbc streaming in Table/SQL API

2020-10-09 Thread Dylan Forciea
at 10:15 PM To: Dylan Forciea Cc: Till Rohrmann , dev , Shengkai Fang , "u...@flink.apache.org" , Leonard Xu Subject: Re: autoCommit for postgres jdbc streaming in Table/SQL API Hi Dylan, Sorry for the late reply. We've just come back from a long holiday. Thanks for reporti

Re: autoCommit for postgres jdbc streaming in Table/SQL API

2020-10-08 Thread Dylan Forciea
eater than <9010> [ERROR] JMXReporterFactoryTest.testWithoutArgument:60 [INFO] [ERROR] Tests run: 10, Failures: 2, Errors: 0, Skipped: 0 Thanks, Dylan Forciea From: Till Rohrmann Date: Thursday, October 8, 2020 at 2:29 AM To: Dylan Forciea Cc: dev , Shengkai Fang , "u...@flink.apache.org

Re: autoCommit for postgres jdbc streaming in Table/SQL API

2020-10-07 Thread Dylan Forciea
Actually…. It looks like what I did covers both cases. I’ll see about getting some unit tests and documentation updated. Dylan From: Dylan Forciea Date: Wednesday, October 7, 2020 at 11:47 AM To: Till Rohrmann , dev Cc: Shengkai Fang , "u...@flink.apache.org" , "j...@apache.or

Re: autoCommit for postgres jdbc streaming in Table/SQL API

2020-10-07 Thread Dylan Forciea
t 7, 2020 at 5:00 PM Dylan Forciea mailto:dy...@oseberg.io>> wrote: I appreciate it! Let me know if you want me to submit a PR against the issue after it is created. It wasn’t a huge amount of code, so it’s probably not a big deal if you wanted to redo it. Thanks, Dylan From: Shengkai Fan

[jira] [Created] (FLINK-19522) Add ability to set auto commit on jdbc driver from Table/SQL API

2020-10-07 Thread Dylan Forciea (Jira)
Dylan Forciea created FLINK-19522: - Summary: Add ability to set auto commit on jdbc driver from Table/SQL API Key: FLINK-19522 URL: https://issues.apache.org/jira/browse/FLINK-19522 Project: Flink

Re: autoCommit for postgres jdbc streaming in Table/SQL API

2020-10-07 Thread Dylan Forciea
I appreciate it! Let me know if you want me to submit a PR against the issue after it is created. It wasn’t a huge amount of code, so it’s probably not a big deal if you wanted to redo it. Thanks, Dylan From: Shengkai Fang Date: Wednesday, October 7, 2020 at 9:06 AM To: Dylan Forciea Subject

Re: autoCommit for postgres jdbc streaming in Table/SQL API

2020-10-07 Thread Dylan Forciea
I hadn’t heard a response on this, so I’m going to expand this to the dev email list. If this is indeed an issue and not my misunderstanding, I have most of a patch already coded up. Please let me know, and I can create a JIRA issue and send out a PR. Regards, Dylan Forciea Oseberg From