 
                
                    
                    
                        
                            by 
                            
                            SCOR
                            
                        
                        • New Contributor II
                     
                    
                 
             
         
        
            
               
                   - 3046 Views
- 3 replies
- 4 kudos
 
         
     
     
        
        
            Hi there!I am using the SparkJDBC42.jar in my Java application to use my delta lake tables , The connection is made through databricks sql endpoint in where I created a database and store in it my delta tables. I have a simple code to open connection...
        
      
     
     
        
            
               
                   - 3046 Views
- 3 replies
- 4 kudos
 
         
        
        
     
     
           
                 Latest Reply  
               
                   
               
                    
                        Hi @Seifeddine SNOUSSI​ ,Are you still having issue or you were able to resolve this issue? please let us know
                    
                
                 
                
                     2 More Replies
                
            
      
 
 
     
        
    
            
                
                     
                
                    
                    
                        
                            by 
                            
                            Quan
                            
                        
                        • New Contributor III
                     
                    
                 
             
         
        
            
               
                   - 27094 Views
- 8 replies
- 5 kudos
 
         
     
     
        
        
            Hello all, I'm trying to pull table data from databricks tables that contain foreign language characters in UTF-8 into an ETL tool using a JDBC connection. I'm using the latest Simba Spark JDBC driver available from the Databricks website.The issue i...
        
      
     
     
        
            
               
                   - 27094 Views
- 8 replies
- 5 kudos
 
         
        
        
     
     
           
                 Latest Reply  
               
                   
               
                    
                        Can you try setting UseUnicodeSqlCharacterTypes=1 in the driver, and also make sure 'file.encoding' is set to UTF-8 in jvm and see if the issue still persists?
                    
                
                 
                
                     7 More Replies