[jira] [Updated] (SOLR-8602) Implement ResultSetImpl.wasNull()

2016-04-29 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8602?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-8602: --- Fix Version/s: (was: master) 6.0 > Implement ResultSetImpl.wasNull() >

[jira] [Updated] (SOLR-8602) Implement ResultSetImpl.wasNull()

2016-01-28 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8602?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-8602: --- Attachment: SOLR-8602.patch Improve exception handling so that the underlying exception is thrown

[jira] [Updated] (SOLR-8602) Implement ResultSetImpl.wasNull()

2016-01-27 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8602?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-8602: --- Attachment: SOLR-8602.patch Updated complete patch with tests for missing column. > Implement

[jira] [Updated] (SOLR-8602) Implement ResultSetImpl.wasNull()

2016-01-27 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8602?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-8602: - Attachment: SOLR-8602.patch Patch that moves the responsibility for setting the StreamContext to

[jira] [Updated] (SOLR-8602) Implement ResultSetImpl.wasNull()

2016-01-27 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8602?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-8602: --- Attachment: SOLR-8602.patch The error is related to numWorkers > 1 and partitionKeys not being set. I

[jira] [Updated] (SOLR-8602) Implement ResultSetImpl.wasNull()

2016-01-27 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8602?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-8602: --- Attachment: SOLR-8602.patch Improved implementation and added tests > Implement

[jira] [Updated] (SOLR-8602) Implement ResultSetImpl.wasNull()

2016-01-27 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8602?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-8602: --- Attachment: SOLR-8602.patch Fixed on top of SOLR-8520. > Implement ResultSetImpl.wasNull() >

[jira] [Updated] (SOLR-8602) Implement ResultSetImpl.wasNull()

2016-01-27 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8602?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-8602: --- Attachment: SOLR-8602.patch Implemented wasNull but need to add tests. This will require putting in a