Remove unneeded todos
This commit is contained in:
		
							parent
							
								
									c7c8ea0105
								
							
						
					
					
						commit
						9e2e5f809e
					
				@ -35,7 +35,7 @@ import java.util.concurrent.locks.ReentrantLock;
 | 
				
			|||||||
@Repository
 | 
					@Repository
 | 
				
			||||||
@Slf4j
 | 
					@Slf4j
 | 
				
			||||||
public class SqlPartitioningRepository {
 | 
					public class SqlPartitioningRepository {
 | 
				
			||||||
    // todo: check INSTALL  , compare to events
 | 
					
 | 
				
			||||||
    @PersistenceContext
 | 
					    @PersistenceContext
 | 
				
			||||||
    private EntityManager entityManager;
 | 
					    private EntityManager entityManager;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@ -127,7 +127,6 @@ public class SqlPartitioningRepository {
 | 
				
			|||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    private List<Long> fetchPartitions(String table) {
 | 
					    private List<Long> fetchPartitions(String table) {
 | 
				
			||||||
        // todo: test
 | 
					 | 
				
			||||||
        List<Long> partitions = new ArrayList<>();
 | 
					        List<Long> partitions = new ArrayList<>();
 | 
				
			||||||
        List<String> partitionsTables = jdbcTemplate.queryForList(SELECT_PARTITIONS_STMT, new Object[]{table}, String.class);
 | 
					        List<String> partitionsTables = jdbcTemplate.queryForList(SELECT_PARTITIONS_STMT, new Object[]{table}, String.class);
 | 
				
			||||||
        for (String partitionTableName : partitionsTables) {
 | 
					        for (String partitionTableName : partitionsTables) {
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user