[GitHub] [flink] bowenli86 commented on a change in pull request #10879: [FLINK-15595][table] Remove CoreMudule in ModuleManager

2020-01-17 Thread GitBox
bowenli86 commented on a change in pull request #10879: [FLINK-15595][table] 
Remove CoreMudule in ModuleManager
URL: https://github.com/apache/flink/pull/10879#discussion_r368074550
 
 

 ##
 File path: docs/dev/table/functions/index.md
 ##
 @@ -84,11 +84,13 @@ The resolution order is:
 1. Temporary catalog function
 2. Catalog function
 
-## Ambiguous Function Reference
+### Ambiguous Function Reference
 
 The resolution order is:
 
 1. Temporary system function
-2. System function
-3. Temporary catalog function, in the current catalog and current database of 
the session
-4. Catalog function, in the current catalog and current database of the session
+2. Temporary catalog function, in the current catalog and current database of 
the session
 
 Review comment:
   I'd prefer if we can still maintain the function resolution order defined in 
FLIP 57. Changing it would fundamentally change the behaviors, and would plant 
troubles for future releases.
   
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [flink] bowenli86 commented on a change in pull request #10879: [FLINK-15595][table] Remove CoreMudule in ModuleManager

2020-01-17 Thread GitBox
bowenli86 commented on a change in pull request #10879: [FLINK-15595][table] 
Remove CoreMudule in ModuleManager
URL: https://github.com/apache/flink/pull/10879#discussion_r368074550
 
 

 ##
 File path: docs/dev/table/functions/index.md
 ##
 @@ -84,11 +84,13 @@ The resolution order is:
 1. Temporary catalog function
 2. Catalog function
 
-## Ambiguous Function Reference
+### Ambiguous Function Reference
 
 The resolution order is:
 
 1. Temporary system function
-2. System function
-3. Temporary catalog function, in the current catalog and current database of 
the session
-4. Catalog function, in the current catalog and current database of the session
+2. Temporary catalog function, in the current catalog and current database of 
the session
 
 Review comment:
   I think the solution should still maintain the function resolution order. 
Changing it would fundamentally change the behaviors, and would plant trouble 
for future releases.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [flink] bowenli86 commented on a change in pull request #10879: [FLINK-15595][table] Remove CoreMudule in ModuleManager

2020-01-17 Thread GitBox
bowenli86 commented on a change in pull request #10879: [FLINK-15595][table] 
Remove CoreMudule in ModuleManager
URL: https://github.com/apache/flink/pull/10879#discussion_r368076119
 
 

 ##
 File path: docs/dev/table/modules.md
 ##
 @@ -101,8 +93,6 @@ The following types are supported out of the box.
 
 {% highlight yaml %}
 modules:
-   - name: core
- type: core
 
 Review comment:
   if in 1.11 we add back core module, this would be a problem because sql 
client requires users listing all modules in yaml file. So if users just 
upgrade to 1.11 without putting core module here, sql client would assume users 
are explicitly not loading core.
   
   I'm not sure what a better solution can be though, thus I'm neutral to this 
change


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services