vxquery-commits
Thread
Date
Earlier messages
Later messages
Messages by Thread
[25/50] [abbrv] make tests location-independent - use source elements in the catalog to identify partitions for collections - more test resources from src/tests/resources to src/test/resources
prestonc
[39/50] [abbrv] git commit: fix serialization for empty elements
prestonc
git commit: Adding hour and minute to the benchmark log files.
prestonc
[1/3] git commit: Cleaned up the new exceptions and made them a little cleaner.
prestonc
[2/3] git commit: Licence formatting.
prestonc
[3/3] git commit: Removed extra imports.
prestonc
[1/2] git commit: Updated testing suite for recent changes to masters.
prestonc
[2/2] git commit: Updated the parser exceptions to give more details.
prestonc
[1/5] git commit: avoid a few exceptions
prestonc
[2/5] git commit: add NullableTypeComputer to avoid NPE
prestonc
[5/5] git commit: updated XQTS results
prestonc
[3/5] git commit: fix serialization for empty elements
prestonc
[1/2] git commit: Removed extra collection context variables.
prestonc
[2/2] git commit: Fixed benchmark reference to query files.
prestonc
[2/2] git commit: updated XQTS results
tillw
[1/5] git commit: fix serialization for empty elements
tillw
[4/5] git commit: small fixes
tillw
[2/5] git commit: add NullableTypeComputer to avoid NPE
tillw
[5/5] git commit: fix serialization of empty elements
tillw
[3/5] git commit: avoid a few exceptions
tillw
git commit: replace tabs with spaces
tillw
git commit: add NullableTypeComputer to avoid NPE
tillw
git commit: fix serialization for empty elements
tillw
git commit: avoid a few exceptions
tillw
[1/4] git commit: Removed test queries now that we have a test suite.
prestonc
[3/4] git commit: Added command line option for available processors.
prestonc
[4/4] git commit: Updated to the latest Hyracks snapshot.
prestonc
[2/4] git commit: Cleaned up the XML file by removing unnecessary information.
prestonc
git commit: s/sesnors/sensors/
tillw
[1/5] make tests location-independent - use source elements in the catalog to identify partitions for collections - more test resources from src/tests/resources to src/test/resources
tillw
[1/9] Updated the testing resources.
prestonc
[1/2] git commit: Updated the cluster details to consider the number of local processors.
prestonc
[2/2] git commit: Simplified the aggregate step functions with better init values.
prestonc
[01/50] [abbrv] git commit: Added a check to make sure the data file was created.
prestonc
[14/50] [abbrv] git commit: Enabling hash based join.
prestonc
[02/50] [abbrv] git commit: A few clean up items when cleaning up and standardizing the benchmark config file to look similar the server config file.
prestonc
[15/50] [abbrv] git commit: Added some support queries to help understand the join condition.
prestonc
[04/50] [abbrv] git commit: Preparing for local speed up tests.
prestonc
[08/50] [abbrv] git commit: Clean up items for the weather scripts.
prestonc
[05/50] [abbrv] git commit: Added license and option to run a single query.
prestonc
[03/50] [abbrv] git commit: Adding options to build out symbolic links to partitioned data for specific benchmark tests. Also have a method to copy queries over and change the collection references to the symbolic links.
prestonc
[10/50] [abbrv] git commit: A few more tweaks to the weather scripts.
prestonc
[22/50] [abbrv] git commit: Improve search for functions based on things I learned from join.
prestonc
[11/50] [abbrv] git commit: Added logging to the benchmark script and a new join query.
prestonc
[06/50] [abbrv] git commit: Added new InlineNestedVariablesRule.
prestonc
[17/50] [abbrv] git commit: Switched ssh commands to use hostname instead of ip address.
prestonc
[24/50] [abbrv] git commit: Made better variable names and fixed local partition scheme.
prestonc
[25/50] [abbrv] git commit: Updated the job specifications print out to use the JSON printer.
prestonc
[23/50] [abbrv] git commit: Query update to work with generated data on smaller data sizes.
prestonc
[09/50] [abbrv] git commit: Added support for unnest in expression toolbox sequence matching.
prestonc
[12/50] [abbrv] git commit: Removed extra space.
prestonc
[07/50] [abbrv] git commit: More tweaks to make the benchmark cluster queries.
prestonc
[20/50] [abbrv] git commit: Slight changes to increase number of records in join.
prestonc
[32/50] [abbrv] git commit: Added the option to create an inventory csv file.
prestonc
[35/50] [abbrv] git commit: Added
prestonc
[34/50] [abbrv] git commit: Changing benchmark scripts to support local partitions on a cluster.
prestonc
[21/50] [abbrv] git commit: Switched from using shared datasources to a single datasource per data scan.
prestonc
[27/50] [abbrv] git commit: Change the hash function to be generic and consistent for both family and factory.
prestonc
[18/50] [abbrv] git commit: Added new join queries and updated queries to used xs:dateTime.
prestonc
[19/50] [abbrv] git commit: Added join for all stations.
prestonc
[13/50] [abbrv] git commit: Removed change to comparator factory provider.
prestonc
[39/50] [abbrv] Added more parallel tests to the VXQuery test suite.
prestonc
[31/50] [abbrv] git commit: Switched q06 and q07 to order by number of records in the join.
prestonc
[28/50] [abbrv] git commit: Lowered the frame size for the benchmark tests. Improves available partitions for hash join.
prestonc
[50/50] [abbrv] git commit: Merge branch 'prestonc/hash_join' of https://git-wip-us.apache.org/repos/asf/incubator-vxquery into prestonc/hash_join
prestonc
[49/50] [abbrv] git commit: Found some files missing from the last commit for aggregate tests.
prestonc
[33/50] [abbrv] git commit: Updated queries to use larger dataset with minimal output.
prestonc
[42/50] [abbrv] git commit: Found an error in the aggregate functions where the argument was overwriting the saved value.
prestonc
[37/50] [abbrv] git commit: Added comments and reverted a previous change.
prestonc
[30/50] [abbrv] git commit: Updated the method to partition the weather data.
prestonc
[16/50] [abbrv] git commit: Benchmark scripts simplification and update.
prestonc
[43/50] [abbrv] New weather benchmark test suite that includes tests for 1, 2, and 4 partitions of data.
prestonc
[36/50] [abbrv] git commit: Found more places where pointables were created without the factory.
prestonc
[38/50] [abbrv] git commit: Added a new test group to show counts of the benchmark queries.
prestonc
[41/50] [abbrv] git commit: The if statement did not match the assignment order.
prestonc
[26/50] [abbrv] git commit: Changed hash seed to match AsterixDB default.
prestonc
[29/50] [abbrv] git commit: Updated the comparator to actually check the two values.
prestonc
[01/16] git commit: Added the option to create an inventory csv file.
prestonc
[05/16] New weather benchmark test suite that includes tests for 1, 2, and 4 partitions of data.
prestonc
[04/16] git commit: Updated the comparator to actually check the two values.
prestonc
[11/16] git commit: Added a new test group to show counts of the benchmark queries.
prestonc
[16/16] git commit: Found an error in the aggregate functions where the argument was overwriting the saved value.
prestonc
[12/16] Added more parallel tests to the VXQuery test suite.
prestonc
[15/16] git commit: The if statement did not match the assignment order.
prestonc
[02/16] git commit: Updated the method to partition the weather data.
prestonc
[14/16] git commit: Found some files missing from the last commit for aggregate tests.
prestonc
[03/16] git commit: Switched q06 and q07 to order by number of records in the join.
prestonc
[1/2] git commit: Added KEY for
[email protected]
. Got the assembly plugin to exclude KEYS from the source release zip
vinayakb
[2/2] git commit: Added comments to the POM
vinayakb
git commit: Fixed dependency management. Changed Hyracks dependency to 0.2.11 for the release.
vinayakb
[1/3] git commit: Updated the job specifications print out to use the JSON printer.
prestonc
[2/3] git commit: Change the hash function to be generic and consistent for both family and factory.
prestonc
[3/3] git commit: Changed hash seed to match AsterixDB default.
prestonc
[1/3] git commit: improved printing of constants and types in plans
tillw
[2/3] git commit: reuse streams for pretty-printing
tillw
[3/3] git commit: pretty-print path steps
tillw
git commit: pretty-print path steps
tillw
git commit: Made better variable names and fixed local partition scheme.
prestonc
[1/9] git commit: Added new join queries and updated queries to used xs:dateTime.
prestonc
[9/9] git commit: Added comments and reverted a previous change.
prestonc
[4/9] git commit: Changing benchmark scripts to support local partitions on a cluster.
prestonc
[8/9] git commit: Updated queries to use larger dataset with minimal output.
prestonc
[3/9] git commit: Slight changes to increase number of records in join.
prestonc
[5/9] git commit: Lowered the frame size for the benchmark tests. Improves available partitions for hash join.
prestonc
[6/9] git commit: Added
prestonc
[7/9] git commit: Found more places where pointables were created without the factory.
prestonc
[2/9] git commit: Switched from using shared datasources to a single datasource per data scan.
prestonc
git commit: reuse streams for pretty-printing
tillw
git commit: improved printing of constants and types in plans
tillw
[1/5] git commit: Added some support queries to help understand the join condition.
prestonc
[5/5] git commit: Added join for all stations.
prestonc
[2/5] git commit: Added logging to the benchmark script and a new join query.
prestonc
[3/5] git commit: Switched ssh commands to use hostname instead of ip address.
prestonc
[4/5] git commit: Benchmark scripts simplification and update.
prestonc
[01/18] git commit: Adding options to build out symbolic links to partitioned data for specific benchmark tests. Also have a method to copy queries over and change the collection references to the symbolic links.
prestonc
[03/18] git commit: Preparing for local speed up tests.
prestonc
[09/18] git commit: A few more tweaks to the weather scripts.
prestonc
[16/18] git commit: Improve search for functions based on things I learned from join.
prestonc
[12/18] git commit: Updated the generated station xml to mirror web service.
prestonc
[06/18] git commit: Added new InlineNestedVariablesRule.
prestonc
[18/18] git commit: Removed extra space.
prestonc
[10/18] git commit: Added support for unnest in expression toolbox sequence matching.
prestonc
[08/18] git commit: Fixed Max and Min when local aggregate does not return a result.
prestonc
[13/18] git commit: Added a reset option to partitions and queries.
prestonc
[11/18] git commit: Clean up items for the weather scripts.
prestonc
[17/18] git commit: Removed change to comparator factory provider.
prestonc
[02/18] git commit: A few clean up items when cleaning up and standardizing the benchmark config file to look similar the server config file.
prestonc
[05/18] git commit: More tweaks to make the benchmark cluster queries.
prestonc
[07/18] git commit: Added license and option to run a single query.
prestonc
[15/18] git commit: Query update to work with generated data on smaller data sizes.
prestonc
[14/18] git commit: Enabling hash based join.
prestonc
[04/18] git commit: Added a check to make sure the data file was created.
prestonc
git commit: Removed change to comparator factory provider.
prestonc
[1/5] git commit: Updated the generated station xml to mirror web service.
prestonc
[4/5] git commit: Query update to work with generated data on smaller data sizes.
prestonc
[5/5] git commit: Improve search for functions based on things I learned from join.
prestonc
[3/5] git commit: Enabling hash based join.
prestonc
[2/5] git commit: Added a reset option to partitions and queries.
prestonc
[06/14] git commit: Test code for SAX Content Handler. The output byte array is correct. Still need to test and clean up code. Check point.
prestonc
[14/14] git commit: Tracking both old and new parsers.
prestonc
[13/14] git commit: Finished the new SAXContentHandler with the option to hold copies when they are sequential.
prestonc
[02/14] git commit: Adding the xqts test results to the vxquery-xtest project. The goal is to now have a test result version we can compare against with each release.
prestonc
[03/14] git commit: Changed the function name to be more consistent with other classes.
prestonc
[10/14] git commit: Comment on NodeTreePointable structure.
prestonc
[04/14] git commit: Added default values for start and end date. Now they are only updated when timing is enabled.
prestonc
[12/14] git commit: Comments form Till.
prestonc
[05/14] git commit: Fixed a non ascii character.
prestonc
[09/14] git commit: Added functions to help with simplifying the XMLParser calls. Only one array backed value store is needed.
prestonc
[07/14] git commit: Working version with only the new code.
prestonc
[08/14] git commit: Removed one more array of tracking data.
prestonc
[11/14] git commit: Converted a search method to a hashing method. Small improvement.
prestonc
git commit: Clean up items for the weather scripts.
prestonc
[1/9] git commit: A few clean up items when cleaning up and standardizing the benchmark config file to look similar the server config file.
prestonc
[7/9] git commit: Fixed Max and Min when local aggregate does not return a result.
prestonc
[4/9] git commit: More tweaks to make the benchmark cluster queries.
prestonc
[6/9] git commit: Added license and option to run a single query.
prestonc
[9/9] git commit: Added support for unnest in expression toolbox sequence matching.
prestonc
[8/9] git commit: A few more tweaks to the weather scripts.
prestonc
[3/9] git commit: Added a check to make sure the data file was created.
prestonc
[2/9] git commit: Preparing for local speed up tests.
prestonc
[5/9] git commit: Added new InlineNestedVariablesRule.
prestonc
[01/25] git commit: Change queries to use a value comparison.
prestonc
[18/25] git commit: Addressing all the code review changes.
prestonc
[24/25] git commit: Added default values for start and end date. Now they are only updated when timing is enabled.
prestonc
[05/25] git commit: A bunch of little clean up items.
prestonc
[02/25] git commit: All the changes to make managing and running the benchmark easier. A xml configuration file holds all the data so partitions can be created with one argument to the cli. Also its easy to rebuild the data since the configuration is sav
prestonc
[25/25] git commit: Fixed a non ascii character.
prestonc
[04/25] git commit: Added more detailed timing information when the timing option is specified.
prestonc
[07/25] git commit: Adding more variables to be reused.
prestonc
[14/25] git commit: Found a reference to old version of the function helper util.
prestonc
[09/25] git commit: Update the atomize function to use a new utility class that reuses variables.
prestonc
[03/25] git commit: Added two queries to return all the functions and operators.
prestonc
[22/25] git commit: Adding the xqts test results to the vxquery-xtest project. The goal is to now have a test result version we can compare against with each release.
prestonc
[10/25] git commit: new structure to help with performance testings.
prestonc
[19/25] git commit: Found the order for checking used variables was off. Moved check to after nested plans.
prestonc
[12/25] git commit: Update to the rules and renaming of one.
prestonc
[17/25] git commit: Added a comment about the NodeTree structure.
prestonc
[06/25] git commit: Added short circuiting for both AND and OR scalar evaluators.
prestonc
[13/25] git commit: A few more little clean up items.
prestonc
[20/25] git commit: Making sub classes static.
prestonc
[08/25] git commit: All the redundant type expression rules have been updated to improve code reuse and new use cases.
prestonc
[16/25] git commit: Switched out the binary search in dictionary builder for a tree map that has constant look up and items are sorted.
prestonc
[15/25] git commit: Cleaned up imports.
prestonc
[23/25] git commit: Changed the function name to be more consistent with other classes.
prestonc
[01/25] git commit: Change queries to use a value comparison.
tillw
[18/25] git commit: Addressing all the code review changes.
tillw
[14/25] git commit: Found a reference to old version of the function helper util.
tillw
[12/25] git commit: Update to the rules and renaming of one.
tillw
[17/25] git commit: Added a comment about the NodeTree structure.
tillw
[03/25] git commit: Added two queries to return all the functions and operators.
tillw
[04/25] git commit: Added more detailed timing information when the timing option is specified.
tillw
[06/25] git commit: Added short circuiting for both AND and OR scalar evaluators.
tillw
[15/25] git commit: Cleaned up imports.
tillw
[19/25] git commit: Found the order for checking used variables was off. Moved check to after nested plans.
tillw
[23/25] git commit: Changed the function name to be more consistent with other classes.
tillw
[09/25] git commit: Update the atomize function to use a new utility class that reuses variables.
tillw
[20/25] git commit: Making sub classes static.
tillw
[02/25] git commit: All the changes to make managing and running the benchmark easier. A xml configuration file holds all the data so partitions can be created with one argument to the cli. Also its easy to rebuild the data since the configuration is sav
tillw
[22/25] git commit: Adding the xqts test results to the vxquery-xtest project. The goal is to now have a test result version we can compare against with each release.
tillw
[24/25] git commit: Added default values for start and end date. Now they are only updated when timing is enabled.
tillw
Earlier messages
Later messages