python-phoenixdb/phoenixdb/cursor.py (2 lines): - line 27: # TODO see note in Cursor.rowcount() - line 369: # TODO instead of -1, this ends up being set to Integer.MAX_VALUE python-phoenixdb/phoenixdb/avatica/client.py (2 lines): - line 603: """TODO Commits the transaction - line 613: """TODO Rolls back the transaction python-phoenixdb/phoenixdb/types.py (1 line): - line 103: # FIXME This doesn't seem to be used anywhere in the code python-phoenixdb/phoenixdb/connection.py (1 line): - line 55: # TODO we could probably optimize it away if the defaults are not changed phoenix-queryserver-it/src/it/java/org/apache/phoenix/tool/ParameterizedPhoenixCanaryToolIT.java (1 line): - line 111: // FIXME no idea why java.io.tmpdir gets deleted. We don't see this behaviour in phoenix-queryserver/src/main/java/org/apache/phoenix/queryserver/server/QueryServer.java (1 line): - line 636: //TODO We are probably compensating for a Jetty a bug, which should really be fixed in Jetty phoenix-queryserver/src/main/java/org/apache/phoenix/queryserver/server/PhoenixMetaFactoryImpl.java (1 line): - line 68: // TODO: what about -D configs passed in from cli? How do they get pushed down?