[GitHub] [zeppelin] Reamer commented on pull request #4593: [ZEPPELIN-5898]fix:download csv data error

2023-04-28 Thread via GitHub
Reamer commented on PR #4593: URL: https://github.com/apache/zeppelin/pull/4593#issuecomment-1527517415 Thank you for your participation. I am looking forward to your PullRequest. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[GitHub] [zeppelin] zhugezifang commented on pull request #4593: [ZEPPELIN-5898]fix:download csv data error

2023-04-28 Thread via GitHub
zhugezifang commented on PR #4593: URL: https://github.com/apache/zeppelin/pull/4593#issuecomment-1527513402 > LGTM thanks, and i also want to add the feature of sql-debug to zeppelin ,it is a brief description in https://issues.apache.org/jira/browse/ZEPPELIN-5896 -- Th

[GitHub] [zeppelin] zhugezifang opened a new pull request, #4593: [ZEPPELIN-5898]fix:download csv data error

2023-04-28 Thread via GitHub
zhugezifang opened a new pull request, #4593: URL: https://github.com/apache/zeppelin/pull/4593 ### What is this PR for? This pull request fix the bug of download csv data error ### What type of PR is it? Bug Fix ### Todos * [ ] - Task ### What is the

[GitHub] [zeppelin] zhugezifang closed pull request #4591: [ZEPPELIN-5898]fix:down csv data error

2023-04-28 Thread via GitHub
zhugezifang closed pull request #4591: [ZEPPELIN-5898]fix:down csv data error URL: https://github.com/apache/zeppelin/pull/4591 -- 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.

[GitHub] [zeppelin] zhugezifang commented on pull request #4591: [ZEPPELIN-5898]fix:down csv data error

2023-04-28 Thread via GitHub
zhugezifang commented on PR #4591: URL: https://github.com/apache/zeppelin/pull/4591#issuecomment-1527297261 > > @Reamer hi,i also want to add this feature into zeppelin,and could I get your support? > > Of course. I was able to reproduce the problem and understood the problem. Your

[GitHub] [zeppelin] Reamer commented on pull request #4591: [ZEPPELIN-5898]fix:down csv data error

2023-04-28 Thread via GitHub
Reamer commented on PR #4591: URL: https://github.com/apache/zeppelin/pull/4591#issuecomment-1527196813 > @Reamer hi,i also want to add this feature into zeppelin,and could I get your support? Of course. I was able to reproduce the problem and understood the problem. Your change defi

[GitHub] [zeppelin] Reamer commented on a diff in pull request #4590: [ZEPPELIN-5903] Improve LRU NoteCache - Add a cleanup

2023-04-28 Thread via GitHub
Reamer commented on code in PR #4590: URL: https://github.com/apache/zeppelin/pull/4590#discussion_r1180032048 ## zeppelin-zengine/src/test/java/org/apache/zeppelin/notebook/NoteManagerTest.java: ## @@ -162,6 +162,14 @@ public void testLruCache() throws IOException { noteMa

[GitHub] [zeppelin] zhugezifang commented on pull request #4591: [ZEPPELIN-5898]fix:down csv data error

2023-04-28 Thread via GitHub
zhugezifang commented on PR #4591: URL: https://github.com/apache/zeppelin/pull/4591#issuecomment-1527116417 > > I do not understand the fix. Could you please explain it. > > excuce me,there is a webchat group or other group of zeppelin,we can discuss it more timely。 > > and i

[GitHub] [zeppelin] zhugezifang commented on pull request #4591: [ZEPPELIN-5898]fix:down csv data error

2023-04-28 Thread via GitHub
zhugezifang commented on PR #4591: URL: https://github.com/apache/zeppelin/pull/4591#issuecomment-1527114539 > I don't think it's a specific JSON problem, but rather a delimiter problem. The CSV is broken because in the JSON example there is a `,` in the text field and this is also used as

[GitHub] [zeppelin] huage1994 commented on pull request #4590: [ZEPPELIN-5903] Improve LRU NoteCache - Add a cleanup

2023-04-28 Thread via GitHub
huage1994 commented on PR #4590: URL: https://github.com/apache/zeppelin/pull/4590#issuecomment-1527113642 The changes look very good. I just have a minor code suggestion. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and u

[GitHub] [zeppelin] Reamer commented on pull request #4592: [ZEPPELIN-5905] Use wildcard generic for job and remove generic for JobListener

2023-04-28 Thread via GitHub
Reamer commented on PR #4592: URL: https://github.com/apache/zeppelin/pull/4592#issuecomment-1527107097 This PR is dependent on #4582 -- 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

[GitHub] [zeppelin] Reamer opened a new pull request, #4592: [ZEPPELIN-5905] Use wildcard generic for job and remove generic for JobListener

2023-04-28 Thread via GitHub
Reamer opened a new pull request, #4592: URL: https://github.com/apache/zeppelin/pull/4592 ### What is this PR for? This PR uses generics for the job class. I have not managed to use the generics for the JobListener class everywhere, so for simplicity I have removed the generic. The I

[GitHub] [zeppelin] huage1994 commented on a diff in pull request #4590: [ZEPPELIN-5903] Improve LRU NoteCache - Add a cleanup

2023-04-28 Thread via GitHub
huage1994 commented on code in PR #4590: URL: https://github.com/apache/zeppelin/pull/4590#discussion_r1180017995 ## zeppelin-zengine/src/test/java/org/apache/zeppelin/notebook/NoteManagerTest.java: ## @@ -162,6 +162,14 @@ public void testLruCache() throws IOException { not

[jira] [Created] (ZEPPELIN-5905) Polish generics for Job and JobListener

2023-04-28 Thread Philipp Dallig (Jira)
Philipp Dallig created ZEPPELIN-5905: Summary: Polish generics for Job and JobListener Key: ZEPPELIN-5905 URL: https://issues.apache.org/jira/browse/ZEPPELIN-5905 Project: Zeppelin Issue