JavaInterfaceSpec:
+ see https://tabular.io/blog/java-api-part-3/ 
Iceberg tables
- should have its files visible via the Java APIs
  + Given a table that has seen changes 
  + When we query the table via the Java API 
  + Then the data file names are:
			file:/tmp/polaris/my_namespace/JavaInterfaceSpec/data/00000-724-92323d32-ea82-4308-b49f-caf85041c22f-0-00001.parquet
			 
  + And and they contain the most recent data 
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +  
- should be queried with the Java API
  + Given a table that has been changed to have column 'label' set to '1731689299671' 
  + When we select an old version of the table with snapshot ID 3830720512152305714 
  + Then no values in label are equal to '1731689299671' but look like:
			label_0
			label_1
			label_2
			... 
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +  
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +