You are viewing a plain text version of this content. The canonical link for it is here.
- [jira] [Commented] (OPTIQ-269) MongoDB result sets larger than 16MB - posted by "Joe Centenni (JIRA)" <ji...@apache.org> on 2014/08/01 02:17:38 UTC, 0 replies.
- [jira] [Created] (OPTIQ-360) Introduce a Rule to infer predicates from equi join conditions. - posted by "Harish Butani (JIRA)" <ji...@apache.org> on 2014/08/05 03:19:13 UTC, 0 replies.
- [jira] [Updated] (OPTIQ-360) Introduce a Rule to infer predicates from equi join conditions. - posted by "Harish Butani (JIRA)" <ji...@apache.org> on 2014/08/05 03:21:12 UTC, 0 replies.
- [jira] [Created] (OPTIQ-361) LoptOptimizeJoinRule should use ProjectFactory to create project del - posted by "Laljo John Pullokkaran (JIRA)" <ji...@apache.org> on 2014/08/06 20:20:12 UTC, 0 replies.
- [jira] [Updated] (OPTIQ-361) LoptOptimizeJoinRule should use ProjectFactory to create project rel - posted by "Laljo John Pullokkaran (JIRA)" <ji...@apache.org> on 2014/08/06 20:34:12 UTC, 0 replies.
- [jira] [Created] (OPTIQ-362) Make non-cumulative cost (NonCumulativeCost) a pluggable form of metadata - posted by "Julian Hyde (JIRA)" <ji...@apache.org> on 2014/08/06 20:54:12 UTC, 0 replies.
- [jira] [Resolved] (OPTIQ-360) Introduce a Rule to infer predicates from equi join conditions. - posted by "Julian Hyde (JIRA)" <ji...@apache.org> on 2014/08/06 21:52:12 UTC, 0 replies.
- [jira] [Created] (OPTIQ-363) Use dependencyManagement and pluginManagement in POM files - posted by "Julian Hyde (JIRA)" <ji...@apache.org> on 2014/08/06 23:45:12 UTC, 0 replies.
- [jira] [Resolved] (OPTIQ-363) Use dependencyManagement and pluginManagement in POM files - posted by "Julian Hyde (JIRA)" <ji...@apache.org> on 2014/08/07 00:17:12 UTC, 0 replies.
- [jira] [Created] (OPTIQ-364) Validator rejects valid "WITH ... ORDER BY" query - posted by "Julian Hyde (JIRA)" <ji...@apache.org> on 2014/08/07 23:23:12 UTC, 0 replies.
- [jira] [Updated] (OPTIQ-364) Validator rejects valid "WITH ... ORDER BY" query - posted by "Julian Hyde (JIRA)" <ji...@apache.org> on 2014/08/07 23:23:12 UTC, 0 replies.
- [jira] [Resolved] (OPTIQ-364) Validator rejects valid "WITH ... ORDER BY" query - posted by "Julian Hyde (JIRA)" <ji...@apache.org> on 2014/08/08 02:13:12 UTC, 0 replies.
- [jira] [Created] (OPTIQ-365) AssertionError while translating query with WITH and correlated sub-query - posted by "Julian Hyde (JIRA)" <ji...@apache.org> on 2014/08/08 02:48:12 UTC, 0 replies.
- [jira] [Created] (OPTIQ-366) Support Aggregate push down in bushy joins - posted by "Mostafa Mokhtar (JIRA)" <ji...@apache.org> on 2014/08/08 23:56:12 UTC, 0 replies.
- [jira] [Created] (OPTIQ-367) PushFilterPastJoinRule should strengthen join type - posted by "Julian Hyde (JIRA)" <ji...@apache.org> on 2014/08/09 01:32:11 UTC, 0 replies.
- [jira] [Created] (OPTIQ-368) Add SemiJoinRule, planner rule to convert project-join-aggregate into semi-join - posted by "Julian Hyde (JIRA)" <ji...@apache.org> on 2014/08/11 19:34:12 UTC, 0 replies.
- [jira] [Created] (OPTIQ-369) Add EnumerableSemiJoinRel, implementation of semi-join in enumerable convention - posted by "Julian Hyde (JIRA)" <ji...@apache.org> on 2014/08/11 20:16:12 UTC, 0 replies.
- [jira] [Resolved] (OPTIQ-368) Add SemiJoinRule, planner rule to convert project-join-aggregate into semi-join - posted by "Julian Hyde (JIRA)" <ji...@apache.org> on 2014/08/11 21:48:12 UTC, 0 replies.
- [jira] [Resolved] (OPTIQ-367) PushFilterPastJoinRule should strengthen join type - posted by "Julian Hyde (JIRA)" <ji...@apache.org> on 2014/08/11 21:50:12 UTC, 0 replies.
- [jira] [Created] (OPTIQ-370) Support GROUPING SETS in SQL and algebra (AggregateRel) - posted by "Julian Hyde (JIRA)" <ji...@apache.org> on 2014/08/12 19:03:12 UTC, 0 replies.
- [jira] [Created] (OPTIQ-371) Cannot implement JOIN whose ON clause contains mixed equi and theta - posted by "Julian Hyde (JIRA)" <ji...@apache.org> on 2014/08/14 01:20:12 UTC, 0 replies.
- [jira] [Created] (OPTIQ-372) Change LoptOptimizeJoinRule & PushFilterPast* rules to use factory - posted by "Laljo John Pullokkaran (JIRA)" <ji...@apache.org> on 2014/08/14 09:50:11 UTC, 0 replies.
- [jira] [Updated] (OPTIQ-372) Change LoptOptimizeJoinRule & PushFilterPast* rules to use factory - posted by "Laljo John Pullokkaran (JIRA)" <ji...@apache.org> on 2014/08/14 09:54:12 UTC, 0 replies.
- [jira] [Resolved] (OPTIQ-372) Change LoptOptimizeJoinRule & PushFilterPast* rules to use factory - posted by "Julian Hyde (JIRA)" <ji...@apache.org> on 2014/08/14 22:36:19 UTC, 0 replies.
- [jira] [Created] (OPTIQ-373) NOT IN and NULL values - posted by "Julian Hyde (JIRA)" <ji...@apache.org> on 2014/08/15 01:15:18 UTC, 0 replies.
- [jira] [Created] (OPTIQ-374) NOT EXISTS and semi-anti-join - posted by "Julian Hyde (JIRA)" <ji...@apache.org> on 2014/08/15 01:17:18 UTC, 0 replies.
- [jira] [Created] (OPTIQ-375) Support simpler decorrelation transformations for Exists and In - posted by "Harish Butani (JIRA)" <ji...@apache.org> on 2014/08/15 03:01:45 UTC, 0 replies.
- [jira] [Updated] (OPTIQ-371) Implement JOIN whose ON clause contains mixed equi and theta - posted by "Julian Hyde (JIRA)" <ji...@apache.org> on 2014/08/15 03:37:18 UTC, 0 replies.
- [jira] [Resolved] (OPTIQ-371) Implement JOIN whose ON clause contains mixed equi and theta - posted by "Julian Hyde (JIRA)" <ji...@apache.org> on 2014/08/15 05:19:18 UTC, 0 replies.
- [jira] [Updated] (OPTIQ-373) NOT IN and NULL values - posted by "Harish Butani (JIRA)" <ji...@apache.org> on 2014/08/15 19:01:20 UTC, 1 replies.
- [jira] [Commented] (OPTIQ-373) NOT IN and NULL values - posted by "Julian Hyde (JIRA)" <ji...@apache.org> on 2014/08/15 19:21:18 UTC, 3 replies.
- [jira] [Created] (OPTIQ-376) Move SqlRun into its own artifact - posted by "Julian Hyde (JIRA)" <ji...@apache.org> on 2014/08/15 20:41:18 UTC, 0 replies.
- [jira] [Resolved] (OPTIQ-369) Add EnumerableSemiJoinRel, implementation of semi-join in enumerable convention - posted by "Julian Hyde (JIRA)" <ji...@apache.org> on 2014/08/15 22:21:19 UTC, 0 replies.
- [jira] [Resolved] (OPTIQ-361) LoptOptimizeJoinRule should use ProjectFactory to create project rel - posted by "Julian Hyde (JIRA)" <ji...@apache.org> on 2014/08/15 22:27:18 UTC, 0 replies.
- [jira] [Resolved] (OPTIQ-348) Add Apache RAT as maven plugin - posted by "Julian Hyde (JIRA)" <ji...@apache.org> on 2014/08/15 22:31:18 UTC, 0 replies.
- [jira] [Resolved] (OPTIQ-343) RelDecorrelator should build its own mappings, not inherit from SqlToRelConverter - posted by "Julian Hyde (JIRA)" <ji...@apache.org> on 2014/08/17 02:25:18 UTC, 0 replies.
- [jira] [Created] (OPTIQ-377) UnregisteredDriver should catch, log and re-throw NoClassDefFoundError - posted by "Julian Hyde (JIRA)" <ji...@apache.org> on 2014/08/18 07:22:18 UTC, 0 replies.
- [jira] [Resolved] (OPTIQ-377) UnregisteredDriver should catch, log and re-throw NoClassDefFoundError - posted by "Julian Hyde (JIRA)" <ji...@apache.org> on 2014/08/18 07:40:18 UTC, 0 replies.
- [jira] [Created] (OPTIQ-378) Create optiq-full.jar, which includes all - posted by "Julian Hyde (JIRA)" <ji...@apache.org> on 2014/08/18 08:07:19 UTC, 0 replies.
- [jira] [Created] (OPTIQ-379) Alternative implementation of semi-join: both sides should be considered for building a map - posted by "Vladimir Sitnikov (JIRA)" <ji...@apache.org> on 2014/08/18 12:17:19 UTC, 0 replies.
- [jira] [Comment Edited] (OPTIQ-373) NOT IN and NULL values - posted by "Julian Hyde (JIRA)" <ji...@apache.org> on 2014/08/18 21:07:20 UTC, 2 replies.
- [jira] [Created] (OPTIQ-380) Fix for Guava 11.0.2 - posted by "Julian Hyde (JIRA)" <ji...@apache.org> on 2014/08/18 22:05:20 UTC, 0 replies.
- [jira] [Updated] (OPTIQ-380) Downgrade to Guava 11.0.2 - posted by "Julian Hyde (JIRA)" <ji...@apache.org> on 2014/08/19 03:26:19 UTC, 0 replies.
- [jira] [Resolved] (OPTIQ-380) Downgrade to Guava 11.0.2 - posted by "Julian Hyde (JIRA)" <ji...@apache.org> on 2014/08/19 03:46:18 UTC, 0 replies.
- [jira] [Created] (OPTIQ-381) Remove plugin versions from the tag in root pom - posted by "Julian Hyde (JIRA)" <ji...@apache.org> on 2014/08/20 21:10:26 UTC, 0 replies.
- [jira] [Created] (OPTIQ-382) Refactoring rules to use factories - posted by "Laljo John Pullokkaran (JIRA)" <ji...@apache.org> on 2014/08/21 01:35:32 UTC, 0 replies.
- [jira] [Updated] (OPTIQ-382) Refactoring rules to use factories - posted by "Laljo John Pullokkaran (JIRA)" <ji...@apache.org> on 2014/08/21 01:39:30 UTC, 0 replies.
- [jira] [Created] (OPTIQ-383) Each jar should have a git.properties describing its exact version - posted by "Julian Hyde (JIRA)" <ji...@apache.org> on 2014/08/22 01:40:11 UTC, 0 replies.
- [jira] [Created] (OPTIQ-384) Add "apache-" prefix to tarball and directory within tarball - posted by "Julian Hyde (JIRA)" <ji...@apache.org> on 2014/08/25 00:39:57 UTC, 0 replies.
- [jira] [Created] (OPTIQ-385) Change comment style for Java headers - posted by "Julian Hyde (JIRA)" <ji...@apache.org> on 2014/08/25 00:48:57 UTC, 0 replies.
- [jira] [Created] (OPTIQ-386) Fix NOTICE - posted by "Julian Hyde (JIRA)" <ji...@apache.org> on 2014/08/25 20:11:00 UTC, 0 replies.
- [jira] [Updated] (OPTIQ-310) Implement LEAD, LAG and NTILE windowed aggregates - posted by "Julian Hyde (JIRA)" <ji...@apache.org> on 2014/08/25 21:04:59 UTC, 0 replies.
- [jira] [Updated] (OPTIQ-309) WITH ... ORDER BY query gives AssertionError - posted by "Julian Hyde (JIRA)" <ji...@apache.org> on 2014/08/25 21:05:01 UTC, 0 replies.
- [jira] [Updated] (OPTIQ-302) Use heuristic rule to plan queries with large numbers of joins - posted by "Julian Hyde (JIRA)" <ji...@apache.org> on 2014/08/25 21:06:57 UTC, 0 replies.
- [jira] [Updated] (OPTIQ-301) Add `Program` interface, a planner phase more general than current `RuleSet` - posted by "Julian Hyde (JIRA)" <ji...@apache.org> on 2014/08/25 21:06:58 UTC, 0 replies.
- [jira] [Updated] (OPTIQ-292) Improve windowed aggregate return types - posted by "Julian Hyde (JIRA)" <ji...@apache.org> on 2014/08/25 21:06:58 UTC, 0 replies.
- [jira] [Updated] (OPTIQ-287) Implement NTILE, LEAD, LAG window functions - posted by "Julian Hyde (JIRA)" <ji...@apache.org> on 2014/08/25 21:06:58 UTC, 0 replies.
- [jira] [Closed] (OPTIQ-301) Add `Program` interface, a planner phase more general than current `RuleSet` - posted by "Julian Hyde (JIRA)" <ji...@apache.org> on 2014/08/25 21:08:58 UTC, 0 replies.
- [jira] [Closed] (OPTIQ-287) Implement NTILE, LEAD, LAG window functions - posted by "Julian Hyde (JIRA)" <ji...@apache.org> on 2014/08/25 21:08:58 UTC, 0 replies.
- [jira] [Closed] (OPTIQ-302) Use heuristic rule to plan queries with large numbers of joins - posted by "Julian Hyde (JIRA)" <ji...@apache.org> on 2014/08/25 21:08:58 UTC, 0 replies.
- [jira] [Closed] (OPTIQ-310) Implement LEAD, LAG and NTILE windowed aggregates - posted by "Julian Hyde (JIRA)" <ji...@apache.org> on 2014/08/25 21:08:58 UTC, 0 replies.
- [jira] [Closed] (OPTIQ-292) Improve windowed aggregate return types - posted by "Julian Hyde (JIRA)" <ji...@apache.org> on 2014/08/25 21:08:58 UTC, 0 replies.
- [jira] [Closed] (OPTIQ-309) WITH ... ORDER BY query gives AssertionError - posted by "Julian Hyde (JIRA)" <ji...@apache.org> on 2014/08/25 21:08:58 UTC, 0 replies.
- [jira] [Closed] (OPTIQ-318) Add unit test for SqlRun - posted by "Julian Hyde (JIRA)" <ji...@apache.org> on 2014/08/25 21:10:58 UTC, 0 replies.
- [jira] [Closed] (OPTIQ-347) In SqlRun, add '!plan' command - posted by "Julian Hyde (JIRA)" <ji...@apache.org> on 2014/08/25 21:10:58 UTC, 0 replies.
- [jira] [Closed] (OPTIQ-368) Add SemiJoinRule, planner rule to convert project-join-aggregate into semi-join - posted by "Julian Hyde (JIRA)" <ji...@apache.org> on 2014/08/25 21:10:58 UTC, 0 replies.
- [jira] [Closed] (OPTIQ-331) Precision and Scale check should always return success for 'ANY' data type - posted by "Julian Hyde (JIRA)" <ji...@apache.org> on 2014/08/25 21:10:58 UTC, 0 replies.
- [jira] [Closed] (OPTIQ-314) Allow simple UDFs based on methods - posted by "Julian Hyde (JIRA)" <ji...@apache.org> on 2014/08/25 21:10:58 UTC, 0 replies.
- [jira] [Closed] (OPTIQ-340) Optiq IllegalArgumentException when push complex expressions into join conditions. - posted by "Julian Hyde (JIRA)" <ji...@apache.org> on 2014/08/25 21:10:58 UTC, 0 replies.
- [jira] [Closed] (OPTIQ-324) When doing view expansion using frameworks interface, leverage Framework sql parser - posted by "Julian Hyde (JIRA)" <ji...@apache.org> on 2014/08/25 21:10:59 UTC, 0 replies.
- [jira] [Closed] (OPTIQ-348) Add Apache RAT as maven plugin - posted by "Julian Hyde (JIRA)" <ji...@apache.org> on 2014/08/25 21:10:59 UTC, 0 replies.
- [jira] [Closed] (OPTIQ-327) Rules should use base class to find rule match & use factory for object creation - posted by "Julian Hyde (JIRA)" <ji...@apache.org> on 2014/08/25 21:10:59 UTC, 0 replies.
- [jira] [Closed] (OPTIQ-300) Support multiple parameters in count(distinct col1, col2, ..) - posted by "Julian Hyde (JIRA)" <ji...@apache.org> on 2014/08/25 21:10:59 UTC, 0 replies.
- [jira] [Closed] (OPTIQ-323) When late function binding, Optiq will have issues using inferReturnType on SqlUnresolvedFunction. - posted by "Julian Hyde (JIRA)" <ji...@apache.org> on 2014/08/25 21:10:59 UTC, 0 replies.
- [jira] [Closed] (OPTIQ-326) Fix RelOptUtil to provide correct equality when comparing ANY to particular (or another ANY) type - posted by "Julian Hyde (JIRA)" <ji...@apache.org> on 2014/08/25 21:10:59 UTC, 0 replies.
- [jira] [Closed] (OPTIQ-322) Explain, OrderBy and SqlWith don't work when using SqlShuttle to rewrite parse tree - posted by "Julian Hyde (JIRA)" <ji...@apache.org> on 2014/08/25 21:11:00 UTC, 0 replies.
- [jira] [Closed] (OPTIQ-346) Add commutative join rule - posted by "Julian Hyde (JIRA)" <ji...@apache.org> on 2014/08/25 21:11:00 UTC, 0 replies.
- [jira] [Closed] (OPTIQ-303) Migrate issue URLs - posted by "Julian Hyde (JIRA)" <ji...@apache.org> on 2014/08/25 21:11:00 UTC, 0 replies.
- [jira] [Closed] (OPTIQ-316) SqlRun: Match output regardless of order if ORDER BY not present - posted by "Julian Hyde (JIRA)" <ji...@apache.org> on 2014/08/25 21:11:00 UTC, 0 replies.
- [jira] [Closed] (OPTIQ-377) UnregisteredDriver should catch, log and re-throw NoClassDefFoundError - posted by "Julian Hyde (JIRA)" <ji...@apache.org> on 2014/08/25 21:11:00 UTC, 0 replies.
- [jira] [Closed] (OPTIQ-345) AssertionError in RexToLixTranslator comparing to date literal - posted by "Julian Hyde (JIRA)" <ji...@apache.org> on 2014/08/25 21:11:00 UTC, 0 replies.
- [jira] [Closed] (OPTIQ-351) Deploy snapshot builds to Nexus repository - posted by "Julian Hyde (JIRA)" <ji...@apache.org> on 2014/08/25 21:11:00 UTC, 0 replies.
- [jira] [Closed] (OPTIQ-342) optiq-mongodb examples can't display latitude and longitude - posted by "Julian Hyde (JIRA)" <ji...@apache.org> on 2014/08/25 21:11:00 UTC, 0 replies.
- [jira] [Closed] (OPTIQ-349) Add heuristic join-optimizer that can generate bushy joins - posted by "Julian Hyde (JIRA)" <ji...@apache.org> on 2014/08/25 21:11:01 UTC, 0 replies.
- [jira] [Closed] (OPTIQ-354) Change maven groupId to "org.apache.optiq" - posted by "Julian Hyde (JIRA)" <ji...@apache.org> on 2014/08/25 21:11:01 UTC, 0 replies.
- [jira] [Closed] (OPTIQ-372) Change LoptOptimizeJoinRule & PushFilterPast* rules to use factory - posted by "Julian Hyde (JIRA)" <ji...@apache.org> on 2014/08/25 21:11:01 UTC, 0 replies.
- [jira] [Closed] (OPTIQ-321) Allow library users to replace implementation of CompoundIdentifier in SQL Parser - posted by "Julian Hyde (JIRA)" <ji...@apache.org> on 2014/08/25 21:11:01 UTC, 0 replies.
- [jira] [Closed] (OPTIQ-367) PushFilterPastJoinRule should strengthen join type - posted by "Julian Hyde (JIRA)" <ji...@apache.org> on 2014/08/25 21:11:01 UTC, 0 replies.
- [jira] [Closed] (OPTIQ-343) RelDecorrelator should build its own mappings, not inherit from SqlToRelConverter - posted by "Julian Hyde (JIRA)" <ji...@apache.org> on 2014/08/25 21:11:01 UTC, 0 replies.
- [jira] [Closed] (OPTIQ-361) LoptOptimizeJoinRule should use ProjectFactory to create project rel - posted by "Julian Hyde (JIRA)" <ji...@apache.org> on 2014/08/25 21:11:01 UTC, 0 replies.
- [jira] [Closed] (OPTIQ-371) Implement JOIN whose ON clause contains mixed equi and theta - posted by "Julian Hyde (JIRA)" <ji...@apache.org> on 2014/08/25 21:11:01 UTC, 0 replies.
- [jira] [Closed] (OPTIQ-380) Downgrade to Guava 11.0.2 - posted by "Julian Hyde (JIRA)" <ji...@apache.org> on 2014/08/25 21:11:02 UTC, 0 replies.
- [jira] [Closed] (OPTIQ-369) Add EnumerableSemiJoinRel, implementation of semi-join in enumerable convention - posted by "Julian Hyde (JIRA)" <ji...@apache.org> on 2014/08/25 21:11:02 UTC, 0 replies.
- [jira] [Closed] (OPTIQ-313) Query decorrelation fails - posted by "Julian Hyde (JIRA)" <ji...@apache.org> on 2014/08/25 21:11:02 UTC, 0 replies.
- [jira] [Closed] (OPTIQ-364) Validator rejects valid "WITH ... ORDER BY" query - posted by "Julian Hyde (JIRA)" <ji...@apache.org> on 2014/08/25 21:11:02 UTC, 0 replies.
- [jira] [Closed] (OPTIQ-329) Three-quarter-join: Add flag to JoinRelBase that indicates it should eliminate duplicates on right - posted by "Julian Hyde (JIRA)" <ji...@apache.org> on 2014/08/25 21:11:02 UTC, 0 replies.
- [jira] [Closed] (OPTIQ-363) Use dependencyManagement and pluginManagement in POM files - posted by "Julian Hyde (JIRA)" <ji...@apache.org> on 2014/08/25 21:11:02 UTC, 0 replies.
- [jira] [Closed] (OPTIQ-247) Add FrameworkContext and FrameworkConfig - posted by "Julian Hyde (JIRA)" <ji...@apache.org> on 2014/08/25 21:11:02 UTC, 0 replies.
- [jira] [Closed] (OPTIQ-360) Introduce a Rule to infer predicates from equi join conditions. - posted by "Julian Hyde (JIRA)" <ji...@apache.org> on 2014/08/25 21:11:02 UTC, 0 replies.
- [jira] [Closed] (OPTIQ-305) Unit Test Failure on release candidates - posted by "Julian Hyde (JIRA)" <ji...@apache.org> on 2014/08/25 21:11:02 UTC, 0 replies.
- [jira] [Closed] (OPTIQ-325) Allow SqlTypeExplicit precedence list to include null values used in some frameworks - posted by "Julian Hyde (JIRA)" <ji...@apache.org> on 2014/08/25 21:11:03 UTC, 0 replies.
- [jira] [Resolved] (OPTIQ-381) Remove plugin versions from the tag in root pom - posted by "Julian Hyde (JIRA)" <ji...@apache.org> on 2014/08/25 21:12:57 UTC, 0 replies.
- [jira] [Resolved] (OPTIQ-382) Refactoring rules to use factories - posted by "Julian Hyde (JIRA)" <ji...@apache.org> on 2014/08/25 21:12:58 UTC, 0 replies.
- [jira] [Comment Edited] (OPTIQ-382) Refactoring rules to use factories - posted by "Julian Hyde (JIRA)" <ji...@apache.org> on 2014/08/25 21:15:00 UTC, 0 replies.
- [jira] [Resolved] (OPTIQ-383) Each jar should have a git.properties describing its exact version - posted by "Julian Hyde (JIRA)" <ji...@apache.org> on 2014/08/25 21:15:00 UTC, 0 replies.
- [jira] [Created] (OPTIQ-387) CompileException when cast TRUE to nullable boolean - posted by "Julian Hyde (JIRA)" <ji...@apache.org> on 2014/08/25 22:04:57 UTC, 0 replies.
- [jira] [Created] (OPTIQ-388) Have the FieldTrimmer handle SemiJoins - posted by "Harish Butani (JIRA)" <ji...@apache.org> on 2014/08/26 22:37:57 UTC, 0 replies.
- [jira] [Updated] (OPTIQ-388) Have the FieldTrimmer handle SemiJoins - posted by "Harish Butani (JIRA)" <ji...@apache.org> on 2014/08/26 22:37:59 UTC, 0 replies.
- [jira] [Updated] (OPTIQ-388) Handle semi-joins in field trimmer - posted by "Julian Hyde (JIRA)" <ji...@apache.org> on 2014/08/27 00:17:59 UTC, 0 replies.
- [jira] [Resolved] (OPTIQ-388) Handle semi-joins in field trimmer - posted by "Julian Hyde (JIRA)" <ji...@apache.org> on 2014/08/27 00:18:00 UTC, 0 replies.
- [jira] [Created] (OPTIQ-389) Fix MergeFilter Rule & RelMdPredicates - posted by "Laljo John Pullokkaran (JIRA)" <ji...@apache.org> on 2014/08/27 20:29:58 UTC, 0 replies.
- [jira] [Updated] (OPTIQ-389) Fix MergeFilter Rule & RelMdPredicates - posted by "Laljo John Pullokkaran (JIRA)" <ji...@apache.org> on 2014/08/27 20:31:57 UTC, 0 replies.
- [jira] [Created] (OPTIQ-390) Transitive Inference(RelMDPredicate) doesn't handle SemiJoin - posted by "Laljo John Pullokkaran (JIRA)" <ji...@apache.org> on 2014/08/27 20:49:59 UTC, 0 replies.
- [jira] [Updated] (OPTIQ-390) Transitive Inference(RelMDPredicate) doesn't handle SemiJoin - posted by "Julian Hyde (JIRA)" <ji...@apache.org> on 2014/08/27 21:01:57 UTC, 0 replies.
- [jira] [Updated] (OPTIQ-389) MergeFilterRule should flatten AND condition - posted by "Julian Hyde (JIRA)" <ji...@apache.org> on 2014/08/27 21:13:58 UTC, 0 replies.
- [jira] [Updated] (OPTIQ-390) Transitive inference (RelMdPredicates) doesn't handle semi-join - posted by "Julian Hyde (JIRA)" <ji...@apache.org> on 2014/08/27 21:27:58 UTC, 0 replies.
- [jira] [Created] (OPTIQ-391) In FieldTrimmer don't create rel node if there are no projects - posted by "Ashutosh Chauhan (JIRA)" <ji...@apache.org> on 2014/08/27 23:30:58 UTC, 0 replies.
- [jira] [Commented] (OPTIQ-391) In FieldTrimmer don't create rel node if there are no projects - posted by "Ashutosh Chauhan (JIRA)" <ji...@apache.org> on 2014/08/27 23:30:58 UTC, 0 replies.
- [jira] [Updated] (OPTIQ-391) In FieldTrimmer don't create rel node if there are no projects - posted by "Ashutosh Chauhan (JIRA)" <ji...@apache.org> on 2014/08/27 23:32:57 UTC, 0 replies.
- [jira] [Resolved] (OPTIQ-389) MergeFilterRule should flatten AND condition - posted by "Julian Hyde (JIRA)" <ji...@apache.org> on 2014/08/27 23:54:57 UTC, 0 replies.
- [jira] [Commented] (OPTIQ-390) Transitive inference (RelMdPredicates) doesn't handle semi-join - posted by "Julian Hyde (JIRA)" <ji...@apache.org> on 2014/08/27 23:54:58 UTC, 0 replies.
- [jira] [Updated] (OPTIQ-373) NULL values in NOT IN sub-queries - posted by "Julian Hyde (JIRA)" <ji...@apache.org> on 2014/08/28 01:52:57 UTC, 0 replies.
- [jira] [Resolved] (OPTIQ-373) NULL values in NOT IN sub-queries - posted by "Julian Hyde (JIRA)" <ji...@apache.org> on 2014/08/28 03:45:58 UTC, 0 replies.
- [jira] [Resolved] (OPTIQ-387) CompileException when cast TRUE to nullable boolean - posted by "Julian Hyde (JIRA)" <ji...@apache.org> on 2014/08/28 03:45:58 UTC, 0 replies.
- [jira] [Created] (OPTIQ-392) Field trimmer rule should use factory to create new rel nodes - posted by "Ashutosh Chauhan (JIRA)" <ji...@apache.org> on 2014/08/28 18:16:08 UTC, 0 replies.
- [jira] [Resolved] (OPTIQ-385) Change comment style for Java headers - posted by "Julian Hyde (JIRA)" <ji...@apache.org> on 2014/08/29 02:03:09 UTC, 0 replies.
- [jira] [Updated] (OPTIQ-392) Field trimmer rule should use factory to create new rel nodes - posted by "Ashutosh Chauhan (JIRA)" <ji...@apache.org> on 2014/08/29 02:21:08 UTC, 0 replies.
- [jira] [Resolved] (OPTIQ-344) Lattice data structure - posted by "Julian Hyde (JIRA)" <ji...@apache.org> on 2014/08/29 20:11:54 UTC, 0 replies.
- [jira] [Created] (OPTIQ-393) If no fields are projected from a table, field trimmer should project a dummy expression - posted by "Julian Hyde (JIRA)" <ji...@apache.org> on 2014/08/29 21:55:54 UTC, 0 replies.
- [jira] [Resolved] (OPTIQ-393) If no fields are projected from a table, field trimmer should project a dummy expression - posted by "Julian Hyde (JIRA)" <ji...@apache.org> on 2014/08/30 00:05:57 UTC, 0 replies.
- [jira] [Resolved] (OPTIQ-392) Field trimmer rule should use factory to create new rel nodes - posted by "Julian Hyde (JIRA)" <ji...@apache.org> on 2014/08/30 00:51:52 UTC, 0 replies.
- [jira] [Resolved] (OPTIQ-269) MongoDB result sets larger than 16MB - posted by "Julian Hyde (JIRA)" <ji...@apache.org> on 2014/08/30 02:19:53 UTC, 0 replies.