cancel
Showing results for 
Search instead for 
Did you mean: 
krocodl
Contributor
since ‎08-09-2023
‎01-17-2024

User Stats

  • 10 Posts
  • 2 Solutions
  • 1 Kudos given
  • 2 Kudos received

User Activity

   public void bigDataTest() throws Exception { int rowsCount = 100_000; int colSize = 1024; int colCount = 12; String colValue = "'"+"x".repeat(colSize)+"'"; String query = "select explode(s...
During the execution of the next code we can observe a lost thread that will never end:@Testpublic void pureConnectionErrorTest() throws Exception { try { DriverManager.getConnection(DATABRICKS_JDBC_URL, DATABRICKS_USERNAME, DATABRICKS_PASS...
Kudos from
Kudos given to