commit | a1422ace22a3c5535ace5c8846ca198c30c7fa97 | [log] [tgz] |
---|---|---|
author | buyingyi <buyingyi@eaa15691-b419-025a-1212-ee371bd00084> | Thu Mar 29 08:18:00 2012 +0000 |
committer | buyingyi <buyingyi@eaa15691-b419-025a-1212-ee371bd00084> | Thu Mar 29 08:18:00 2012 +0000 |
tree | fbf801944cdcf6a584b3baedb463319597afa202 | |
parent | ad5daacc5513a9ed2f4a2cd2d77a2580bee90845 [diff] [blame] |
fixing incorrect resulting plans of optimizer tests: inconsistent partition variable ordering in hash-exchange git-svn-id: https://asterixdb.googlecode.com/svn/branches/asterix_stabilization@71 eaa15691-b419-025a-1212-ee371bd00084
diff --git a/asterix-app/src/test/resources/logging.properties b/asterix-app/src/test/resources/logging.properties index deb88307..3b4979e 100644 --- a/asterix-app/src/test/resources/logging.properties +++ b/asterix-app/src/test/resources/logging.properties
@@ -60,6 +60,6 @@ # For example, set the com.xyz.foo logger to only log SEVERE # messages: -#edu.uci.ics.asterix.level = FINE -#edu.uci.ics.algebricks.level = FINE +edu.uci.ics.asterix.level = FINE +edu.uci.ics.algebricks.level = FINE #edu.uci.ics.hyracks.level = INFO