You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@asterixdb.apache.org by "Michael Blow (Code Review)" <de...@asterixdb.apache.org> on 2019/05/10 17:16:40 UTC

Change in asterixdb[master]: [NO ISSUE][DASH] Plan Format, Flat Nested Objects on Table

Michael Blow has posted comments on this change. ( https://asterix-gerrit.ics.uci.edu/2936 )

Change subject: [NO ISSUE][DASH] Plan Format, Flat Nested Objects on Table
......................................................................


Patch Set 15:

(1 comment)

https://asterix-gerrit.ics.uci.edu/#/c/2936/13/asterixdb/src/main/licenses/templates/source_licenses.ftl
File asterixdb/src/main/licenses/templates/source_licenses.ftl:

https://asterix-gerrit.ics.uci.edu/#/c/2936/13/asterixdb/src/main/licenses/templates/source_licenses.ftl@141
PS13, Line 141: <#if !asterixDashboardSkip!false>
              :     <#assign licenseComponent="AsterixDB Dashbaord"/>
              :     <#assign licenseLocation="${asterixDashboardLocation!}"/>
              :     <#assign licenseFilePrefix="${asterixDashboardResourcesPrefix!'dashboard/'}"/>
              : 
              : Embedded fonts in asterix-dashboard are from material-design-icons (https://github.com/google/material-design-icons)
              : 
              :     <@license licenseName="The Apache License, Version 2.0" component="AsterixDB Dashboard fonts" files=[
              :     "${licenseFilePrefix}assets/fonts/material-icons/MaterialIcons-Regular.eot",
              :     "${licenseFilePrefix}assets/fonts/material-icons/MaterialIcons-Regular.svg",
              :     "${licenseFilePrefix}assets/fonts/material-icons/MaterialIcons-Regular.ttf",
              :     "${licenseFilePrefix}assets/fonts/material-icons/MaterialIcons-Regular.woff",
              :     "${licenseFilePrefix}assets/fonts/material-icons/MaterialIcons-Regular.woff2"]>
              : 
              :         <@indent spaces=3>
              :             <#list licenses as license>
              :                 <#if license.url == "http://www.apache.org/licenses/LICENSE-2.0.txt">
              :                     ${license.content}
              :                     <#break>
              :                 </#if>
              :             </#list>
              :         </...@indent>
              :     </...@license>
              : </#if>
              : 
              : 
              : 
              : 
              : 
> i tried including this, however i don't believe the plugin can access outsi
yes, i think this is why elsewhere we make the parent of hyracks / asterixdb the basedir



-- 
To view, visit https://asterix-gerrit.ics.uci.edu/2936
To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings

Gerrit-Project: asterixdb
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I7a27a5576ae21b6fda440bfc281d25e62638515c
Gerrit-Change-Number: 2936
Gerrit-PatchSet: 15
Gerrit-Owner: Emilio Jose Coronado Lopez <em...@gmail.com>
Gerrit-Reviewer: Anon. E. Moose (1000171)
Gerrit-Reviewer: Ian Maxon <im...@uci.edu>
Gerrit-Reviewer: Jenkins <je...@fulliautomatix.ics.uci.edu>
Gerrit-Reviewer: Michael Blow <mb...@apache.org>
Gerrit-Comment-Date: Fri, 10 May 2019 17:16:40 +0000
Gerrit-HasComments: Yes