@@ -84,15 +84,15 @@ public void testCacheFileOperations()
8484 assertFileSystemAccesses (
8585 "SELECT * FROM test_cache_file_operations" ,
8686 ImmutableMultiset .<CacheOperation >builder ()
87- .add (new CacheOperation ("Alluxio.readCached" , "00000000000000000000.json" , 0 , 794 ))
87+ .add (new CacheOperation ("Alluxio.readCached" , "00000000000000000000.json" , 0 , 816 ))
8888 .add (new CacheOperation ("InputFile.length" , "00000000000000000000.json" ))
89- .add (new CacheOperation ("Alluxio.readCached" , "00000000000000000001.json" , 0 , 636 ))
89+ .add (new CacheOperation ("Alluxio.readCached" , "00000000000000000001.json" , 0 , 658 ))
9090 .add (new CacheOperation ("InputFile.length" , "00000000000000000001.json" ))
91- .add (new CacheOperation ("Alluxio.readCached" , "00000000000000000002.json" , 0 , 636 ))
91+ .add (new CacheOperation ("Alluxio.readCached" , "00000000000000000002.json" , 0 , 658 ))
9292 .add (new CacheOperation ("InputFile.length" , "00000000000000000002.json" ))
93- .add (new CacheOperation ("Alluxio.readExternalStream" , "00000000000000000002.json" , 0 , 636 ))
93+ .add (new CacheOperation ("Alluxio.readExternalStream" , "00000000000000000002.json" , 0 , 658 ))
9494 .add (new CacheOperation ("InputFile.newStream" , "00000000000000000002.json" ))
95- .add (new CacheOperation ("Alluxio.writeCache" , "00000000000000000002.json" , 0 , 636 ))
95+ .add (new CacheOperation ("Alluxio.writeCache" , "00000000000000000002.json" , 0 , 658 ))
9696 .add (new CacheOperation ("InputFile.length" , "00000000000000000003.json" ))
9797 .add (new CacheOperation ("InputFile.newStream" , "_last_checkpoint" ))
9898 .add (new CacheOperation ("Alluxio.readCached" , "key=p1/" , 0 , 220 ))
@@ -105,11 +105,11 @@ public void testCacheFileOperations()
105105 assertFileSystemAccesses (
106106 "SELECT * FROM test_cache_file_operations" ,
107107 ImmutableMultiset .<CacheOperation >builder ()
108- .add (new CacheOperation ("Alluxio.readCached" , "00000000000000000000.json" , 0 , 794 ))
108+ .add (new CacheOperation ("Alluxio.readCached" , "00000000000000000000.json" , 0 , 816 ))
109109 .add (new CacheOperation ("InputFile.length" , "00000000000000000000.json" ))
110- .add (new CacheOperation ("Alluxio.readCached" , "00000000000000000001.json" , 0 , 636 ))
110+ .add (new CacheOperation ("Alluxio.readCached" , "00000000000000000001.json" , 0 , 658 ))
111111 .add (new CacheOperation ("InputFile.length" , "00000000000000000001.json" ))
112- .add (new CacheOperation ("Alluxio.readCached" , "00000000000000000002.json" , 0 , 636 ))
112+ .add (new CacheOperation ("Alluxio.readCached" , "00000000000000000002.json" , 0 , 658 ))
113113 .add (new CacheOperation ("InputFile.length" , "00000000000000000002.json" ))
114114 .add (new CacheOperation ("InputFile.length" , "00000000000000000003.json" ))
115115 .add (new CacheOperation ("InputFile.newStream" , "_last_checkpoint" ))
@@ -122,19 +122,19 @@ public void testCacheFileOperations()
122122 assertFileSystemAccesses (
123123 "SELECT * FROM test_cache_file_operations" ,
124124 ImmutableMultiset .<CacheOperation >builder ()
125- .add (new CacheOperation ("Alluxio.readCached" , "00000000000000000000.json" , 0 , 794 ))
125+ .add (new CacheOperation ("Alluxio.readCached" , "00000000000000000000.json" , 0 , 816 ))
126126 .add (new CacheOperation ("InputFile.length" , "00000000000000000000.json" ))
127- .add (new CacheOperation ("Alluxio.readCached" , "00000000000000000001.json" , 0 , 636 ))
127+ .add (new CacheOperation ("Alluxio.readCached" , "00000000000000000001.json" , 0 , 658 ))
128128 .add (new CacheOperation ("InputFile.length" , "00000000000000000001.json" ))
129- .add (new CacheOperation ("Alluxio.readCached" , "00000000000000000002.json" , 0 , 636 ))
129+ .add (new CacheOperation ("Alluxio.readCached" , "00000000000000000002.json" , 0 , 658 ))
130130 .add (new CacheOperation ("InputFile.length" , "00000000000000000002.json" ))
131- .add (new CacheOperation ("Alluxio.readCached" , "00000000000000000003.json" , 0 , 636 ))
131+ .add (new CacheOperation ("Alluxio.readCached" , "00000000000000000003.json" , 0 , 658 ))
132132 .add (new CacheOperation ("InputFile.length" , "00000000000000000003.json" ))
133- .add (new CacheOperation ("Alluxio.readCached" , "00000000000000000004.json" , 0 , 636 ))
133+ .add (new CacheOperation ("Alluxio.readCached" , "00000000000000000004.json" , 0 , 658 ))
134134 .add (new CacheOperation ("InputFile.length" , "00000000000000000004.json" ))
135- .add (new CacheOperation ("Alluxio.readCached" , "00000000000000000005.json" , 0 , 636 ))
136- .add (new CacheOperation ("Alluxio.readExternalStream" , "00000000000000000005.json" , 0 , 636 ))
137- .add (new CacheOperation ("Alluxio.writeCache" , "00000000000000000005.json" , 0 , 636 ))
135+ .add (new CacheOperation ("Alluxio.readCached" , "00000000000000000005.json" , 0 , 658 ))
136+ .add (new CacheOperation ("Alluxio.readExternalStream" , "00000000000000000005.json" , 0 , 658 ))
137+ .add (new CacheOperation ("Alluxio.writeCache" , "00000000000000000005.json" , 0 , 658 ))
138138 .add (new CacheOperation ("InputFile.newStream" , "00000000000000000005.json" ))
139139 .add (new CacheOperation ("InputFile.length" , "00000000000000000005.json" ))
140140 .add (new CacheOperation ("InputFile.length" , "00000000000000000006.json" ))
@@ -154,17 +154,17 @@ public void testCacheFileOperations()
154154 assertFileSystemAccesses (
155155 "SELECT * FROM test_cache_file_operations" ,
156156 ImmutableMultiset .<CacheOperation >builder ()
157- .add (new CacheOperation ("Alluxio.readCached" , "00000000000000000000.json" , 0 , 794 ))
157+ .add (new CacheOperation ("Alluxio.readCached" , "00000000000000000000.json" , 0 , 816 ))
158158 .add (new CacheOperation ("InputFile.length" , "00000000000000000000.json" ))
159- .add (new CacheOperation ("Alluxio.readCached" , "00000000000000000001.json" , 0 , 636 ))
159+ .add (new CacheOperation ("Alluxio.readCached" , "00000000000000000001.json" , 0 , 658 ))
160160 .add (new CacheOperation ("InputFile.length" , "00000000000000000001.json" ))
161- .add (new CacheOperation ("Alluxio.readCached" , "00000000000000000002.json" , 0 , 636 ))
161+ .add (new CacheOperation ("Alluxio.readCached" , "00000000000000000002.json" , 0 , 658 ))
162162 .add (new CacheOperation ("InputFile.length" , "00000000000000000002.json" ))
163- .add (new CacheOperation ("Alluxio.readCached" , "00000000000000000003.json" , 0 , 636 ))
163+ .add (new CacheOperation ("Alluxio.readCached" , "00000000000000000003.json" , 0 , 658 ))
164164 .add (new CacheOperation ("InputFile.length" , "00000000000000000003.json" ))
165- .add (new CacheOperation ("Alluxio.readCached" , "00000000000000000004.json" , 0 , 636 ))
165+ .add (new CacheOperation ("Alluxio.readCached" , "00000000000000000004.json" , 0 , 658 ))
166166 .add (new CacheOperation ("InputFile.length" , "00000000000000000004.json" ))
167- .add (new CacheOperation ("Alluxio.readCached" , "00000000000000000005.json" , 0 , 636 ))
167+ .add (new CacheOperation ("Alluxio.readCached" , "00000000000000000005.json" , 0 , 658 ))
168168 .add (new CacheOperation ("InputFile.length" , "00000000000000000005.json" ))
169169 .add (new CacheOperation ("InputFile.length" , "00000000000000000006.json" ))
170170 .add (new CacheOperation ("InputFile.newStream" , "_last_checkpoint" ))
@@ -488,10 +488,10 @@ public void testCreateOrReplaceTable()
488488
489489 assertFileSystemAccesses ("CREATE OR REPLACE TABLE test_create_or_replace (id VARCHAR, age INT)" ,
490490 ImmutableMultiset .<CacheOperation >builder ()
491- .add (new CacheOperation ("Alluxio.readCached" , "00000000000000000000.json" , 0 , 799 ))
492- .add (new CacheOperation ("Alluxio.readExternalStream" , "00000000000000000000.json" , 0 , 799 ))
491+ .add (new CacheOperation ("Alluxio.readCached" , "00000000000000000000.json" , 0 , 821 ))
492+ .add (new CacheOperation ("Alluxio.readExternalStream" , "00000000000000000000.json" , 0 , 821 ))
493493 .add (new CacheOperation ("InputFile.newStream" , "00000000000000000000.json" ))
494- .add (new CacheOperation ("Alluxio.writeCache" , "00000000000000000000.json" , 0 , 799 ))
494+ .add (new CacheOperation ("Alluxio.writeCache" , "00000000000000000000.json" , 0 , 821 ))
495495 .add (new CacheOperation ("InputFile.length" , "00000000000000000000.json" ))
496496 .add (new CacheOperation ("InputFile.exists" , "00000000000000000001.json" ))
497497 .add (new CacheOperation ("InputFile.length" , "00000000000000000001.json" ))
@@ -515,9 +515,9 @@ public void testCreateOrReplaceTableAsSelect()
515515 assertFileSystemAccesses (
516516 "CREATE OR REPLACE TABLE test_create_or_replace_as_select AS SELECT 1 col_name" ,
517517 ImmutableMultiset .<CacheOperation >builder ()
518- .add (new CacheOperation ("Alluxio.readCached" , "00000000000000000000.json" , 0 , 1041 ))
519- .add (new CacheOperation ("Alluxio.readExternalStream" , "00000000000000000000.json" , 0 , 1041 ))
520- .add (new CacheOperation ("Alluxio.writeCache" , "00000000000000000000.json" , 0 , 1041 ))
518+ .add (new CacheOperation ("Alluxio.readCached" , "00000000000000000000.json" , 0 , 1063 ))
519+ .add (new CacheOperation ("Alluxio.readExternalStream" , "00000000000000000000.json" , 0 , 1063 ))
520+ .add (new CacheOperation ("Alluxio.writeCache" , "00000000000000000000.json" , 0 , 1063 ))
521521 .add (new CacheOperation ("InputFile.newStream" , "00000000000000000000.json" ))
522522 .add (new CacheOperation ("InputFile.length" , "00000000000000000000.json" ))
523523 .add (new CacheOperation ("InputFile.length" , "00000000000000000001.json" ))
0 commit comments