Skip to content

The method DataFrame.readResultSet(resultSet, PostgreSql) could not be read twice #495

@zaleslaw

Description

@zaleslaw

From @Jolanrensen

DataFrame.readResultSet(resultSet, PostgreSql)
cannot be called more than once! This is not expected behavior for me as dataframe calls are always functional. They do not modify the argument.
DataFrame.readResultSet(statement.executeQuery(selectQuery), PostgreSql)
this does work and can be repeated, as expected.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions