xloya

Results 16 issues of xloya

Support call sort order/zorder procedure when multiple spark extensions are loaded with `spark.sql.extensions` conf, this conf will encapsulate the last extension class to the outermost layer, so `SparkSession.sessionState().sqlParser()` may not...

spark

Port zorder strategy (https://github.com/apache/iceberg/pull/3983) and generate binary/fixed literals (https://github.com/apache/iceberg/pull/3728) to Spark 3.1, the reason for the merged port is that Zorder's tests rely on the fix in patch #3728

spark

### What would you like to be improved? #1700 When we implemented the first version, we only supported `SimpleAuth`. More authentication types can be supported in the future. - [x]...

improvement

### What changes were proposed in this pull request? Added an interface for obtaining the file location so that the client can report some necessary information for the server to...

### What changes were proposed in this pull request? Added an interface in Python Client for obtaining the file location so that the client can report some necessary information for...

### What changes were proposed in this pull request? Refactor the `getFileLocation` logic in Hadoop GVFS so that when sending a request to the server to obtain the file location,...

### Describe the subtask Refactor the logic of getting the file location in Python GVFS and move some of the checking logic to the server. ### Parent issue #4021

subtask

### Describe the subtask Add an interface to get the file location in the Python Client. ### Parent issue #4021

subtask

### Describe the subtask Refactor the logic of getting file location in Hadoop GVFS and move some of the checking logic to the server. ### Parent issue #4021

subtask

### Describe the subtask Add an interface to get the file location in the Java Client / Server. ### Parent issue #4021

subtask