* feat: supplement SparkSQL add syntax unit test * chore: recompile spark listener & visitor --------- Co-authored-by: dilu <dilu@dtstack.com>
		
			
				
	
	
		
			13 lines
		
	
	
		
			232 B
		
	
	
	
		
			SQL
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			232 B
		
	
	
	
		
			SQL
		
	
	
	
	
	
-- LIST { FILE | FILES } file_name [ ... ]
 | 
						|
 | 
						|
LIST FILE;
 | 
						|
 | 
						|
LIST FILE /tmp/test /some/random/file /another/random/file;
 | 
						|
 | 
						|
 | 
						|
-- LIST { JAR | JARS } file_name [ ... ]
 | 
						|
 | 
						|
LIST JAR;
 | 
						|
 | 
						|
LIST JAR /tmp/test.jar /some/random.jar /another/random.jar;
 |